I have a WD Mycloud and I want to permanently mount the public folders on my Ubuntu computer. I have edited the fstab to this line but I have some questions:
//192.168.106.105/Public /media/nas cifs uid=1000,gid=1000,credentials=/home/pseudo/.nascredentials,iocharset=utf8,sec=ntlm 0 0
Q: can I test this from terminal before going live with the fstab command line? if so, what's the syntax?
Q: if the above line is incorrect, will it crash my ubuntu boot?
Q: the credentials; the public area on my LAN-NAS doesnt have a password/username requirement (I dont think) - is there a way to test this with a terminal command line? if so, do I just put username=guest password= (blank) in the credential file?
Any help greatly appreciated before I brick my system. ;-)