Operating System - HP-UX
1753511 Members
5021 Online
108795 Solutions
New Discussion юеВ

Re: Mounting Remote Drive

 
madhudeepan
Frequent Advisor

Mounting Remote Drive

How to share the CD-Rom from the local box to Server
4 REPLIES 4
Michal Kapalka (mikap)
Honored Contributor

Re: Mounting Remote Drive

hi,

with samba or nfs.

mikap
Steven E. Protter
Exalted Contributor

Re: Mounting Remote Drive

Shalom,

1) Share the CD-rom with either CIFS/9000(Samba) or NFS. With NFS add it to /etc/exports, configure it as read only. exportfs -av

2)Mount with cifsclient or mount -t nfs, depending on which way you went. I'd go with NFS for software depots.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vishu
Trusted Contributor

Re: Mounting Remote Drive

Hi,

NFS is the good way to share the CD-Rom, for software depot purposes.

Edit /etc/exports and make its entry as read-only.
do exportfs -av
and mount as nfs on remote server.

Thanks
Vishu
Trusted Contributor

Re: Mounting Remote Drive

Hi,

NFS is the good way to share the CD-Rom, for software depot purposes.

* Edit /etc/exports and make its entry as read-only.
* do exportfs -av
* and mount as nfs on remote server.

Thanks