mount/umount issue

Christopher Jones cbjones@nortelnetworks.com
Mon May 8 13:31:00 GMT 2000


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






More information about the Cygwin mailing list