I'm reviewing to take Linux+ in the next few weeks.
I've discovered that there are two ways to mount a Samba share:
smbmount //servername/sharename /mountdirectory -o username=mywindowsusername, password=mywindowspassword
smbount -t smbfs //servname/sharename/mountdirectory -o username=mywindowsusername, password=mywindowspassword
The second one is using -t flag to set the smb file system. So them seem to me that they do the same thing, correct?