Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: From: "Christopher Jones" To: cygwin AT sourceware DOT cygnus DOT com Subject: mount/umount issue Date: Mon, 8 May 2000 16:27:25 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BFB92B.D38858E6" ------_=_NextPart_001_01BFB92B.D38858E6 Content-Type: text/plain; charset="iso-8859-1" I've noticed that mount may display the following... Device Directory Type Flags C: / system binmode e: /e system textmode H: /home system binmode Using umount on /e fails because it was originally mounted as /e/ $ umount -s /e umount: No such file or directory $ umount -s /e/ $ mount Device Directory Type Flags C: / system binmode H: /home system binmode Not sure where you'd want to place blame here, just thought someone would like to know about the tiny bug. Brian ------_=_NextPart_001_01BFB92B.D38858E6 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable mount/umount issue

I've noticed that mount may display the = following...

Device         &nb= sp;    = Directory           = Type         Flags
C:          &= nbsp;       = /            = ;       = system       binmode
e:          &= nbsp;       = /e           &nbs= p;      = system       textmode
H:          &= nbsp;       = /home           &= nbsp;   system       = binmode

Using umount on /e fails because it was originally = mounted as /e/

$ umount -s /e
umount: No such file or directory
$ umount -s /e/
$ mount
Device         &nb= sp;    = Directory           = Type         Flags
C:          &= nbsp;       = /            = ;       = system       binmode
H:          &= nbsp;       = /home           &= nbsp;   system       = binmode

Not sure where you'd want to place blame here, just = thought someone would like to know about the tiny bug.

Brian

------_=_NextPart_001_01BFB92B.D38858E6--