Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: darmasanthi on November 22, 2010, 02:20:30 PM

Title: Share CD Drive / Optical Drive
Post by: darmasanthi on November 22, 2010, 02:20:30 PM
Hi All,
Is there any how to for sharing CD Drive / Optical drive which is installed on SME Sever computer.

rgds,
darmasanthi
Title: Re: Share CD Drive / Optical Drive
Post by: Stefano on November 22, 2010, 02:34:24 PM
I would solve in this way:

1) create the iso image form the cd
2) create an ibay, let's say "virtualcd"
3) copy iso image in /mnt/virtualcd/
4) edit /etc/fstab and add this line:
Code: [Select]
/mnt/virtualcd/yourimage.iso     /home/e-smith/files/ibays/virtualcd/files iso9660 ro,loop,auto 0 0
5) mount it with
Code: [Select]
mount -a

done.. you can create as much virtual cd as you need/want

I'm using this approach with a customer of mine, with dvd's iso images

HTH