External disk access

Asked by Rob Frerejean

Hi,

I did format my new external hdd with ext4. But only root can access it. How can I change it to me?

I tried sudo nautilus and change the right in there, but that did not work.

Rob

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Rob Frerejean
Solved:
Last query:
Last reply:
Revision history for this message
Michael Fletcher (mikefletcher) said :
#1

Hi.

You were on the right track with 'sudo nautilus'. There was likely a mistake with the options.

Go to your drive and open up the properties. Then right click and choose permissions. Make sure that you change
 * the owner to your user id.
 * the first Folder Access should be 'Create and Delete Files'
 * the first File Access should be 'Read and Write'
 * the group to your user id.
 * then remaining options don't matter.
 * Click on Apply Permissions to Enclosed Files.

If you are still having problems then please go to a terminal and type in the command 'ls -l /media' and paste the output to this question.

Revision history for this message
Rob Frerejean (hffrerejean) said :
#2

It did not work. So I did reboot and there it was. I am now the owner of the disk.

Thankx.