Re: bind mounts in fstab

2015-06-09 Thread Corinna Vinschen
On Jun 9 06:53, Achim Gratz wrote: > Corinna Vinschen cygwin.com> writes: > > I uploaded a new developer snapshot. Please give it a try: > > https://cygwin.com/snapshots/ > > Fix confirmed. Thanks! Cool, thank you! Corinna -- Corinna Vinschen Please, send mails regarding

Re: bind mounts in fstab

2015-06-08 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > I uploaded a new developer snapshot. Please give it a try: > https://cygwin.com/snapshots/ Fix confirmed. Thanks! Regards, Achim. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: bind mounts in fstab

2015-06-08 Thread Corinna Vinschen
On Jun 8 16:04, Achim Gratz wrote: > Corinna Vinschen cygwin.com> writes: > > Easily reproducible, thank you. I think I found the culprit. mount(1) > > always converts the mnt_fsname field to backslash notation. That breaks > > converting the bind mount from the expected POSIX notation to a va

Re: bind mounts in fstab

2015-06-08 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > Easily reproducible, thank you. I think I found the culprit. mount(1) > always converts the mnt_fsname field to backslash notation. That breaks > converting the bind mount from the expected POSIX notation to a valid > Win32 path. > > I fixed mount(1) in g

Re: bind mounts in fstab

2015-06-08 Thread Corinna Vinschen
On Jun 8 14:53, Achim Gratz wrote: > Corinna Vinschen cygwin.com> writes: > > > > //server/some/directory /mnt/server-share none binary 0 0 > > > #bind mounts > > > /mnt/server-share/some/other/directory /mnt/task1 none binary,bind > > > > > > That works well until I try to add another such bin

Re: bind mounts in fstab

2015-06-08 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > > //server/some/directory /mnt/server-share none binary 0 0 > > #bind mounts > > /mnt/server-share/some/other/directory /mnt/task1 none binary,bind > > > > That works well until I try to add another such bind mount and activate it > > via 'mount -a' without

Re: bind mounts in fstab

2015-06-08 Thread Corinna Vinschen
On Jun 8 10:39, Achim Gratz wrote: > I've been using bind mounts to provide alternative paths into the same file > system. > > //server/some/directory /mnt/server-share none binary 0 0 > #bind mounts > /mnt/server-share/some/other/directory /mnt/task1 none, binary,bind > > That works well until

bind mounts in fstab

2015-06-08 Thread Achim Gratz
I've been using bind mounts to provide alternative paths into the same file system. //server/some/directory /mnt/server-share none binary 0 0 #bind mounts /mnt/server-share/some/other/directory /mnt/task1 none, binary,bind That works well until I try to add another such bind mount and activate it