Hello, I'm trying to mount a Smbfs, I have added the lines to /etc/fstab: //10.20.20.2/Public /mnt/es smbfs auto,username=myusername,password=mypassword,ro 0 0 But I get the following error: mount: wrong fs type, bad option, bad superblock on //10.20.20.2/Public,or too many mounted file systems What am I doing wrong? Thank you very much! -Cisko