Operating System - HP-UX
1827213 Members
2430 Online
109716 Solutions
New Discussion

Re: How to remote mount DVD on 11iv2 on IPF?

 
SOLVED
Go to solution
Eugene Tchana
Occasional Contributor

How to remote mount DVD on 11iv2 on IPF?

On PA-RISC there is a pfs_mount, but how about on Itanium platform; how to remotely mount a DVD?

Thanks,

--
Eugene
3 REPLIES 3
Pete Randall
Outstanding Contributor
Solution

Re: How to remote mount DVD on 11iv2 on IPF?

Just use mount:

mount remote_server:/dvdrom /dvdrom

You'll need to export it on remote_server first.


Pete

Pete
Jineesh
Advisor

Re: How to remote mount DVD on 11iv2 on IPF?

Hi ..

You can use NFS for doing the same.Export the CD/DVD from the remote server.Edit the /etc/exports file and use exportfs command to export the CD/DVD drive from the remote server.

After that you can simply use the mount command in your server.

#mount -F cdfs :


Eugene Tchana
Occasional Contributor

Re: How to remote mount DVD on 11iv2 on IPF?

How to remote mount DVD on 11iv2 on IPF?