I’m attempting to re-purpose a SSD drive that has been formatted HFS+.
While I’ve been able to mount the drive:
root@turris:/# mount -t hfsplus /dev/sda2 /mnt/jetdrive
It’s read-only:
root@turris:/mnt# touch /mnt/jetdrive foobar
touch: /mnt/jetdrive: Read-only file system
I’ve tried to force the setting, but it doesn’t work:
root@turris:/mnt# mount -t hfsplus -o remount,rw /dev/sda2 /mnt/jetdrive
mount: /mnt/jetdrive not mounted or bad option
In some cases useful info is found in syslog - try
dmesg | tail or so.
This thread suggests installing hfsprogs, but it’s not in opkg:
You can turn off journaling using OS X command line: diskutil disableJournal /Volumes/NAME.
However, that didn’t solve the ro problem for me. I tried two drives. One would only mount rw on the front USB port, the other would only mount ro on both ports. I have no explanation for that: Mounting HFS+ USB drive