[opensuse] Giving write access to disks mounted in system:/media
How can i change ownership of the content of for example system:/media/scsi-SATA_SAMSUNG_HD501LJS0MUJ1DP612895-part5 Kind regards Philippe -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Philippe Landau wrote:
How can i change ownership of the content of for example system:/media/scsi-SATA_SAMSUNG_HD501LJS0MUJ1DP612895-part5
Kind regards Philippe
Are talking about mounted optical media or something else? Optical media is a special case, most other things follow the same conventions as a normally mounted device and all you should need to do is adjust the fstab entry for the mount to make it rw with required access conditions. - -- ============================================================================== I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone. Bjarne Stroustrup ============================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFHT+4hasN0sSnLmgIRAmbtAKDpBhvvAhSILXGFOKYfnVFt07X7wwCgzrkk Xl6S2CLvcbSVykcISqc2B30= =rL3b -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
G T Smith wrote:
Philippe Landau wrote:
How can i change ownership of the content of for example system:/media/scsi-SATA_SAMSUNG_HD501LJS0MUJ1DP612895-part5 Are talking about mounted optical media or something else? This is a SATA Samsung HardDisk 500GB (cheap silent fluid bearing)
Optical media is a special case, most other things follow the same conventions as a normally mounted device and all you should need to do is adjust the fstab entry for the mount to make it rw with required access conditions. kdesu kate /etc/fstab was a good hint, thanks: /dev/disk/by-id/scsi-SATA_SAMSUNG_HD501LJS0MUJ1DP612895-part5 /disk12 ext3 defaults 1 2 so i can now do su, root password, then: chown username -R /disk12 chown root -R /disk12/lost+found
I think this should be offered in the GUI. Kind regards Philippe -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 * Philippe Landau <lists@user-land.org> [11-30-07 06:46]:
kdesu kate /etc/fstab was a good hint, thanks: /dev/disk/by-id/scsi-SATA_SAMSUNG_HD501LJS0MUJ1DP612895-part5 /disk12 ext3 defaults 1 2 so i can now do su, root password, then: chown username -R /disk12 chown root -R /disk12/lost+found
I think this should be offered in the GUI.
it is: kdesu 'konqueror /' rt-clk on disk12 select 'properties' select tab 'permissions' choose your poison - -- Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://counter.li.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFHUBQFClSjbQz1U5oRAgWRAKCBDB73uIM6Zu4r5Nj+0syuAlrsmgCeIzoi 1/qdkObWGjEJInYihraRgbY= =E1yH -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Patrick Shanahan wrote:
* Philippe Landau <lists@user-land.org> [11-30-07 06:46]:
kdesu kate /etc/fstab was a good hint, thanks: /dev/disk/by-id/scsi-SATA_SAMSUNG_HD501LJS0MUJ1DP612895-part5 /disk12 ext3 defaults 1 2 so i can now do su, root password, then: chown username -R /disk12 chown root -R /disk12/lost+found
I think this should be offered in the GUI.
it is: unfortunately it is not, as konqueror showed the disk by ID in the address and i had to open fstab to see where it is mounted. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
G T Smith
-
Patrick Shanahan
-
Philippe Landau