Quote (curaga @ May 24 2007,08:43) | ||||
It hangs 'cause hda3 hasn't been formatted. DSL doesn't format any other partitions than the install partition. Change that to
ie sudo mke2fs /dev/hda1 sudo mke2fs -j /dev/hda3 sudo mkswap /dev/hda2 this makes hda3 ext3, so your data is safer on a blackout... |
Quote |
It hangs 'cause hda3 hasn't been formatted. DSL doesn't format any other partitions than the install partition. |