Page 1 of 1

stlll unable to connect to nas

PostPosted: 22 Nov 2022, 02:45
by tsawyer
naz.jpg
naz.jpg (81.63 KiB) Viewed 1735 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

Re: stlll unable to connect to nas

PostPosted: 05 Dec 2022, 13:02
by eea123
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