On 24 Jul 2000 09:11 Ahbaid Gaffoor wrote:
> Are there linux commands that I can use to make CD images of:
> 
> a) UNIX based CD's
> 
> b) Windows based CD's

Most CD's are ISO-9660 compatible, which works on both Linux and the
varieties of Windows. If you use a recent version of Linux and either GNOME or KDE,
then the CD will be mounted automatically when you insert it. IF not, then
just use the command:

  mount /mnt/cdrom

If your /etc/fstab is setup correctly the above command will work. If not,
you will have to specify the mount point an filesystem type:

  mount -t iso9660 /dev/cdrom /mnt/cdrom

After the CD is mounted, you should be able to open open the image files
using a compatible application. The GIMP can open almost anything.

-- 
Anthony E. Greene <[EMAIL PROTECTED]> <http://www.pobox.com/~agreene/>
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
Linux. The choice of a GNU Generation. <http://www.linux.org/>


--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to