LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to mount hfsplus USB drive rw in Ubuntu? (https://www.linuxquestions.org/questions/linux-general-1/how-to-mount-hfsplus-usb-drive-rw-in-ubuntu-924839/)

johnsfine 01-20-2012 01:22 PM

How to mount hfsplus USB drive rw in Ubuntu?
 
How to mount hfsplus USB drive rw in Ubuntu?

I am asking on behalf of the newbie whose question is posted at
http://www.linuxquestions.org/questi...8/#post4580004

(His thread title made it less likely that anyone expert in hfsplus would notice his thread).

All the relevant info is in that other thread. Summary of the part of the question relevant to hfsplus:

He wants to back up files from a Windows partition (mounted as type fuseblk) onto a USB drive currently mounted ro as type hfsplus.

How can he remount that rw and is it safe to do so (is the hfsplus filesystem safe for writing)?

jefro 01-20-2012 03:22 PM

/dev/sdb3 on /media/FreeAgent GoFlex Drive type hfsplus (ro,nosuid,nodev,uhelper=udisks)

Use the mount command usually is the correct answer.

Remember that distro's also have user permissions. It may be as simple as having a user with the correct permissions to simply mount it from gui. You end up with two issues. One is the permission to mount and and how much to mount external drives and the other is the ability to use mount to be able to read and write hfs+.

http://raamdev.com/2008/mounting-hfs...ess-in-debian/

The web page doesn't really mean you need to install the hfsprogs. It means you have to force it at your own risk.


All times are GMT -5. The time now is 09:19 PM.