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 -- ntfs-3g does not mount partitions in fstab with 'user' https://bugs.launchpad.net/bugs/162863 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
