ubuntu mount hfsplus partiton

来源:互联网 发布:虚拟手机号码软件 编辑:程序博客网 时间:2024/06/11 00:21
sudo apt-get install hfsprogs

Next, mount or remount the HFS+ drive; commands need to be as follows:

sudo mount -t hfsplus -o force,rw /dev/sdx# /media/mntpoint

or

sudo mount -t hfsplus -o remount,force,rw /mount/point

Finally, if the drive was improperly unmounted or has otherwise become partially corrupted runfsck.hfsplus (provided here by Jayson) as such:

sudo fsck.hfsplus /dev/sdx#

0 0
原创粉丝点击