2007
08.15

When you try this:

mount -t smbfs -o username=jeremy,password=secret //server/share /mnt/directory

and your computer tells you this:

mount: wrong fs type, bad option, bad superblock on //server/share, or too many mounted file systems

  1. You are probably running something like Fedora Core 3, and
  2. You should try this:

mount -t cifs -o username=jeremy,password=secret //server/share /mnt/directory