12-27-2019, 07:59 PM
Also, make sure there is 1 blank line at the end of the fstab file.
Accessing a NAS device - Sustaining Credentials
|
12-27-2019, 07:59 PM
Also, make sure there is 1 blank line at the end of the fstab file.
12-27-2019, 08:02 PM
12-27-2019, 08:06 PM
Will it not work without that entry?
Sent from my Mobile phone using Tapatalk
12-27-2019, 08:16 PM
without vers=1.0 I get "invalid arguement" when sudo mount -a
Code: allen / etc sudo nano fstab
12-27-2019, 08:19 PM
As mentioned previously, I CAN see the NAS share in Thunar now - BEFORE I reboot. Once I reboot, wireless net will not connect. Once I change fstab to the unmodified fstab, wireless connection returns after reboot.
12-27-2019, 08:24 PM
(This post was last modified: 12-27-2019, 09:32 PM by allen04084.)
Code: allen / etc cd /home/allen/tim
12-28-2019, 05:05 AM
A rare situation. I cannot find any information online about this specific situation. My gut tells me it's systemd related. Do a fresh reboot, then paste your dmesg contents here. /var/log/dmesg
12-28-2019, 05:19 AM
Source - https://forums.linuxmint.com/viewtopic.p...5#p1161236
Try this format: Code: //192.168.0.1/tim /media/tim cifs username=smbuser,password=smbuserpw,uid=1000,noauto,user,vers=3.0 0 0 ' ** Make sure your mount point is under /media - this will trigger a udisks event that makes it work as I describe below.' |
« Next Oldest | Next Newest »
|