Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pfunk237
    Participant
    Post count: 19

    i tried pointing my psx files to my nas drive with this
    <path>~/smb://192.168.0.5/public</path>

    no luck.

    ps. im pointing to public section to avoid login password, whic h idont know how to put in command line either.

    sselph
    Participant
    Post count: 170

    I haven’t tested any of this on raspbian but it might work. You can add something like this to your /etc/fstab just make sure the folder you specify(/media/public) exists. Then run sudo mount /media/public. If that works then you can point the path to /media/public/blah

    //192.168.0.5/public/ /media/public cifs guest,file_mode=0777,dir_mode=0777,iocharset=utf8,sec=ntlm 0 0

    If you want to use an account other than guest you can do something like:

    //192.168.0.5/public/ /media/public cifs credentials=/home/pi/.smbcredentials,file_mode=0777,dir_mode=0777,iocharset=utf8,sec=ntlm 0 0

    where the .smbcredentials file looks like:
    username=user
    password=pass

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.