(no subject)

2001-09-18 Thread Pack
I've been beating my head on a script to back up drives. the point of it is to copy all the date from hda, to hdc. dd was the original answer, but now we don't always have identical drives. so i whipped up a little script that copy's over all the files to the second drive. everything is peachy

Re: Installing GRUB in hdc to boot as hda [was (no subject)]

2001-09-18 Thread Ivan Passos
Pack wrote: I've been beating my head on a script to back up drives. the point of it is to copy all the date from hda, to hdc. dd was the original answer, but now we don't always have identical drives. so i whipped up a little script that copy's over all the files to the second drive.

Re: [Bug-grub] Re: Creating a bootable floppy

2001-09-18 Thread Derrik Pates
On Wed, 19 Sep 2001, Jason Thomas wrote: it doesn't have to be an ms-dos filesystem, anything grub can read will do!! Well, that's true. I hadn't considered that. :) Of course, I think a FAT16 FS will probably have the lowest overhead on a floppy, but yeah, any FS GRUB knows should be fine.