This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

mount/umount issue


Title: mount/umount issue

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]