|
ISO 9660 on HD partition
Don't worry about why...
What would be the problem with making a "cd-filesystem emulation" on a HD partition? Say, for example, I use
dd ... bs=2048 seek=16
from an iso image to a raw partition
maybe I wouldn't need the seek=16 or the bs=2048 if writing directly from a CD image.
any thoughts on this before I try it?
(I know you can mount such an image with mount -t cd 9660 ..., but I wan't to be able to boot from it)
|