Linux挂载苹果分区 Posted on 2017/05/28 by neohope — No Comments ↓ # 挂载APPLE FS sudo apfs-fuse /dev/sdb1 /mnt/apfs sudo umount /mnt/apfs # 挂载HFS sudo mount -t hfsplus -o remount,force,ro /dev/sdb1 /mount/hfs sudo unmount /mnt/hfs Share the post "Linux挂载苹果分区" FacebookTwitterShare…