1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[vfat] uid=<auto> shortname=winnt utf8=true # Make sure the device does not get 0777 permissions, (maybe) to drop with exo >= 0.5 umask=0077 [iso9660] uid=<auto> utf8=true [udf] uid=<auto> iocharset=<auto> [ntfs] uid=<auto> [ntfs-3g] uid=<auto> # Make sure the device does not get 0777 permissions, (maybe) to drop with exo >= 0.5 umask=0077 |