Discussion:
I can mount hfs usb drive only as root
Uwe Brauer
2018-09-29 08:20:58 UTC
Permalink
Hi

I used gparted to format an external usb drive with hsf.

When I stick it in automount mount the stick, but only as root.

Sudo chown -R user /media/user/MacStick

Failed

Then I tried

sudo mount -t hfs -o force,rw /dev/sdb1 /media/oub/Mac

And obtained
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error

In some cases useful info is found in syslog - try
dmesg | tail or so.

Finally I run


sudo /sbin/fsck.hfs /dev/sdb1
** /dev/sdb1
** Checking HFS volume.
Segmentation fault (core dumped)


Any help would be very wellcome

Uwe Brauer
--
ubuntu-users mailing list
ubuntu-***@lists.ubuntu.com
Modify settings or unsubscribe at: https://li
Loading...