This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can I change default mount options


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]