On Feb 13 09:02, Corinna Vinschen via Cygwin wrote:
> This:
> 
> > - Cygwin mount has "sparse" option (mount Y: -o sparse,exec /cygdrive/y)
> 
> doesn't work:
> 
>   $ cat /etc/fstab
>   Y: /mnt/y binary,posix=0,sparse 0 0

Copy/Paste rulez again. That should have been

    Y: /mnt/y ntfs binary,posix=0,sparse 0 0

>   none /mnt cygdrive binary,posix=0 0 0
>   $ mount
>   [...]
>   Y: on /mnt/y type ntfs (binary,posix=0,noumount,auto)
> 
> As you can see, the options for drive Y are ignored and the options
> for the cygdrive prefix are used.  This is even documented in a special
> note in https://cygwin.com/cygwin-ug-net/using.html#cygdrive
> 
> Thanks for pointing this out, Christian!
> 
> 
> Corinna
> 
> -- 
> Problem reports:      https://cygwin.com/problems.html
> FAQ:                  https://cygwin.com/faq/
> Documentation:        https://cygwin.com/docs.html
> Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to