LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Accessing a NAS device - Sustaining Credentials
#1
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!
Reply
#2
There is some command line involved. Be VERY careful editing the fstab file, make a backup of it first! One character wrong or out of place will leave your computer unbootable to the OS desktop.
https://unix.stackexchange.com/questions...work-drive
Reply
#3
So, fstab specifies mount points, and Thunar appears to use the following location for mount points, /run/user/1000/gvfs/'smb-shareConfusederver=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!!!
Reply
#4
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

Reply
#5
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
Reply
#6
Show me your entire fstab file please.

Sent from my Mobile phone using Tapatalk

Reply
#7
Code:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=87655ba2-fd37-400b-9a3c-b4705978eb57 /               ext4    errors=remount-ro 0       1
/swapfile                                 none            swap    sw              0       0
//192.168.0.1/tim /home/allen/tim cifs vers=1.0,username=xxxx,password=xxxxxxxxx,iocharset=utf8,sec=ntlm 0 0
Reply
#8
You haven't created the .smbcredentials in your home folder. Please do not miss ANY steps.
Reply
#9
I know. Once it works like it is, I'll add the credential files. For now, this eliminates any additional error. Troubleshooting 101

Quote: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

was added to the entry above
Reply
#10
I see 'vers=1.0,' in your fstab too, what's that for?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)