Yep. "ro" it is.
/dev/sda2 on /media/bernardo/Macintosh HD type hfsplus (ro,nosuid,nodev,relatime,umask=22,uid=1000,gid=1000,nls=utf8,uhelper=udisks2)
When you say "the_actual_drive" do you mean "/dev/sda2" or something else?
Yes, if your partition to mount is /dev/sda2, you'd do "sudo mount -o rw /dev/sda2 /mnt/whateveryouwant"
That is, of course, after creating /mnt/whateveryouwant and making sure your user has rw permissions in that directory.
I don't have any experience with mac volumes, so it may not work that easily.
(post is archived)