I really need to figure out how to configure out how to get my linux box to mount a drive from my mac. They are permanently networked.
My Mac is called fuzzy, and has been set up to allow the Movies folder out via SMB. I ran smbtree and this drive shows up as \\FUZZY\Movies.
Things I have tried:
sudo mount -t smbfs \\FUZZY\Movies -o username=**,password=** /media/Movies
Error: mount: unknown filesystem type 'smbfs'
sudo mount -t cifs \\FUZZY\Movies -o username=**,password=** /media/Movies
Error: mount: wrong fs type, bad option, bad superblock on \FUZZYMovies,
sudo mount -t hfsplus -o force \\FUZZY\Movies /media/Movies
mount: special device \FUZZYMovies does not exist