Results 1 to 7 of 7

Thread: External Hard Drive Read Only

  1. #1
    Join Date
    Feb 2008
    Beans
    31

    External Hard Drive Read Only

    I have a HD hooked up via USB and it mounts fine and I can view the root directory, but when I try to go into subdirectories, it says I don't have permission.

    I tried doing 'chown -R username /dev/sdf2' but it doesn't work, saying that it is a read only file system. I tried to change permissions in nautilus, but I get the same error.

    What am I doing wrong and how do I fix this?

  2. #2
    Join Date
    Apr 2008
    Location
    Australian in Germany
    Beans
    4,010
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: External Hard Drive Read Only

    What is the file system on the drive? You can only do a chown on a linux file system. NTFS and the other Windows formats don't accept Linux permissions.

    If it is an NTFS drive, is it possible that it had an unclean unmount? I'm hazy on the details, but there is a protection mechanism that makes Linux systems see improperly unmounted NTFS drives read only. I believe you have to plug them in to a windows machine and run the windows Check Disk thing across them to free them up again.
    Michael

  3. #3
    Join Date
    Feb 2008
    Beans
    31

    Re: External Hard Drive Read Only

    The drive was initiated on a Mac, so the file system is HFS.

  4. #4
    Join Date
    Apr 2008
    Location
    Australian in Germany
    Beans
    4,010
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: External Hard Drive Read Only

    Ahh. I have a vague recollection of having heard/ read somewhere that this can be difficult, but cannot remember any details. Sorry.

    Wait a bit and see if someone else comes along. Maybe bump the thread tomorrow evening if no-one has answered.

    I found this by searching the Ubuntu documentation. It doesn't look all that helpful, but does mention a couple of packages. Perhaps that will give you something to go on.

    http://askubuntu.com/tags/hfs%2B/new
    Michael

  5. #5
    Join Date
    Feb 2008
    Beans
    31

    Re: External Hard Drive Read Only

    Thanks Michael!

    I found a workaround by hooking it up to a Windows 7 machine and running a free program I found called 'HFS Explorer'. From there, I can export the files onto a NTFS drive so Windows can see it (and Linux too).

    But I'd still like to know how to fix this within Linux.

    From the discussion from the link you posted, it seems like Linux is not supporting HFS that well. Just a matter of time I suppose...

    I'll look for those hfs packages in the repository. Maybe that'll do the trick.

  6. #6
    Join Date
    Apr 2008
    Location
    Australian in Germany
    Beans
    4,010
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: External Hard Drive Read Only

    Quote Originally Posted by freeztar View Post
    I'll look for those hfs packages in the repository. Maybe that'll do the trick.
    Good luck with that. Mac stuff can be a bit tricky, I believe. They are, if anything, even more zealous than Microsoft about Client binding. On the other hand, there are a lot of people out there who are determined to make things work.
    Michael

  7. #7
    Join Date
    Apr 2005
    Location
    Finland/UK
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: External Hard Drive Read Only

    Quote Originally Posted by freeztar View Post
    Thanks Michael!

    I found a workaround by hooking it up to a Windows 7 machine and running a free program I found called 'HFS Explorer'. From there, I can export the files onto a NTFS drive so Windows can see it (and Linux too).

    But I'd still like to know how to fix this within Linux.

    From the discussion from the link you posted, it seems like Linux is not supporting HFS that well. Just a matter of time I suppose...

    I'll look for those hfs packages in the repository. Maybe that'll do the trick.
    Linux supports HFS very well, but HFS+ with journaling enabled is only supported in read-only mode.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •