Operating Systems > Not Quite Mainstream OSes

[BeOS] write ISO file to hdd! (all right 'experts' this one is for you...

(1/3) > >>

MrX:
http://www.computing.net/hardware/wwwboard/forum/32145.html

and 'experts' means that i am having that word in Dr Evil type quotes, which is implying that if you can give a reasonable answer, the quotes will be hearby removed from the venerable full star rating Mr X.

[ January 18, 2005: Message edited by: Tux ]

Refalm:

quote:Originally posted by MrX:
http://www.computing.net/hardware/wwwboard/forum/32145.html

and 'experts' means that i am having that word in Dr Evil type quotes, which is implying that if you can give a reasonable answer, the quotes will be hearby removed from the venerable full star rating Mr X.
--- End quote ---


Right...

Stryker:
cat myfile.iso > /dev/hdb

Or, do you mean emulating that an iso is a CD, and not actually waste a hard drive as a cd? In which case, remove /dev/cdrom, copy the iso to /dev/cdrom, and then mount the iso. Applications usually look at /dev/cdrom as one of the common places for a cdrom (which is usually a symlink to /dev/hdc, or some other drive).

When finished, move /dev/cdrom to the original file, and make /dev/cdrom go to the cdrom drive again (ln -s /dev/hdc /dev/cdrom)

[ January 18, 2005: Message edited by: Stryker ]

KernelPanic:
Sorry, I thought this was a BeOS question!

Can the relevant moderator move this to GNU/Linux please?

KernelPanic:
And to view the contents of an iso file on Linux, the easiest way I find is:

mount -o loop /path/to/stuff.iso /mnt/cdrom

Navigation

[0] Message Index

[#] Next page

Go to full version