Linux Mint map network drive is a must if you are into Linux and home servers. Connect to network drive from Linux can be a bit more challenging compared to Windows, but a lot more stable. The only thing you need to do is to add the network location to fstab for automatic connection instead of mounting it for each time.
The cool thing about mounting a network drive in Linux is that you can mount it to be anywhere you like. In this example we will add a folder called Storage and we will me mount it in our home folder.
This is how to map a drive on a Samba server. You need to be root or
Linux Mint map network drive.
//192.168.2.166/Storage /home/john/Storage cifs username=john,password=mypassword,noperm,dir_mode=0777,file_mode=0777,iocharset=utf8,_netdev 0 0
The line above should all be on one line. You will
Check out on how to remove symbolic links in Linux