I hope this is posted in the correct place. Move if needed. Also, sorry for the length.
In November of 2014, with the help of this forum, I set up an Asus RT-N66U router configured as an access point in one building which is wire networked to a DSL modem/router in another building. I attached a USB drive to the Asus router and share files across the network. This has worked with a few minor hiccups until a couple of days ago. My current computers: office, running Kubuntu 17.04 (now out of support, it also has a Mint 18 install and a KDE Neon install) and primary laptop, running KDE Neon.
Fstab entry on both computers
//rt-n66u-8060/Storage /media/LAN_WD cifs username=XXX,password=YYY
Upon a fresh restart of either computer I have to run in Konsole: sudo mount /media/LAN_WD
Then files can be accessed back and forth from Dolphin or applications.
Two days ago I updated the firmware in the router as well as updates in KDE Neon. Then I noticed that I could no longer mount the USB drive on my KDE Neon laptop.
rob@rob-UX303UB:~$ sudo mount /media/LAN_WD
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
POINT OF INTEREST: At first I thought the problem was the router update, but I don’t think so now. The Kubuntu 17.04 machine can still mount the USB drive on the router and access files. Windows 7 on that machine (multi-boot) can do the same. Windows 10 on the primary laptop (multi-boot) can do the same. In fact, until I get this figured out I will have to run Windows.
I have spent several hours reading, but I don’t really understand networking. For what it is worth:
rob@rob-UX303UB:~$ smbclient -L 192.168.123.91 -U%
WARNING: The "syslog" option is deprecated
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.33]
Sharename Type Comment
--------- ---- -------
ipc$ IPC IPC Service (RT-N66U-8060)
Users Disk Data_USB's Users in WD 10EAVS External
VBox Disk Data_USB's VBox in WD 10EAVS External
Storage Disk Data_USB's Storage in WD 10EAVS External
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.33]
Server Comment
--------- -------
EPSON-WP4530
LAPTOP-O19IJVAE
ROB-KUBUNTU rob-Kubuntu server (Samba, Ubuntu)
ROB-UX303UB rob-UX303UB server (Samba, Ubuntu)
RT-N66U-8060 RT-N66U-8060
WIN10VB1
Workgroup Master
--------- -------
WORKGROUP RT-N66U-8060
FURTHER POINT: When I try to gain access to the files via Dolphin > Network, I can see the USB Drive on the router but it will not accept the Name and Password authentication. Windows 7 just did.
I am convinced that something changed in a Kubuntu/Ubuntu update. I just don’t know how to fix it. Also Kubuntu 18.04 is still almost 2 months out. I hope it will work like 17.04. Mint 18 never worked.
In November of 2014, with the help of this forum, I set up an Asus RT-N66U router configured as an access point in one building which is wire networked to a DSL modem/router in another building. I attached a USB drive to the Asus router and share files across the network. This has worked with a few minor hiccups until a couple of days ago. My current computers: office, running Kubuntu 17.04 (now out of support, it also has a Mint 18 install and a KDE Neon install) and primary laptop, running KDE Neon.
Fstab entry on both computers
//rt-n66u-8060/Storage /media/LAN_WD cifs username=XXX,password=YYY
Upon a fresh restart of either computer I have to run in Konsole: sudo mount /media/LAN_WD
Then files can be accessed back and forth from Dolphin or applications.
Two days ago I updated the firmware in the router as well as updates in KDE Neon. Then I noticed that I could no longer mount the USB drive on my KDE Neon laptop.
rob@rob-UX303UB:~$ sudo mount /media/LAN_WD
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
POINT OF INTEREST: At first I thought the problem was the router update, but I don’t think so now. The Kubuntu 17.04 machine can still mount the USB drive on the router and access files. Windows 7 on that machine (multi-boot) can do the same. Windows 10 on the primary laptop (multi-boot) can do the same. In fact, until I get this figured out I will have to run Windows.
I have spent several hours reading, but I don’t really understand networking. For what it is worth:
rob@rob-UX303UB:~$ smbclient -L 192.168.123.91 -U%
WARNING: The "syslog" option is deprecated
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.33]
Sharename Type Comment
--------- ---- -------
ipc$ IPC IPC Service (RT-N66U-8060)
Users Disk Data_USB's Users in WD 10EAVS External
VBox Disk Data_USB's VBox in WD 10EAVS External
Storage Disk Data_USB's Storage in WD 10EAVS External
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.33]
Server Comment
--------- -------
EPSON-WP4530
LAPTOP-O19IJVAE
ROB-KUBUNTU rob-Kubuntu server (Samba, Ubuntu)
ROB-UX303UB rob-UX303UB server (Samba, Ubuntu)
RT-N66U-8060 RT-N66U-8060
WIN10VB1
Workgroup Master
--------- -------
WORKGROUP RT-N66U-8060
FURTHER POINT: When I try to gain access to the files via Dolphin > Network, I can see the USB Drive on the router but it will not accept the Name and Password authentication. Windows 7 just did.
I am convinced that something changed in a Kubuntu/Ubuntu update. I just don’t know how to fix it. Also Kubuntu 18.04 is still almost 2 months out. I hope it will work like 17.04. Mint 18 never worked.
Comment