|
Congrats!
Anyhow, do you know the device name of the disk in Unix? (/dev/hda1, /dev/sda1). If so, the command you should look into is "mkfs". It may be installed as "mkfs.ext2" instead...
You should read up on it first, and be careful that you're not formatting a partition that is already being used by Linux, since you'll then lose data.
That will create the filesystem on that partition, and create the lost+found directory, which is useful to have around when recovering from a freak crash. That's where fsck will deposit stray files it comes across when checking the drive upon recovery.
I hope I've given you the answers you were looking for... Please post back if you'd like more specific help.
|