Okay, color me stumped. I have a new (to me) wireless router, an ASUS RT-AC66W, with 2 USB ports running off an Ubuntu 20.04 desktop (though that shouldn't matter). Wireless works correctly.
Into one of the USB ports I have plugged a 1 TB Seagate BUP Slim BK, formatted as NTFS. I have gone through the ASUS setup (correctly, I assume) and am able to transfer files to and from the disk via FTP, even via an FTP wireless connection to a different machine. In the ASUS setup interface I have also marked the disk as a shared LAN disk.
I can see this disk appear in the file browser under Network, and can navigate to its subdirectories. If, however, I try to open one of the subdirectories I get a popup message "Unable to mount location. Failed to mount Windows share. Software caused connection abort."
I have created an entry in etc/fstab as follows:
//192.168.1.1/Seagate\40BUP\40Slim\40BK/File-xfer /media/public/File-xfer cifs rw,auto,vers=1.0,username=<router-admin-name>,password=<router-admin-password> 0 0
Running "sudo mount -a" in a terminal gives me a mount-cifs error "Permission denied". Yes, CIFS is installed.
I have tried all the cifs options I can think of with no luck. I would REALLY like to have this drive as a shared resource that I can use for backup, file-swapping, etc., and not have to load an FTP client each time I need to do that. Can anyone offer any advice? Am I missing something obvious to everyone but me?
Bookmarks