PDA

View Full Version : Formatting of failed?



dresac
05-09-2004, 10:27 PM
On my XP hd, I used partition magic to split it up and give myself an ex2 partition and a linux swap.. everything went great. The knoppix install noticed it fine, but after the configuration (and I begin to install), I am prompted with the following:

"Error: Formatting of failed. Some messages from mkfs.ex3: usage mkfs.ex3 [..." (etc..)

Well I read a bit more and then attempted to use qtparted in Knoppix to format the linux ex2 partition and make it ex3. All went well and I went to the console to again attempt to install. Same error.

I'm not quite sure whats wrong with my partitions. I've tried simply having no actual partition set and just have unallocated space, but Knoppix wont partition (gives some "cannot write" error). The partitions in both PM and qt seem to work just fine, except when it gets to the actual process of copying the files over. WHy is knoppix attempting to format anyway? It should already be up and ready for the files to just copy over, right?

Sandman316
05-14-2004, 03:50 AM
I get the same error....

Any solutions ??

Thanks in advance.

cbuckingham
05-14-2004, 05:41 AM
I was getting the same error, and just want to note that I'm a noob, but that aside. And note that this is on a HDD that I am not using for anything else other than the knoppix install and was willing to wipe it clean.

so here's what I finally did, and it worked
booted from the CD
did the whole knoppix lang=us thing
waited for all to load
I hit CTRL-shft-f1
typed sudo cfdisk
deleted all the partitions
formatted the free space as primary (linux)
clicked write
(at this point I didn't even know how to get back to the desktop)
so I rebooted the CD
opened the terminal
typed sudo knoppix-installer
did step one
and step two in order
choosing all the defaults like beginner, etc
and then it formatted and installed without any problems.

myrrdex
06-07-2004, 01:57 AM
oh thank god someone figured that out. I have been suffering through this forever. thank you thank you thank you.

eco2geek
06-07-2004, 09:40 AM
If you run "knx2hd" or "knoppix-installer" (same thing), configure your installation, quit, and save your configuration, you can then edit your configuration file (".knofig") to:

skip partitioning (e.g. if you've already done it with PartitionMagic)
use ext2 instead of ext3
tell it where your swap partition (and /home partition, if you've got a separate partition for /home) is

.knofig is very well commented.

You can then run "knx2hd" again, load the saved configuration file, and go.