LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-03-2012, 01:35 PM   #1
bmaguire
LQ Newbie
 
Registered: Oct 2010
Location: MA
Distribution: ubuntu, fedora
Posts: 8

Rep: Reputation: 0
new hard drive doesn't contain a valid partition table


I have just installed Mint 13 on a new dual boot (Windows 7/Mint) system. I am booting off of a 128gb ssd divided evenly between Windows and Mint. The boot drive is recognized by both OSs and runs fine. Howver, the 2tb data drive I have installed can't be seen. I have no idea what to do. Running fdisk -l I get:

************************************

Disk /dev/sda: 128.0 GB, 128035676160 bytes
255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x8407eaae

Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 125136895 62465024 7 HPFS/NTFS/exFAT
/dev/sda3 125138942 250068991 62465025 5 Extended
/dev/sda5 125138944 216537087 45699072 83 Linux
/dev/sda6 216539136 250068991 16764928 82 Linux swap / Solaris

Disk /dev/mapper/cryptswap1: 17.2 GB, 17167286272 bytes
255 heads, 63 sectors/track, 2087 cylinders, total 33529856 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x9d919e1d

Disk /dev/mapper/cryptswap1 doesn't contain a valid partition table

***********************************************
Thanks for any help.

Brian
 
Old 08-03-2012, 04:04 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Did you partition and format the disk?

2T byte disks are at the limit of support for an old style partition table. You might want to look into a GPT partitioning scheme.

See this link for an overview. -->http://www.ibm.com/developerworks/linux/library/l-gpt/

I had some trouble with WD 1 TB drives. They use something called advance format. If you use fdisk to partition, you need to be careful things are aligned correctly. The disk stores things in 4k sectors, not 512 as most older disks do.
 
1 members found this post helpful.
Old 08-03-2012, 11:05 PM   #3
farnsy
LQ Newbie
 
Registered: Nov 2008
Location: Pennsylvania
Distribution: Fedora 19
Posts: 24

Rep: Reputation: 2
Within linux, start the gnome-disk-utility (install it first, if necessary). Select the 2 TB drive. Partition it and format. If you want both OS's to read it, format it to NTFS. It will probably be /dev/sdb since your SSD is /dev/sda.
 
1 members found this post helpful.
Old 08-04-2012, 01:43 AM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I had the same message with rma 1Tb hitachi drive, while using gparted-live-cd, If I recall it just took a right-click & set partition table to msdos.
Then I was able to partition drive.
 
1 members found this post helpful.
Old 08-04-2012, 10:45 AM   #5
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Can you post solution please?
That way others can benefit from it.
 
Old 08-05-2012, 07:19 AM   #6
bmaguire
LQ Newbie
 
Registered: Oct 2010
Location: MA
Distribution: ubuntu, fedora
Posts: 8

Original Poster
Rep: Reputation: 0
I kept running into the problem of the drive just plain being invisible to Windows and Linux, so I wasn't able to partition and format. I checked the connections several times and they were solid but finally I moved the drive connector from SATA 3 to SATA 1 on the motherboard. The drive was then visible and I was able to follow the advice above on formatting and partitioning.

Brian
 
Old 08-05-2012, 02:24 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
In all this did bios get checked? That would have been my very first step.
 
Old 08-05-2012, 11:08 PM   #8
farnsy
LQ Newbie
 
Registered: Nov 2008
Location: Pennsylvania
Distribution: Fedora 19
Posts: 24

Rep: Reputation: 2
I'm glad you got it figured out. Just for our enlightenment, do you know what make/model your motherboard and hard drive are? It would be good to know that there's a combination that doesn't work well together (at least in the original configuration).
 
Old 08-06-2012, 01:58 PM   #9
bmaguire
LQ Newbie
 
Registered: Oct 2010
Location: MA
Distribution: ubuntu, fedora
Posts: 8

Original Poster
Rep: Reputation: 0
checking BIOS and motherboard & hard drive specifics

I have to admit that checking the BIOS never even crossed my mind (blush). I wouldn't even know how to do it.

As for the motherboard, it's an Intel DX 58SO2 and the drive is a Western Digital Caviar Black 2 TB SATA. Right now everyone is playing well together, but the hard drive currently has one big NTFS partition. I will be taking part of it as an ext3 or ext4 in a few days, after I deal with a couple of other issues.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Disk /dev/sdb3 doesn't contain a valid partition table penduleum Linux - Hardware 7 05-28-2012 08:18 AM
Disk doesn't contain a valid partition table? vihag Linux - General 5 01-16-2012 04:46 PM
Disk doesn't contain a valid partition table baldurpet Linux - Newbie 17 05-10-2009 03:25 AM
doesn't contain a valid partition table after creating raid1 via kickstart ncsuapex Linux - Software 3 01-22-2009 10:26 AM
Disk doesn't contain a valid partition table expatCM Linux - Hardware 9 10-01-2007 02:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration