how can i write specific sectors on a floppy? for example...
Posted: Tue Aug 30, 2005 11:00 pm
lets say i have three files:
fileone
filetwo
filethree
i need to write:
fileone to sector 0 to floppy
filetwo to sector 1 to floppy
filethree to sector 4 to floppy
how can i do this in linux?
i know that the linux dd command can write sectors but i only managed to get the first file on the floppy and boot like this
dd if=fileone bs=512 of=/dev/fd0
but i cant get the rest of the files on...
is there a way to do this?
if anyone can respond i will greatly appreciate this
thanks in advance!
fileone
filetwo
filethree
i need to write:
fileone to sector 0 to floppy
filetwo to sector 1 to floppy
filethree to sector 4 to floppy
how can i do this in linux?
i know that the linux dd command can write sectors but i only managed to get the first file on the floppy and boot like this
dd if=fileone bs=512 of=/dev/fd0
but i cant get the rest of the files on...
is there a way to do this?
if anyone can respond i will greatly appreciate this
thanks in advance!