This is how I mount one: //X.X.X.X/foldername /mnt/MOUNT cifs iocharset=iso8859-15, uid=1000, gid=100,rw, workgroup=XXXX, file_mode=0664, dir_mode=0775, user=XXXX, password=XXXX 0 0
last night late not sure of the website found the fix, for connecting my landrv. here is the line for fstab (I heard you cna do couple more things if you want it to be a secure)
create a folder on your system for your mount point example(/home/user/netdrv)
//ip of netdrv/folder on netdrv /home/user/netdrv cifs nounix,uid=user,gid=user,file_mode=0777,dir_mode=0777 0 0
> last night late not sure of the website found the fix, for connecting
> my landrv. here is the line for fstab (I heard you cna do couple more
> things if you want it to be a secure)
>
> create a folder on your system for your mount point
> example(/home/user/netdrv)
>
> //ip of netdrv/folder on netdrv /home/user/netdrv cifs
> nounix,uid=user,gid=user,file_mode=0777,dir_mode=0777 0 0
>
> the key for me was the nounix to make it all work
Please note that cifs mounts belong in /etc/samba/smbfstab, not /etc/fstab.