On 2019-12-22 20:16, Eliot Moss wrote:
> 
> So can a \\?\Volume{...} guid name for a volume be used in Cygwin's fstab?
> What would the syntax be like for that?

Each entry must be on a single line:

#|/bin/cygwin1.dll
# /etc/fstab - https://cygwin.com/cygwin-ug-net/using.html#mount-table
#                                                               dump    dump
# mixed path     file           vfstype         mntops          freq    passno
#C:/cygwin64     /              ntfs            auto,binary     1       1
#C:/cygwin64/bin /usr/bin       ntfs            auto,binary     1       1
#C:/cygwin64/lib /usr/lib       ntfs            auto,binary     1       1
#C:              /cygdrive/c    ntfs            auto,binary,posix=0,noumount,   
                                                        user    1       1
#none            /cygdrive      cygdrive        auto,binary,posix=0,    
                                                        user    0       0
#none            /tmp           usertemp        binary,posix=0  0       0
//?/Volume{...}  /media/name    fat|ntfs        [no]acl*,binary*|text,bind,dos,
                                                [cyg|not]exec,ihash,override,
                                                posix=0|1*,sparse,[no]umount*,
                                                [no*]user       0       0
#                                               defaults flagged *

FYI:
$ head /etc/{fs,m}tab

Could also be a separate file under /etc/fstab.d/...

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

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

Reply via email to