Difference between revisions of "Linux - AutoMounting the stock network shares"
(Created page with " Automatically mounting directories on an as-needed basis... See [https://help.ubuntu.com/community/Autofs Autofs] <pre>sudo apt-get install autofs</pre> === /etc/auto.sambas...") |
(No difference)
|
Latest revision as of 23:50, 30 June 2020
Automatically mounting directories on an as-needed basis... See Autofs
sudo apt-get install autofs
Video -fstype=cifs,rw,uid=1000,iocharset=utf8 ://192.168.0.10/Video
TGG -fstype=cifs,rw,uid=1000,guest,iocharset=utf8 ://192.168.0.10/TGG
Music -fstype=cifs,rw,username=tinker,password=0Defect,uid=1000,iocharset=utf8 ://192.168.0.10/Music
Library -fstype=cifs,rw,username=tinker,password=0Defect,uid=1000,iocharset=utf8 ://192.168.0.10/Library
Workspace -fstype=cifs,rw,uid=1000,iocharset=utf8 ://192.168.0.90/Workspace
Web -fstype=cifs,rw,uid=1000,iocharset=utf8 ://192.168.0.13/websites
Lennier -fstype=cifs,rw,uid=1000,iocharset=utf8 ://192.168.0.11/External
Draal -fstype=cifs,rw,uid=1000,iocharset=utf8 ://192.168.0.10/Draal Stuff
/etc/auto.master
/mnt/Samba /etc/auto.sambashares --timeout=30 --ghost
######+auto.master
(Basically replace the last line)
Mint 17: (5.0.7-1ubuntu3.2)
sudo reload autofs
Mint 18: (5.1.1-1ubuntu3.1)
sudo /etc/init.d/autofs restart