UNIX

From John's wiki
Revision as of 23:59, 3 April 2008 by Sixsigma (talk | contribs) (New page: = General = To rip a CD/DVD ISO image: $ dd if=/dev/cdrom of=~/my.iso bs=1024 = Solaris = To [http://www.tech-recipes.com/solaris_system_administration_tips218.html|mount an ISO image...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

General

To rip a CD/DVD ISO image:

$ dd if=/dev/cdrom of=~/my.iso bs=1024

Solaris

To an ISO image on Solaris:

# mount -F hsfs -o ro `lofiadm -a /export/temp/software.iso` /mnt