jhsu
Group: Members
Posts: 175
Joined: Mar. 2007 |
|
Posted: May 24 2007,15:11 |
|
Quote (curaga @ May 24 2007,08:43) | Quote | 14. Select Quit to exit cfdisk, and reboot the computer. |
It hangs 'cause hda3 hasn't been formatted. DSL doesn't format any other partitions than the install partition. Change that to
Quote | 14. Select Quit to exit cfdisk, format all your partitions and reboot |
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. |
Wow, that would explain A LOT. So why isn't this step taken care of in the installation wizard?
In any event, I'll use those sudo commands next time I partition the drive.
Also, when is ext2 appropriate, and when is ext3 appropriate? I've heard that ext3 is more secure (since a delete really is a delete) but ext2 is better supported.
-------------- Current cheatcodes: kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm nodma noscsi frugal home=hda3 opt=hda3 restore=hda3 root=hda3
|