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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to