I'm having issues getting a samba share to mount properly through fstab. I can get it to mount fine doing:
However, my fstab options don't seem to work. Currently, fstab is set to:
Any advice? I have a feeling I'm doing something stupid. Using the wrong slash or missing a comma somewhere.
Code:
sudo mount -t cifs -o guest //192.168.1.100/syncdrive /mnt/Sync
Code:
//192.168.1.100/syncdrive /mnt/Sync cifs guest,uid=1000,iocharset=utf8 0 0
Any advice? I have a feeling I'm doing something stupid. Using the wrong slash or missing a comma somewhere.