> can I do >dd of=/dev/MBR bs=512 count=1 > >and just type in 000000000 for 512 times? will that fill in 0 as number, >or as ASCII? > definitely use /dev/zero as someone else recommended, but you'll have to use the actual /dev/XdaY device, since ther eis no /dev/MBR i'd make a backup first... dd if=/dev/hda1 of=/tmp/MBR.bak count=1 (default bs is 512, usually) --------------------------------------------------------------------------- Send administrative requests to [EMAIL PROTECTED]
- basic lilo question. Chien-Yu Chen
- Re: basic lilo question. Adam Rogoyski
- Re: basic lilo question. Chien-Yu Chen
- Re: basic lilo question. pleonard
- Re: basic lilo question. Justin Georgeson
- Re: basic lilo question. Thad Smith
- Re: basic lilo question. christ
- Re: basic lilo question. christ
- Re: basic lilo question. Josef Wesley Wells
- christ