Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Subject: textmount/binmount issue Date: Fri, 21 Oct 2005 11:08:52 +0200 Message-ID: <3E1FDC960FE04A4E96892B9023622A4E046B4761@de010369.de.ina.com> From: "Lemke, Michael IZ/HZA-IOM" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j9L997JF020735 This is my current mount table: pc00626> mount -m mount -f -s -b "c:/MyStuff/cygwin/bin" "/usr/bin" mount -f -s -b "c:/MyStuff/cygwin/lib" "/usr/lib" mount -f -s -b "c:/MyStuff/cygwin" "/" mount -f -s -t -E "u:" "/u" mount -s -b --change-cygdrive-prefix "/" Note that /u is mounted textmode while the rest is binary. However, if I access files on /u they are binmode as well. But when I change the mode of the drive prefix to text then /u is also text. Seems like prefix is overwriting the explicit setting for /u. If the drive prefix is something else but /u is still there then /u is not affected by the prefix settings. Is this intended behavior? Thanks, Michael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/