Ubuntu Forums Archive Viewer

can't change permissions on second hard drive

Archived thread 1000186 from General Help. Markdown source: General_Help/thread_1000186_can't_change_permissions_on_second_hard_drive.md

Original URL About this archive
#1

the location is HD: /media/sdb1 folder is musica. The permissions for musica is root although I created it. I have tried gksudo nautalis to change permissions and it will not allow me.

error i get is 'the owner cannot be changed" error setting owner: Operation not permitted" I have tried a variety of suggestion from previous forum recommendations with same results.

Can anyone offer some suggestions.

Rusty

#2

Try changing the owner from the command line

sudo chmod -R username musica

And then possibly chmod the dir for good measure.

sudo chmod -R 755 musica

If that doesn't work how is the drive mounted? what is the output for that drive from the command mount ?

#3

first command i got: invalid mode: `stan'

second command: cannot access `musica': No such file or directory

/dev/sdb1 on /media/sdb1 type vfat (rw,iocharset=utf8,umask=000)

securityfs on /sys/kernel/security type securityfs (rw) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)

Rusty

#4

Does anyone have a solution for this?

Rusty