Posts: 2
cheaking
Joined: 16 May 2010
#1
How can I change ownership of my external hard drive? I am new to antix and the rox file manager.
Last edited by cheaking on 28 May 2010, 02:26, edited 1 time in total.
Posts: 1,228
secipolla
Joined: 15 Jun 2008
#2
If you use antiX full (not base) then you can open that partition in PCManFM as root then right-click on the background, select 'properties' and then set the owner for your user name and the group for users.

What I think you could do too if you keep it always connected is set a mount point in /etc/fstab, like

Code: Select all

/dev/sdc1 /mnt/sdc1 ext4 auto,users,exec,relatime 0 0
changing ext4 for the filesystem you have there.
Posts: 2
cheaking
Joined: 16 May 2010
#3
Thanks, secipolla. I really appreciate the help.