Make an ISO Image
To make an ISO from your CD/DVD,
place the media in your drive but do not mount it. If it automounts,
unmount it.
dd if=/dev/dvd of=dvd.iso #
for dvd
dd if=/dev/cdrom of=cd.iso # for cdrom
dd if=/dev/scd0 of=cd.iso # if cdrom is scsi
if you want mount
filename.iso to /mnt/iso you would run the following
command:
mount -o loop -t
iso9660 filename.iso /mnt/iso
Home | Linux /etc file | Common Linux Commands Used on the Service Console | .vmx Parameters | How Convert Physical to Virtual | Deploy Terminal Server assigning C: to user and move profile on E: | How To: install Novell Netware 3.x on VMware | Linux, Clocks, and Time | Configuring a Cron Task | ISO image | Using VMKFSTOOLS intead of CP | NetBackup | VMTS.net is Alive | NetWorker | TSM
|