Hi All,
Looking for a little bit of help!
I'm attempting to mount an old WD My Live Book Duo network storage drive (FILESRV01) to my Ubuntu server with a mount point of /mnt/nas but can't seem to get it to work.
Attempted:
Code:
sudo mount -t cifs //FILESRV01.local/data /mnt/nas
sudo mount -t cifs //FILESRV01.local/data /mnt/nas -o username=XXXX
sudo mount -t cifs //FILESRV01.local/data /mnt/nas -o username=XXXX,domain=WORKGROUP
sudo mount -t cifs //192.168.X.X/data /mnt/nas
sudo mount -t cifs //192.168.X.X/data /mnt/nas -o username=XXXX
sudo mount -t cifs //192.168.X.X/data /mnt/nas -o username=XXXX,domain=WORKGROUP
sudo mount -t cifs //192.168.X.X/data /mnt/nas -o username=WORKGROUP/XXXX
Alongside every other variant including gid, uid, etc...
Also attempted mounting via All of which return mount error(22): Invalid argument
Checking dmesg displays:
Code:
CIFS: VFS: cifs_mount failed w/return code = -22
-
In troubleshooting, I went ahead and installed Ubuntu Desktop to use the GUI - which sees and mounts the drive just fine without any additional work.
https://imgur.com/a/XMe3rQ9
But even after confirming that it could mount via the GUI - attempting to mount via command line on the Desktop version still gives return code -22
Via the server confirms that it can see the shares and does list them
https://imgur.com/QR0u9Qz
I've tried every other mount option I could find out there and still nothing.
Any guidance is really appreciated, thanks!
Bookmarks