desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #125679
[Bug 1467688] [NEW] No mount with Nautilus from standard user
Public bug reported:
/etc/fstab : UUID=xxx /media/Backup ntfs
defaults,noauto,users,windows_names,hide_dot_files 0 0
I have followed the instructions of:
http://www.tuxera.com/community/ntfs-3g-faq/#useroption
addgroup ntfsuser
chown root:ntfsuser /bin/ntfs-3g
chmod u+s,o= /bin/ntfs-3g
# chmod 4750 /bin/ntfs-3g
usermod -aG ntfsuser standard-user
chown root:ntfsuser /media/Backup/
chmod g+w /media/Backup/
ls -ls /dev/sda3
==> 0 brw-rw---- 1 root disk 8, 3 Jun 22 21:35 /dev/sda3
# Alternative 1:
usermod -aG disk standard-user
# Alternative 2:
chown root:ntfsuser /dev/sda3
# Works fine then:
standard-user@PC:~$ mount /media/Backup
# But click on Backup in Nautilus asks for root password :-(
** Affects: nautilus (Ubuntu)
Importance: Undecided
Status: New
** Package changed: thunderbird (Ubuntu) => nautilus (Ubuntu)
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1467688
Title:
No mount with Nautilus from standard user
Status in nautilus package in Ubuntu:
New
Bug description:
/etc/fstab : UUID=xxx /media/Backup ntfs
defaults,noauto,users,windows_names,hide_dot_files 0 0
I have followed the instructions of:
http://www.tuxera.com/community/ntfs-3g-faq/#useroption
addgroup ntfsuser
chown root:ntfsuser /bin/ntfs-3g
chmod u+s,o= /bin/ntfs-3g
# chmod 4750 /bin/ntfs-3g
usermod -aG ntfsuser standard-user
chown root:ntfsuser /media/Backup/
chmod g+w /media/Backup/
ls -ls /dev/sda3
==> 0 brw-rw---- 1 root disk 8, 3 Jun 22 21:35 /dev/sda3
# Alternative 1:
usermod -aG disk standard-user
# Alternative 2:
chown root:ntfsuser /dev/sda3
# Works fine then:
standard-user@PC:~$ mount /media/Backup
# But click on Backup in Nautilus asks for root password :-(
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1467688/+subscriptions
Follow ups
References