Jump to content
50 minutes ago, akaZypher said:

I just built a new gaming PC and got a Seagate BarraCuda 2TB HDD as a second drive for games, it doesn't show in my bios or in my Disk Management section. Any help would be great, not sure if i just got a bad hard drive or what?

Could be bad lots of things.  Bad drive, bad format on a good drive, bad sata port, bad bios flash.


probably dumb idea:

 One cheesy check that could possibly do nothing might be to throw in a Linux liveCD on a thumb drive and try booting off that.  Won’t help with the bios but Linux has some pretty low level drive stuff.  Kinda grasping at straws with that one.  Last resort maybe.  Windows used to have some low level drive stuff too but they hid everything and changed stuff so I got no clue where it might be or what it might be called.

Not a pro, not even very good.  I’m just old and have time currently.  Assuming I know a lot about computers can be a mistake.

 

Life is like a bowl of chocolates: there are all these little crinkly paper cups everywhere.

Link to post
Share on other sites

Drive might be not formatted at all or formatted the wrong way.

Enter command prompt,

diskpart

list volume

select volume number

format fs=NTFS quick

 

OR IF IT IS FORMATTED, BUT NO PARTITIONS HAVE BEEN CREATED:

diskpart

list disk

IF YOU FIND RIGHT SIZE DRIVE:

select disk number

create partition primary size=numberinmegabytes

IF YOU STILL CAN'T DETECT THE DRIVE, TRY LINUX LIVE CD/USB 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×