Re: [Afpfs-ng-devel] mount point
Status: Alpha
Brought to you by:
alexthepuffin
From: Alex d. <ale...@gm...> - 2007-03-28 22:23:49
|
Dwayne, Give this a try: Start by killing off afpfsd (kill -9 afpfsd). In one window, run 'afpfsd -d', and leave it there. In another window, run 'afp_client mount ...' If you see: Permission denied, maybe a problem with the fuse device or mountpoint? It means that you have incorrect permissions on /usr/bin/fusermount (chmod 4755 /usr/bin/fusermount will fix this) If you see: fusermount: failed to open /dev/fuse: Permission denied It means that you don't have permissions on /dev/fuse. chmod /dev/fuse will fix that too. And if that doesn't work, let me know. - Alex On 3/28/07, dho...@ha... <dho...@ha...> wrote: > I installed afpfs-ng-0.4 On a fresh Fedora Core 6 box. When I try to > mount my user volume on an OS X 10.4 server I get an error message: > Starting mount. > Creating new connection to server > Actually mounting. > Permission denied, maybe a problem with the fuse device or mountpoint? > reading: Interrupted system call > > Do I need to define a mount point in fstab? > > ddh > > -- > Dwayne Hottinger > Network Administrator > Harrisonburg City Public Schools > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Afpfs-ng-devel mailing list > Afp...@li... > https://lists.sourceforge.net/lists/listinfo/afpfs-ng-devel > |