Linux可以将(外置)磁盘格式化为HFS+,例如:
apt-get install gparted hfsprogs
,然后
gparted /dev/sdd
,右键要格式化的分区,选择HFS+,点击应用,退出;mount -t hfsplus /dev/sdd2 /mnt/foo
.
但是你不能同时使用/mnt/foo/xyzzy
and /mnt/foo/XYZZY
,因为 gparted 使用了 macOS 的默认选项,不区分大小写。因此,从 Linux 将文件复制到它会导致各种问题。
Linux可以将其格式化为区分大小写吗?
或者我必须将磁盘插入 Mac 来格式化它吗?
相关:https ://apple.stackexchange.com/questions/334330/which-filesystems-support-symbolic-links
来自
man mkfs.hfs
: