Ok, I found an older post regarding this issue.
using mount -t smbfs -o username //server/share /mnt-point
It appears to try really hard to log on, then dies with:
"smbfs filesystem not supported by kernel"
Which I guess means that my kernel wasn't compiled with some code or another. Not wanting to bother trying to recompile my kernel in my infant state of linux ability, I tried playing with smbclient.
I can get smbclient to connect, show me a list of shares, even get a windows prompt, but I can't figure out how to use it to (or if I even can use it to) mount a network drive.
using mount -t smbfs -o username //server/share /mnt-point
It appears to try really hard to log on, then dies with:
"smbfs filesystem not supported by kernel"
Which I guess means that my kernel wasn't compiled with some code or another. Not wanting to bother trying to recompile my kernel in my infant state of linux ability, I tried playing with smbclient.
I can get smbclient to connect, show me a list of shares, even get a windows prompt, but I can't figure out how to use it to (or if I even can use it to) mount a network drive.