Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › assistance connecting to network drives
- This topic has 4 replies, 3 voices, and was last updated 10 years, 9 months ago by
juan9999.
-
AuthorPosts
-
02/19/2015 at 00:48 #88029
juan9999
ParticipantI’m trying to connect to macs on my networks and/or my synology NES
I’ve installed afpfs-ng and fuse
I tried to mount an AFP drive using the following command in /etc/fstab
NAME:/shared /home/pi/NAME/shared url automounted,url==afp://id:pw@NAME/Shared 0 0
however when I try to sudo mount -a
I get a
mount: unknown filesystem type ‘url’HELP!
02/19/2015 at 12:55 #88092Anonymous
InactiveHi,
i’m sure you’ve read already a hole bunch of tutorials, but i found a nice one here:
https://forums.plex.tv/index.php/topic/14201-howto-automount-afpsmb-shares-using-autofs/
First i would try to check this command and to see what happends:
sudo automount -vcalso i recognized in your mounting textline:
NAME:/shared /home/pi/NAME/shared url automounted,url==afp://id:pw@NAME/Shared 0 0first you write your share in lower case:
NAME:/sharedbut you finish with upper case
=afp://id:pw@NAME/Sharedi’m not sure but i could imagine that mounting in fstab is case sensitive
02/19/2015 at 14:52 #88114Roo
ParticipantAre you just trying to get ROMs to your Pi?
I just ask because if you want the best possible performance when playing games, adding packages to the Pi is not the way to go. If it were me, I would just use SCP to copy the files from the Mac to the Pi. For example, from terminal on the Mac
scp <local file> <remote user>@<remote machine>:<remote path>
02/19/2015 at 16:58 #88146juan9999
Participant[quote=88092]Hi,
i’m sure you’ve read already a hole bunch of tutorials, but i found a nice one here:
https://forums.plex.tv/index.php/topic/14201-howto-automount-afpsmb-shares-using-autofs/
First i would try to check this command and to see what happends:
sudo automount -vcalso i recognized in your mounting textline:
NAME:/shared /home/pi/NAME/shared url automounted,url==afp://id:pw@NAME/Shared 0 0first you write your share in lower case:
NAME:/sharedbut you finish with upper case
=afp://id:pw@NAME/Sharedi’m not sure but i could imagine that mounting in fstab is case sensitive
[/quote]Thanks, I’ll check it out.
02/19/2015 at 17:00 #88147juan9999
Participant[quote=88114]Are you just trying to get ROMs to your Pi?
I just ask because if you want the best possible performance when playing games, adding packages to the Pi is not the way to go. If it were me, I would just use SCP to copy the files from the Mac to the Pi. For example, from terminal on the Mac
scp <local file> <remote user>@<remote machine>:<remote path>
[/quote]Thanks, I usually FTP the roms, but I wanted to set up a share to a dropbox directory that is “live” updated with new pictures to use in a picture viewer
-
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.