Comment 10 for bug 482641

Revision history for this message
windily (fengyan1) wrote :

Ubuntu 10.10 also suffer this bug. It can not modify permission on auto mount fat/ntfs USB device.

it there any manual solution?

fstab file:

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
#/dev/sdb1
UUID=e4b9d125-e7d3-4b0a-9180-180051afd322 / ext4 errors=remount-ro 0 1
#/dev/sdb3
UUID=e4b9d125-e7d3-4b0a-9180-180051afd322 none swap sw 0 0

mtab file:
/dev/sda1 / ext4 rw,errors=remount-ro,commit=0 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
none /sys sysfs rw,noexec,nosuid,nodev 0 0
fusectl /sys/fs/fuse/connections fusectl rw 0 0
none /sys/kernel/debug debugfs rw 0 0
none /sys/kernel/security securityfs rw 0 0
none /dev devtmpfs rw,mode=0755 0 0
none /dev/pts devpts rw,noexec,nosuid,gid=5,mode=0620 0 0
none /dev/shm tmpfs rw,nosuid,nodev 0 0
none /var/run tmpfs rw,nosuid,mode=0755 0 0
none /var/lock tmpfs rw,noexec,nosuid,nodev 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
gvfs-fuse-daemon /home/wind/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,user=wind 0 0
/dev/sda5 /media/document fuseblk rw,nosuid,nodev,allow_other,blksize=4096,default_permissions 0 0
/dev/sda6 /media/program fuseblk rw,nosuid,nodev,allow_other,blksize=4096,default_permissions 0 0
/dev/sda8 /media/8C7458C17458B026 fuseblk rw,nosuid,nodev,allow_other,blksize=4096,default_permissions 0 0
/dev/sda7 /media/software fuseblk rw,nosuid,nodev,allow_other,blksize=4096,default_permissions 0 0