[opensuse] cannot change owner/perms on external usb3 drive
I have a new usb3 external drive formatted ntfs that I cannot seem to make world writable: # ls -dl /mnt/usb3.1/ drwxr-xr-x 1 root users 8192 Jun 18 08:36 /mnt/usb3.1/ /etc/fstab (line is wrapped): /dev/disk/by-id/ata-ST1500LM003-9YH148_Z110JBJ8-part1 /mnt/usb3.1 /ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8,nofail 0 0 chmod and chown leave no error messages but do not achieve desired results, chown -R paka:users /mnt/usb3.1 chmod -R a+rwx /mnt/usb3.1 output is silent and no changes result users have read access but no write :^( tks -- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 http://en.opensuse.org openSUSE Community Member Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2012-06-18 14:58, Patrick Shanahan wrote:
/etc/fstab (line is wrapped):
/dev/disk/by-id/ata-ST1500LM003-9YH148_Z110JBJ8-part1 /mnt/usb3.1 /ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8,nofail 0 0
Try "fmask=0117,dmask=0007" - -- Cheers / Saludos, Carlos E. R. (from 11.4 x86_64 "Celadon" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/fK4QACgkQIvFNjefEBxrEXACcDTFNmAb1Q43dfZWhcmD23Evs GbwAnR1a2SlvKC8LGDgPSowrtyZJzPSZ =zcrG -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* Carlos E. R. <robin.listas@telefonica.net> [06-18-12 09:24]:
On 2012-06-18 14:58, Patrick Shanahan wrote:
/etc/fstab (line is wrapped):
/dev/disk/by-id/ata-ST1500LM003-9YH148_Z110JBJ8-part1 /mnt/usb3.1 /ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8,nofail 0 0
Try "fmask=0117,dmask=0007"
Doh :^) tks, much better -- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 http://en.opensuse.org openSUSE Community Member Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 18/06/12 23:22, Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-06-18 14:58, Patrick Shanahan wrote:
/etc/fstab (line is wrapped):
/dev/disk/by-id/ata-ST1500LM003-9YH148_Z110JBJ8-part1 /mnt/usb3.1 /ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8,nofail 0 0 Try "fmask=0117,dmask=0007"
Make that: "fmask=0111 dmask=0000". BC -- Using openSUSE 12.1 x86_64 KDE 4.8.4 and kernel 3.4.3 on a system with- AMD FX 8-core 3.6/4.2GHz processor 16GB PC14900/1866MHz Quad Channel Corsair "Vengeance" RAM Gigabyte AMD3+ m/board; Gigabyte nVidia GTX550Ti 1GB DDR5 GPU -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Basil Chupin
-
Carlos E. R.
-
Patrick Shanahan