Techie
Group: Members
Posts: 8
Joined: July 2004 |
|
Posted: Aug. 04 2004,15:56 |
|
OK, since noone has posted a reply, I'll share what research I have come up with...not sure if it is correct or not.
This is what I did:
1) FDISK the drive using a DOS boot floppy, Windoze Staryp Floppy or, better yet, TOMSRTBT
2) Boot to DSL "live" by booting the PC from the CD-ROM (normally)
3) Enter a terminal, and from the command line run:
sudo su then mkfs -V fs -c -v /dev/hda1 (Change drive designation as needed) The last command will "make" a file system, and check the drive for "bad blocks" while it is at it (best when using and older used drive)
Alternately, one could use a "drive wiping" floppy before fdisk-ing, such as the ones I have seen mentioned here...
|