* Joe Polk
> I've created an .ISO of a cd but I've decided that I'd really like to
> dump it's contents to a directory. Is this possible with dd? Or some
> other utility?

As root:

  mount myisofile.iso /mnt -o loop

Then you find your iso file system at /mnt.  

  cp -a /mnt /mydirectory 
  umount /mnt

-- 
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to