External hard drive is read only, how to change owner? (Ubuntu)

28,290

Ubuntu allows you to access removable drives, but I have a USB 2.0 External Hard Disk that says it is NOT removable (thanks, Iomega.) You may be in the same boat here. If the hard drive doesn't show up as removable you're going to need to edit /etc/fstab to add a mount point for it, or mount it from the command line.

If you need to use it once, just mount it as root (with a reasonably unrestricted umask, say 000).

If you need to use it multiple times, eeither /mnt or /media is an acceptable place. Once you add the fstab entry (do it as root, and back the file up first) you'll be good to go.

Another option: If the file system is actually mounted read-write, use root to make a folder on the drive with the appropriate permissions, and have your user accounts write to that folder.

Share:
28,290

Related videos on Youtube

quack quixote
Author by

quack quixote

Updated on September 17, 2022

Comments

  • quack quixote
    quack quixote over 1 year

    I hooked up my External hard drive and it won't let me write new files to it, saying permission denied, and nothing is selectable on the permissions tab, saying on the bottom, You are not the owner.

    How do I change the permissions? I'm using Ubuntu 9.10.

  • quack quixote
    quack quixote about 14 years
    this will only help if said external drive is formatted ext2 (or another filesystem that supports Unix-style ownership). will not help for FAT or NTFS filesystems. for those, a mount option is needed.