Search This Blog

Wednesday, May 18, 2011

mounting hfsplus file type on Ubuntu

Following packages are requried:

sudo apt-get install hfsplus hfsutils hfsprogs

check the file system:

mkfs.hfsplus -J /dev/sdc3

mount  -t  hfsplus  /dev/sdc3  /media/mybook  -o rw,nosuid,nodev,uhelper=hal

or put the following line in /etc/fstab
/dev/sdc3 /media/mybook hfsplus rw,nosuid,nodev,uhelper=hal 0 0

1 comment:

Albert S. Kim said...

/dev/sdc3 /media/mybook vfat rw,uid=1001,gid=1001 0 0

Labels