tschill
October 3rd, 2015, 09:48 PM
Hi there,
I tried to use an external hard drive with Ubuntu 14.04. Usually they mount without problems. But this Seagate 3 TB drive was formatted on an Apple computer and was only mounted with read permissions. The "owner" is defined as user#99. I tried to access it as root to change the permission and get the information, that the drive is read-only.
I had a look what kind of advice I could find on the internet. I came across these threads here (https://askubuntu.com/questions/333287/external-hard-disk-read-only) and here (https://superuser.com/questions/84446/how-to-mount-a-hfs-partition-in-ubuntu-as-read-write#). So I installed hfsprogs and re-mounted the hard drive. Funny thing is that mount -l shows a change in the output (from "/dev/sdb2 on /media/mydevice type hfsplus (ro,nosuid,nodev,uhelper=udisks2)" to "/dev/sdb2 on /media/tschillin/DALEK type hfsplus (rw,force)") and indeed it now shows the option to create a new folder on the hard-drive. But, alas, when creating this folder, the system says, the device is still read-only. I am able, though, after these fiddlings to write on the disk as root, but this is of course not a feasible solution.
I am afraid the problem is the journaling by MacOSX for the hard drive. It was mentioned that Macs hard drive journaling has to be disabled, otherwise Ubuntu can't write on the drive. Mac's disk utility says it is journaled and so does the output from
sudo fsck.hfsplus /dev/sdb2
** /dev/sdb2
** Checking HFS Plus volume.
fsck_hfs: Volume is journaled. No checking performed.
Using two different Macs, I tried to remove journaling, but the option to remove it was greyed out on these Macs. Another dead end.
Soooo, here I am and so close to format the drive. Unless there is another possibility. Any suggestion is welcome.
Thank you in advance.
Edit: OK, it is not the drive journaling. I managed to turn it off (in Macs disk utility you have to hold the Option (=Alt) key while opening the File menu, arrr).
So now the hard drive is automatically mounted as "/dev/sdb2 on /media/mydevice type hfsplus (rw,nosuid,nodev,uhelper=udisks2)". That looked promising, but still it says the destination is read-only. Mhm.
I tried to use an external hard drive with Ubuntu 14.04. Usually they mount without problems. But this Seagate 3 TB drive was formatted on an Apple computer and was only mounted with read permissions. The "owner" is defined as user#99. I tried to access it as root to change the permission and get the information, that the drive is read-only.
I had a look what kind of advice I could find on the internet. I came across these threads here (https://askubuntu.com/questions/333287/external-hard-disk-read-only) and here (https://superuser.com/questions/84446/how-to-mount-a-hfs-partition-in-ubuntu-as-read-write#). So I installed hfsprogs and re-mounted the hard drive. Funny thing is that mount -l shows a change in the output (from "/dev/sdb2 on /media/mydevice type hfsplus (ro,nosuid,nodev,uhelper=udisks2)" to "/dev/sdb2 on /media/tschillin/DALEK type hfsplus (rw,force)") and indeed it now shows the option to create a new folder on the hard-drive. But, alas, when creating this folder, the system says, the device is still read-only. I am able, though, after these fiddlings to write on the disk as root, but this is of course not a feasible solution.
I am afraid the problem is the journaling by MacOSX for the hard drive. It was mentioned that Macs hard drive journaling has to be disabled, otherwise Ubuntu can't write on the drive. Mac's disk utility says it is journaled and so does the output from
sudo fsck.hfsplus /dev/sdb2
** /dev/sdb2
** Checking HFS Plus volume.
fsck_hfs: Volume is journaled. No checking performed.
Using two different Macs, I tried to remove journaling, but the option to remove it was greyed out on these Macs. Another dead end.
Soooo, here I am and so close to format the drive. Unless there is another possibility. Any suggestion is welcome.
Thank you in advance.
Edit: OK, it is not the drive journaling. I managed to turn it off (in Macs disk utility you have to hold the Option (=Alt) key while opening the File menu, arrr).
So now the hard drive is automatically mounted as "/dev/sdb2 on /media/mydevice type hfsplus (rw,nosuid,nodev,uhelper=udisks2)". That looked promising, but still it says the destination is read-only. Mhm.