This is a very basic thing and I cannot get my Ubuntu on mac book pro to write mac external hard drive. It is read only.
I followed the instruction on the website below in parentheses and reached
sudo mount -t hfsplus -o force
,rw /dev/sdxy /media/mntpoint
(How to read and write HFS+ journaled external HDD in Ubuntu without access to OS X?)
What is /media/mntpoint
and what do i put in the code?
Therefore I cannot get my mac external hard drive to write. It can only read.
Please help.
/dev/sdc2
and/media/mac
? – Terrance Sep 21 '15 at 03:55/dev/sdc2
should be the partition and number of the Macintosh drive. The/media/mac
is the mount folder on your present drive. Make sure that you're choosing the right drive to mount. Take a look here to list all your partitions of your drives. – Terrance Sep 21 '15 at 04:04Read Only
. Updated answer for remount command. – Terrance Sep 21 '15 at 04:09-o remount,force,rw
therw
isRead Write
. – Terrance Sep 21 '15 at 04:11