Mount Windows drive share on RHEL5

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
  • Sabyasachi Pramanik

    getting error “mount error 110 = Connection timed out”. please suggest.

    Sabyasachi Pramanik.
    TTSL.

blog comments powered by Disqus