https://www.centos.org/forums/viewtopic.php?t=67360
https://askubuntu.com/questions/332315/how-to-read-and-write-hfs-journaled-external-hdd-in-ubuntu-without-access-to-os
$ sudo rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
$ sudo rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm
$ sudo yum install kmod-hfsplus
$ sudo yum install kmod-hfs
$ sudo yum install hfsplus-tools
after install, you might need reboot
By default, the partition will be mounted in read-only modeuse force option to activate read-write mode
$ sudo mount -t hfsplus -o force -o rw /dev/sdc2 /media/disk1/
No comments:
Post a Comment