Ubuntu Forums Archive Viewer

how to change the permissions for my second hard drive

Archived thread 1000543 from New to Ubuntu. Markdown source: New_to_Ubuntu/thread_1000543_how_to_change_the_permissions_for_my_second_hard_d.md

Original URL About this archive
#1

i tried to save some videos to my second hard drive but i couldn't cause of the permissions. i was told that i was not the owner so i couldn't change or add anything. i need help.

#2

I would try to su into the term, then umount the drive, then mount -o rw "drive_name"

#3
sudo chown [username] /dev/sdb (or whatever the name)
#4

cnaqe1 said: i tried to save some videos to my second hard drive but i couldn't cause of the permissions. i was told that i was not the owner so i couldn't change or add anything. i need help.

How are you mounting this drive? Auto-mounted or through FSTAB (post the content)?

What is the filesystem type of the drive?

#5

sambarusty said: I would try to su into the term, then umount the drive, then mount -o rw "drive_name"

can you explain it alittle more i'm still getting use to the terminal

#6

cnaqe1,

in a terminal could you use please post the output of

cat /etc/fstab
#7

Well there is an easier way of doing this:

1) Open a terminal and type: sudo Nautilus 2) Mount the drive and go to properties 3) Ubder the permissions tab change the Owner to your username 4) close

That should fix your problem :)

Cherio

#8

Here are some links about the terminal and permissions.

Using the Terminal:

https://help.ubuntu.com/community/UsingTheTerminal

User management:

https://help.ubuntu.com/8.04/serverguide/C/user-management.html

Permissions:

https://help.ubuntu.com/community/FilePermissions

#9

that works too. i guess there's more than one way to skin a cat.

Wickd said: Well there is an easier way of doing this:

1) Open a terminal and type: sudo Nautilus 2) Mount the drive and go to properties 3) Ubder the permissions tab change the Owner to your username 4) close

That should fix your problem :)

Cherio

#10

Wickd said: Well there is an easier way of doing this:

1) Open a terminal and type: sudo Nautilus 2) Mount the drive and go to properties 3) Ubder the permissions tab change the Owner to your username 4) close

That should fix your problem :)

Cherio

Than you Wickd! This was the answer I was looking for in order to set up a back up drive that I had been unable to save to! And the learning continues...