topic title: {SOLVED} Change Ownership of sdc1
3 posts
• Page 1 of 1
-
Posts: 2
- 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
- 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
changing ext4 for the filesystem you have there.
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
-
Posts: 2
- Joined: 16 May 2010
#3
Thanks, secipolla. I really appreciate the help.