Can I change default mount options

Brian Inglis Brian.Inglis@Shaw.ca
Tue Apr 4 05:02:00 GMT 2017


On 2017-04-03 20:19, Pan Ruochen wrote:
> On my computer, runing mount shows
> 
> C: on /c type ntfs (binary,posix=0,user,noumount,auto)
> D: on /d type ntfs (binary,posix=0,user,noumount,auto)
> E: on /e type ntfs (binary,posix=0,user,noumount,auto)
> 
> Is it possible to change the default mount options for every 
> partition, for example , to
> 
> binary,noacl,...
> 
> without modifying /etc/fstab.

Add /etc/fstab.d/<user> with your own mount options.
Be aware that noacl uses only the readonly attribute to 
inhibit write in POSIX permissions, and checks file suffixes 
and contents to determine execute permissions, so may be 
even slower.

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

--
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



More information about the Cygwin mailing list