- Code: Select all
sudo apt-get install afpfs-ng
This installs fine and seems to work until I want to mount a share. I've already set up some folders to mount the shares to:
- Code: Select all
/Volumes/Movies/
/Volumes/TV/
When I run the command
- Code: Select all
mount_afp afp://Username:Password@IPAddress/ShareName /MountLocation
I get this:
- Code: Select all
The afpfs daemon does not appear to be running for uid 0, let me start it for you
Mounting 10.0.1.42 from Steve on /Volumes/Steve
Mounting of volume Steve of server Steve succeeded.
Which seems ok until I try to access the folder when I get a
- Code: Select all
-bash: cd: /Volumes/Steve/: Permission denied
- Code: Select all
sudo cd /Volumes/Steve/
sudo: cd: command not found
Hopefully someone out there will be able to help. I know that there are other Distros that have native support for AFP but I've put a fair amount of time into my Rasbian image to start over with something new. Cheers