1820222 Members
3798 Online
109620 Solutions
New Discussion юеВ

Mount remote CD Rom

 
peterchu
Super Advisor

Mount remote CD Rom

We have only one CD Rom in our system , is it Ok to mount the remote CDROm as local one ?
Thx
2 REPLIES 2
Alexander Chuzhoy
Honored Contributor

Re: Mount remote CD Rom

Of course you should share it on remote machine first.
So if you shared it via NFS.
then the mount command would be:
mount x.x.x.x:/sharepath /mnt/localdir
Hope it helps...
Francisco J. Soler
Honored Contributor

Re: Mount remote CD Rom

Hi,

yes, it is possible to mount a remote CD as local via NFS.

You must export it first from your local CD, something like this:

a) mount your cdrom locally
mount /mnt/cdrom

b) export the mounted cdrom in the local macnhine
exportfs -i -o ro *:/mnt/cdrom

Mount via nfs the cdrom in the box without cdrom

c) once you no longer need it
exportfs -u *:/mnt/cdrom

d) umount the local cdrom


Frank.
Linux?. Yes, of course.