mpen
Group: Members
Posts: 10
Joined: April 2006 |
|
Posted: April 19 2006,14:00 |
|
thanks for the reply.
the bios is set to boot usb-zip first then the main hard drive if I don't have anything plugged in. I know there is not a lot wrong with the drive itself because it starts the boot process fine, and I can start various debian installers... the trouble is starting dsl... it initialises fine, and loads the initial ram drive, just fails to find the knoppix file system...
when I bought the drive and plugged it in under knoppix, it came up as /dev/sda and mounted under /mnt/sda
when I used the dsl installer it created 2 partitions, sda1 and sda2. I want to get rid of sda2 and expand sda1, but qtparted in knoppix throws up errors when it gets to resising sda1.
so I removed all the partitions and used fdisk to crate a new dos partition table (option o?) wrote that and used mkdosfs /dev/sda -I to restore the drive back to it's original. (when I plug it in under knoppix, it detects it as /dev/sda)
If I instead of doing that, I create a new partition encompassing the whole drive (option n) then I can run mkdosfs /dev/sda1 and create the filesystem that way, but the the bios picks up the drive as a HDD and locks up on post... (when I plug it in under knoppix, it detects it as /dev/sda1)
|