Permissions problem on mounting afp drive
Posted
by
Ron Gejman
on Server Fault
See other posts from Server Fault
or by Ron Gejman
Published on 2010-11-02T02:30:16Z
Indexed on
2012/04/15
5:34 UTC
Read the original article
Hit count: 529
I am trying to mount a network drive via AFP on an Ubuntu 10.04 server machine. After installing AFP support, I use the following command:
sudo mount_afp afp://USER:[email protected]/directory/ /media/dir
This seems to work and it tells me that mounting succeeded. However, when I navigate to /media/dir I get the following error:
cd: cfs: Input/output error
Permissions in /media are:
d????????? ? ? ? ? dir/
drwx------ 12 user 4.0K 2010-10-25 16:08 otherdisk/
So there is a permissions problem here. I eventually want to mount this drive automatically using fstab. What do I need to do to make the disk accessible?
© Server Fault or respective owner