stlll unable to connect to nas

Raspberry Pi related support

stlll unable to connect to nas

Postby tsawyer » 22 Nov 2022, 02:45

naz.jpg
naz.jpg (81.63 KiB) Viewed 733 times
I updated to the 20221117 version and I think it has resolved a few things. I believe one issue for me was the wireless. since I was forced to register the device on my network, I assume something was corrupted. not a big deal but def something I should have tried out/thought of, just never crossed my mind. did bounce it, seemed to come back to the ip I expected. since I have mac filtering and reserved ip on that mac address, that looks good.

the problem is still not being able to connect to my naz. I added screen shots of what I'm getting
Attachments
error.jpg
error.jpg (16.86 KiB) Viewed 733 times
lib.jpg
lib.jpg (59.12 KiB) Viewed 733 times
tsawyer
 
Posts: 96
Joined: 05 Jul 2017, 03:02

Re: stlll unable to connect to nas

Postby eea123 » 05 Dec 2022, 13:02

This is from the help file. Are you using NFS or CIFS?

Network shares:
• Must be manually configured.
• If mount failed, try in SSH terminal: (replace NAME with actual values)
• CIFS:
mkdir -p "/mnt/MPD/NAS/NAME"
mount -t cifs "//SERVER_IP/SHARENAME" "/mnt/MPD/NAS/NAME" \
-o noauto,username=USER,password=PASSWORD,uid=45,gid=45,iocharset=utf8
# (no user - username=guest, no password - password="")
• NFS:
mkdir -p "/mnt/MPD/NAS/NAME"
mount -t nfs "SERVER_IP:/SHARE/PATH" "/mnt/MPD/NAS/NAME" \
-o defaults,noauto,bg,soft,timeo=5
eea123
 
Posts: 155
Joined: 23 Dec 2017, 19:19

support RuneAudio Donate with PayPal


Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 5 guests