Thanks Zybex, yes the Username for the NAS itself is "Music". It contains the subfolders of music files. I'm thinking of moving those files out of the "Music" folder and into the "Shared"-non PW controlled folder.
But, again, you've caught me wanting. When you say NAS hostname, I'm not sure what that is? I use the IP address to call. The asset name used in WIN Explorer is Buffalo NAS, is this the term you're suggesting?
When using the Pi 3B, the folders lived in the MNT folder. Was that convention, or necessary for MC. Also, I intend to run the Pi 5 headless, will this mount the NAS at boot automatically, or is there an additional step for that?
Tried your recos. Again, it's looking for something in the ect/fstab folder.
fegelmej@raspberrypi:~ $ mount -v -t cifs //192.168.1.164/media ~/nas -o user=Music,password=xxxx123,domain=Buffalonas,uid=$(id -u),gid=$(id -g),forceuid,forcegid
mount.cifs: permission denied: no match for /home/fegelmej/nas found in /etc/fstab
fegelmej@raspberrypi:~ $ mount -t cifs //192.168.1.164/media ~/nas
mount.cifs: permission denied: no match for /home/fegelmej/nas found in /etc/fstab
Thanks again.