RHEL5 replaced the old smbmount command with mount.cifs so to mount a shared Windows drive do something like:
mount -t cifs //servername/sharename /mnt/mountpoint \ -o username=myusername,password=mypassword
RHEL5 replaced the old smbmount command with mount.cifs so to mount a shared Windows drive do something like:
mount -t cifs //servername/sharename /mnt/mountpoint \ -o username=myusername,password=mypassword