Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Dec 9th, 2005, 11:37 PM   #1
arod199113
Programmer
 
arod199113's Avatar
 
Join Date: Feb 2005
Posts: 86
Rep Power: 0 arod199113 is an unknown quantity at this point
format hard drive

how do i format a hrd drive that isnt recoginzed by windows?
when i connect it and turn my pc on, it sais new hard ware found, but wont install, and when i go to device manager it comes up and sais its working fine
but in "My Computer" it dont show anything
i cant do it in command prompt, causei dont know the drive letter cause there isnt one
arod199113 is offline   Reply With Quote
Old Dec 9th, 2005, 11:42 PM   #2
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
nice avatar!!! sorry lol, but good luck!
__________________
"When in Rome, Do as the Romans Do"
"Beauty is in the eye of the BEER holder"
"Save your breath your going to need it for your blow up doll later"

SearchLores.org
Kilo is offline   Reply With Quote
Old Dec 10th, 2005, 2:26 AM   #3
Lich
Professional Programmer
 
Lich's Avatar
 
Join Date: May 2005
Location: Detroit
Posts: 254
Rep Power: 4 Lich is on a distinguished road
Send a message via AIM to Lich Send a message via MSN to Lich
There's a variety of ways. I'm pretty sure you can use DOS's format tool to do it. You can use something like Partition Magic or Paragon Hard Disk Manager, or you could pop in your windows install CD, have it format the drive then restart the comp after it formats but before it starts copying install files.
__________________
--John Cruz
Web Developer
www.cruzweb.net
Lich is offline   Reply With Quote
Old Dec 10th, 2005, 4:32 AM   #4
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 4 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
Lich has pretty much summed it up.

If you prefer to do everything visually, or if you don't really know how to partition and format hard drives, i suggest you use PartitionMagic (I don't own that software) or Paragon Partition Manager (I used to use this all the time until i found that Linux liveCDs have tools for the job).

If you want to use a linux liveCD, you can can use fdisk to format and parition the harddrive, then use one of the numerous tools to give it a filesystem. For example, if you wanted to make it FAT32, you could use mkdosfs, or for somehtign liek ReiserFS you could use mkreiserfs.
__________________
Join us at #programmingforums @ irc.freenode.net!

My software never has bugs. It just develops random features.
coldDeath is offline   Reply With Quote
Old Dec 10th, 2005, 10:43 AM   #5
Lich
Professional Programmer
 
Lich's Avatar
 
Join Date: May 2005
Location: Detroit
Posts: 254
Rep Power: 4 Lich is on a distinguished road
Send a message via AIM to Lich Send a message via MSN to Lich
Quote:
Originally Posted by coldDeath
If you want to use a linux liveCD, you can can use fdisk to format and parition the harddrive, then use one of the numerous tools to give it a filesystem. For example, if you wanted to make it FAT32, you could use mkdosfs, or for somehtign liek ReiserFS you could use mkreiserfs.
Does windows support anything like Reiser yet?> I Haven't even looked into that stuff in a couple of years
__________________
--John Cruz
Web Developer
www.cruzweb.net
Lich is offline   Reply With Quote
Old Dec 10th, 2005, 10:57 AM   #6
crawforddavid2006
Expert Programmer
 
crawforddavid2006's Avatar
 
Join Date: Apr 2005
Location: Not sure yet
Posts: 597
Rep Power: 0 crawforddavid2006 is an unknown quantity at this point
Send a message via AIM to crawforddavid2006 Send a message via MSN to crawforddavid2006
Do you have a boot disc? It can be windows 98, 2000, If you have one let me know then I can help
crawforddavid2006 is offline   Reply With Quote
Old Dec 10th, 2005, 11:28 AM   #7
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 4 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
Lich, i beleive there are 3rd party tools to let windows read from and write to Reiser and others.
__________________
Join us at #programmingforums @ irc.freenode.net!

My software never has bugs. It just develops random features.
coldDeath is offline   Reply With Quote
Old Dec 10th, 2005, 11:35 AM   #8
groovicus
Programmer
 
Join Date: Nov 2004
Posts: 84
Rep Power: 5 groovicus is on a distinguished road
Have you set a partition on the disk yet? You won't be able to format it until you do so.And since you mention that it shows up in "My Computer", can I assume that it is a secondary disk? Is it eventually meant to be the primary drive?

Since you didn't mention what your OS was, here is a reference from Microsoft for XP:
http://support.microsoft.com/?kbid=313348 Just ignore the intro stuff if you are not formatting a primary partition, otherwise the rest of the instructions are the same.

This is another helpful, all encompassing tut:
http://www.bleepingcomputer.com/tuto...torial116.html
__________________
HijackThis Team-SFDC
groovicus is offline   Reply With Quote
Old Dec 10th, 2005, 11:38 AM   #9
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4 Polyphemus_ is on a distinguished road
Quote:
Originally Posted by groovicus
Since you didn't mention what your OS was
Well... he did:

Quote:
Originally Posted by arod199113
how do i format a hrd drive that isnt recoginzed by windows?

Polyphemus_ is offline   Reply With Quote
Old Dec 10th, 2005, 1:51 PM   #10
Mad_guy
Hobbyist Programmer
 
Mad_guy's Avatar
 
Join Date: Oct 2004
Location: Sandstorm, Techno Club
Posts: 239
Rep Power: 5 Mad_guy is on a distinguished road
Send a message via AIM to Mad_guy Send a message via MSN to Mad_guy
Quote:
Originally Posted by Lich
Does windows support anything like Reiser yet?> I Haven't even looked into that stuff in a couple of years
http://p-nand-q.com/download/rfstool.html
http://yareg.akucom.de/index.html
http://www.fs-driver.org/

That covers ReiserFS and Ext2/3, I haven't seen anything for stuff like UFS yet.
__________________
os: mac os 10.5.4
revision control: git
editor: emacs

site
Mad_guy is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 10:12 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC