05-07-2024, 02:02 AM
(This post was last modified: 05-07-2024, 11:42 AM by TheOldPresbyope.
Edit Reason: ETA - note about IP address
)
@Listener
Everything you posted agrees no share was mounted on the new machine. The most crucial lines from the moOde log at these
Clearly "username" and "password" (or whatever you actually used if you've edited this line) are not the correct username and password for the share you're trying to mount. Change your entries to the correct username and password and try again.
I'm leaving town again but will be back Friday if you're still having trouble.
ETA - Keep in mind Tim's point about IP address. IDK if the same error message would be thrown if your player's IP address were not allowed to connect to the share.
Regards,
Kent
Everything you posted agrees no share was mounted on the new machine. The most crucial lines from the moOde log at these
Code:
20240502 160259 worker: Try (mount -t cifs "//192.168.1.2/Multimedia" -o username="username",password="password",rsize=61440,wsize=65536,iocharset=utf8,vers=2.1,ro,dir_mode=0777,file_mode=0777 "/mnt/NAS/Fileserve")
20240502 160259 worker: Err (mount error(13): Permission denied
Clearly "username" and "password" (or whatever you actually used if you've edited this line) are not the correct username and password for the share you're trying to mount. Change your entries to the correct username and password and try again.
I'm leaving town again but will be back Friday if you're still having trouble.
ETA - Keep in mind Tim's point about IP address. IDK if the same error message would be thrown if your player's IP address were not allowed to connect to the share.
Regards,
Kent