On 11/21/06, Steven Rogers <srogers1 at austin.rr.com> wrote: > > Try unmounting it, then just do "sudo mount -a" There may be > something wrong with the explicit manual mount command - seems like > it should work for read/write access, but I don't know ubuntu that > well. When you give an explicit manual mount command, it doesn't > matter what's in fstab, so it's either one or the other: sudo mount / > mnt/blah blah -t blah - o blah *OR* add it to fstab and do "sudo > mount -a". OK, here are my /etc/fstab entries: /dev/sdb3 /mnt/osx hfsplus,auto,user,rw 0 0 /dev/sdc12 /mnt/osx2 hfsplus,auto,user,rw 0 0 Neither mounts at boot and here is what happens with :~$ sudo mount -a mount: unknown filesystem type 'rw' mount: unknown filesystem type 'rw' Any ideas? Cheers, Brian