Posts: 9
Threads: 1
Joined: Oct 2019
Reputation:
0
I just installed Linux Lite. Very nice so far. I followed "Accessing a NAS device" with success, selecting "connect as user" + NAS creds +"Remember forever" for the shares, and then created shortcuts that appear under PLACES. I see my NAS shares and files no issue. Here's the question: when logging back in, the shortcuts appear no problem, but they require inputting the NAS credentials all over again. Is there a way to connect these shares at login so I don't need to re-enter them every time I start the system up? Thanks!
Posts: 9
Threads: 1
Joined: Oct 2019
Reputation:
0
So, fstab specifies mount points, and Thunar appears to use the following location for mount points, /run/user/1000/gvfs/'smb-share:server=shareIP,share=sharename', once smb://serverIP is entered, and creds are entered in Thunar and the desired share is selected. How does this reconcile with fstab?? Am I asking the impossible for the file manager to automount the share with the credentials supplied via Thunar. If I am, then fine, does the automounting of NAS shares in LL preclude using Thunar as the file manager, in favor of a file manager that can use fstab ?? If so, is there another file manager suggested to use with LL?? This could be a deal breaker. Happy New year!!!
Posts: 9,152
Threads: 578
Joined: Feb 2014
Reputation:
16
It's very simple. You create a folder in your home directory, let's call it 'nas'. Then edit the fstab to something like, what the article gives an example of. Then create your .smbcredentials in your home folder as also shown in the article. Boom, Bob's your uncle. All done. When you Reboot, you will not be asked for any credentials if you have followed the tutorial to the letter.
Sent from my Mobile phone using Tapatalk
Posts: 9
Threads: 1
Joined: Oct 2019
Reputation:
0
When I make that fstab change and reboot, wireless networking never connects. After restoring the original fstab file, wireless networking is normal. I fail to see the connection here, but that's what happens.
However, after making the fstab change and then sudo mount -a BEFORE rebooting (while I still have the wireless connection), I am able to see the NAS share in Thunar
(This post was last modified: 12-27-2019, 07:28 PM by
allen04084.)
Posts: 9,152
Threads: 578
Joined: Feb 2014
Reputation:
16
Show me your entire fstab file please.
Sent from my Mobile phone using Tapatalk
Posts: 9,152
Threads: 578
Joined: Feb 2014
Reputation:
16
You haven't created the .smbcredentials in your home folder. Please do not miss ANY steps.
Posts: 9,152
Threads: 578
Joined: Feb 2014
Reputation:
16
I see 'vers=1.0,' in your fstab too, what's that for?