Go Back   The UNIX and Linux Forums > Operating Systems > HP-UX
google site



HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V.

Closed Thread
English Japanese Spanish French German Portuguese Italian Powered by Powered by Google
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-08-2009
Registered User
 

Join Date: May 2006
Location: indonesia, batam
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
mount windows file sharing on hp-ux

Hi all,

Can anyone teach me how to mount windows file sharing on hp-ux

thanks
Sponsored Links
  #2  
Old 12-08-2009
vbe's Avatar
vbe vbe is offline Forum Staff  
Moderator
 

Join Date: Sep 2005
Location: Switzerland - GE
Posts: 1,949
Thanks: 0
Thanked 6 Times in 6 Posts
For that you would have to check if CIFS / samba is installed on your hp-ux box then look at the manpages of samba, there is a GUI utility called swat...
  #3  
Old 12-08-2009
Registered User
 

Join Date: Dec 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
If you have CIFS Client:-
First, create a mount point. This only needs to be done the first time.

mkdir /Network/[MountName]

You can make the mount point anywhere, but, as far as I can tell, Finder only recognizes the volume if it's in the /Network directory. Now, to mount the Volume.

cifsmount //[ComputerName]/[VolumeName] /Network/[MountName]

To unmount the volume.

cifsumount /Network/[MountName]

If you want a permanent connection to the volume, you can use the following.

cifsstoremnt /Network/[MountName]

Now you will remain connected through a reboot. To stop the volume from auto-mounting.

cifsstoremnt /Network/[MountName] -d
Sponsored Links
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
sharing web files via NFS mount gaspol High Performance Computing 2 08-27-2009 06:14 PM
Sharing Windows Folder on Solaris patm95 Solaris 1 05-14-2009 07:41 AM
CIFS Code Opened for Windows File Sharing - Redmond Developer News Linux Bot UNIX and Linux RSS News 0 12-16-2007 01:20 PM
Please help me, about the file sharing with windows system cloudlor Linux 1 10-06-2006 01:25 PM
Windows Server 2003 file sharing with UNIX markgrimes Windows & DOS: Issues & Discussions 1 09-21-2006 07:49 AM



All times are GMT -4. The time now is 02:59 AM.