When I turn on my Ubuntu 14 I have always search my smb.
But I use every day, How can I hold smb in Personal folder?
See the pics below
When I turn on my Ubuntu 14 I have always search my smb.
But I use every day, How can I hold smb in Personal folder?
See the pics below
if you want to have your network shares mounted at boot time, you have to edit your /etc/fstab file. Go to a terminal and type
Add one of the following lines to the end of the file... (change servername/sharename,etc..)
If not password protected..
If password protected..
When you are finished, hit Control-O (the letter) then Enter to save. Then Control-X to exit
Now you can either reboot, or remount your filesystems from the command prompt with
sudo mount -a
MountWindowsSharesPermanently