Comment 2 for bug 162863

Revision history for this message
bp (badpazzword) wrote : Re: ntfs-3g does not mount partitions in fstab with 'user'

In Jaunty, as a result of a recent update, mount'ing ntfs partitions with or without the 'user' flag is no longer possible:

badp:~$ mount /dev/sda1
Unprivileged user can not mount NTFS block devices using the external FUSE library. Either mount the volume as root, or rebuild NTFS-3G with integrated
FUSE support and make it setuid root. Please see more information at http://ntfs-3g.org/support.html#unprivileged
badp:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda2
UUID=83fec7c9-2bba-43db-9fa2-7fc4e01baafe / ext3 defaults,errors=remount-ro,relatime 0 1
# /dev/sda1
UUID=2E80878F80875C69 /media/sda1 ntfs defaults,user,nls=utf8,umask=007,gid=46 0 1
# /dev/sda5
UUID=d5e5ddb3-c1da-45b8-b42e-f93c3d101d63 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0