15 April, 2010

To mount a windows share on HP-UX

1. login as root

2. check if cifsclient is running or not:

cifsclient status

3. If not up, start with:

cifsclient start

4. Create a mount point if not created already.

5. Use this command to mount the share:

cifsmount //servername/sharename ./mountpoint -U username

No comments:

Post a Comment