[KLUG Members] urg.. not again!

adam members@kalamazoolinux.org
Fri, 19 Oct 2001 08:46:46 -0700


>smbmount //hppav/C\$ /mnt/floppy -o username=alan,password=pass

My computer yells at me when I try this; You might want to try this:

mount -t smbfs -o username=alan,password=pass //hppav/C\$ /mnt/floppy

otherwise, you might want to take out the $ from the share (which would make
it no longer hidden, but...)


My two cents.  That's how I mount all my windows shares, smbmount just tells
me to use mount -t smbfs...
adam