moodLearning Wiki

This is an old revision of the document!


Mounting Mac Drive on Raspberry Pi

apt install hfsplus hfsutils hfsprogs gdisk
sudo mkdir /media/hfsplus

Find the drive:

sudo fdisk -l
<code>
If on /dev/sdb1
<code>
sudo mount -t hfsplus /dev/sdb1 /media/hfsplus

To format

mkfs.hfsplus /dev/sdb1