Set better umasks for FAT filesystems (USB drives etc)
Bug #60722 reported by
Rimas Kudelis
This bug report is a duplicate of:
Bug #14335: nautilus wants to execute all text files on vfat and ntfs drives.
Edit
Remove
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pmount (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: hal
Currently, FAT partitions on USB disks etc. are mounted with umask=077, thus making every file on them look like an executable.
It would make more sense to mount those filesystems with dmask=077,fmask=177 options, so that directories can be browsed, but files aren't executable. I don't think that would hurt anyone.
description: | updated |
Changed in hal: | |
assignee: | nobody → pitti |
status: | Unconfirmed → Confirmed |
Changed in pmount: | |
assignee: | pitti → nobody |
To post a comment you must log in.
The executable bit being set also causes Nautilus to ask the user what to do (Open or Execute) when a user double-clicks a file on a FAT USB disk. This can be confusing for users unfamiliar with executable permissions who simply expect the file to open in its associated program.