Image

Ok, so I have an extra (old) mac that I have some files on and I decided to put linux on the other hard drive that's in it. So I put it on and I was looking up how to mount the hfs filesystem in linux and I can mount it, but it recognizes the folders like they're executables.

Here's my fstab:

/dev/hda10 /mnt/mac hfs noauto,user,rw 0 0

and here's what I'm using to mount the hard drive:

mount /dev/hda10 /mnt/mac -thfs

Any ideas?