On 2017-09-25 14:10, Peter Suetterlin wrote:
Istvan Gabor wrote:
Hello:
How can I change default (auto)mount options for vfat file system on removable flash disks (like sd cards) and pendrives?
Hmm, not sure what the official way is, but as there's no reply yet:
for my cardreader (which I prefer to get mounted as /media/sdcard anyhow) I created an fstab entry
You can change the default automatic mount point to /media, there is a trick for that if you are interested. For manual mounts, as in fstab, I abstain from /media and use /mnt.
/dev/mmcblk0p1 /media/sdcard auto noauto,user,shortname=lower,uid=1000 0 0
The automounter honors this entry, too. So you should be able to specify your wanted options there, like my 'shortname=lower'
Yes, as long as the device name holds it will work. -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)