分类: LINUX
2009-03-23 11:26:38
>mount -t hfsplus -o loop /directory/location_of_iso.iso /mnt/mountpoint
if you don't have mountpoint, just create it like dir
>mkdir mountpoint
under /mnt (ubuntu under /media)
Now you can read file from mounted dir, like cdrom, you can edit file and add/delete file before you burn it to cd/dvd
3. burn it to cd/dvd
use nero to brun iso file to cd/dvd.
all done.