Run fdisk /dev/sdb(or whatever it finds it as <--If it is reading as 90GB is there a chance this isn't the drive? sda is the first mounted external device)
hit n for new
p for primary
enter to start it at the beginning
then if you want all the drive as one partition hit enter again, otherwise hit +32G i believe for 32GB of space (it says it on the printout of how to do it exactly...and obviously put whatever space you want...for all of it just hit enter)
this will set the drive size...hit w to write it
now type mke2fs -j /dev/sdb1 (or whatever the partition is)
this will write the journal and create ext3 and have ur drive working
does this help?
Last edited by kg4ysy; 04-02-2006 at 12:57 AM.
|