I have two things to say:
1) You will probably want ext3 over ext2, when you use mke2fs /dev/hdc1 you create an ext2 partition. instead use mke2fs -j /dev/hdc1 (you can also pass -L PartitionName to give the partition a name also)
2) As answered in the other post, the system will still be labeled fat32, vfat, or whatever. To fix this and make it look the way you want it to type this: [i]fdisk /dev/hdc1[i]
Once there you can press m for help. It will show you a list of commands. From there, you can use the t command to change it to ext3 and you may need to use the w command to write your changes. I don't use this enough to remember the specifics, so hopefully this helps point you in the correct direction.
Last edited by Yerp; 04-04-2005 at 01:14 PM.
|