Emma Jane Hogbin wrote:
On Mon, Jun 21, 2004 at 08:06:41PM -0700, Erik Steffl wrote:what about sda3? This is what works for me (that's without relying on /etc/fstab):mount -t hfsplus /dev/sda3 /mnt/ipodOk, this worked (yay!!) but it is read-only. I found a document which said the partition may need to be cleaned first on a Mac, but I tried this and it didn't help.
I didn't have to clean anything on mac (I don't even have access to a Mac)
what happens if you explicitly try to mount the partition as rw: mount -t hfsplus -w /dev/sda3 /mnt/ipoddo you have a line in /etc/fstab for ipod? (if yes, does it say ro?) this is what I have in /etc/fstab for ipod:
/dev/sdb3 /mnt/ipod hfsplus rw,user,noauto 0 0 erik