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
sudo fdisk -l
sudo mount -t hfsplus /dev/sdb1 /media/hfsplus

To format

mkfs.hfsplus /dev/sdb1