12-27-2019, 07:59 PM
Pages: 1 2
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
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
allen / etc sudo mount -a
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
allen / etc nano fstab
allen / etc sudo nano fstab
allen / etc sudo mount -a
allen / etc
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
Code:
allen / etc cd /home/allen/tim
allen ~ tim ls
1966StudebakerBillofSale.doc Focusrite_install
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:
' ** Make sure your mount point is under /media - this will trigger a udisks event that makes it work as I describe below.'
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.'
Pages: 1 2