On two occasions, November 2014 & January 2018, this forum has helped me out with accessing a USB drive attached to an Asus RT-N66U router configured as an access point on my LAN. A closing comment on the recent discussion ( https://www.kubuntuforums.net/showth...n-Router/page2 ) mentioned a newer OS for my router.
I updated my router and it works fine in Windows 10. From Windows I can open the drive on the network and map as a network drive and load and save files directly to and from it. I had been able to do the same in KDE Neon after help from this forum and before the updating of my router OS. However, now in KDE Neon when I try to mount the network share in Konqueror I get:
rob@rob-Asus-Neon-Feb2018:~$ sudo mount /media/LAN_WD
[sudo] password for rob:
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
My fstab entry reads:
It did read “vers=1.0”, but the router update says “Updated Samba version (3.6), with SMB2.0 support”. I changed it to “vers=2.0” as I understood the mount.cifs(8) manual page to instruct. (I have tried with "vers=1.0" & no "vers=" entry.
I can access files on the USB drive via Dolphin > Network, but I cannot mount the drive, so I cannot directly access from applications and Scribus will not save back to it. The document has to be saved locally and then moved via Dolphin.
Any help with this would again be appreciated.
I updated my router and it works fine in Windows 10. From Windows I can open the drive on the network and map as a network drive and load and save files directly to and from it. I had been able to do the same in KDE Neon after help from this forum and before the updating of my router OS. However, now in KDE Neon when I try to mount the network share in Konqueror I get:
rob@rob-Asus-Neon-Feb2018:~$ sudo mount /media/LAN_WD
[sudo] password for rob:
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
My fstab entry reads:
Code:
//rt-n66u-8060/Storage /media/LAN_WD cifs auto,username=username,password=password,users,vers=2.0
I can access files on the USB drive via Dolphin > Network, but I cannot mount the drive, so I cannot directly access from applications and Scribus will not save back to it. The document has to be saved locally and then moved via Dolphin.
Any help with this would again be appreciated.
Comment