I've MBR on a flash drive, how can I copy it to CD?
Thanks in advance
|
feedback
|
|
dd if=/dev/sda of=mbr.bin bs=512 count=1 conv=notrunc Then copy the MBR.BIN to a CDROM or whatever. Said that, what you ask doesn't make any sense to me. | |||||
feedback
|
|
http://tldp.org/HOWTO/CD-Writing-HOWTO-3.html have a look at it. You just need a console cd burner | |||
|
feedback
|