Two HDs

Mikkel L. Ellertson mellertson at gmail.com
Thu May 9 01:02:21 UTC 2013


On 05/01/2013 04:15 PM, Bill Kuns wrote:
> Dear Mr. Craig:
>
> Yes, fdisk seems to see both 1 TB drives:
>
> [root at FedC15 <mailto:root at FedC15> bkuns]# fdisk -l
>
> Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
> 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168
> 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: 0x0006673d
>
>    Device Boot      Start         End      Blocks   Id  System
> /dev/sda1   *        2048     1026047      512000   83  Linux
> /dev/sda2         1026048  1953523711   976248832   8e  Linux LVM
>
> Disk /dev/mapper/vg_fedc15-lv_swap: 5536 MB, 5536481280 bytes
> 255 heads, 63 sectors/track, 673 cylinders, total 10813440 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: 0x00000000
>
> Disk /dev/mapper/vg_fedc15-lv_swap doesn't contain a valid
> partition table
>
> Disk /dev/mapper/vg_fedc15-lv_root: 53.7 GB, 53687091200 bytes
> 255 heads, 63 sectors/track, 6527 cylinders, total 104857600 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: 0x00000000
>
> Disk /dev/mapper/vg_fedc15-lv_root doesn't contain a valid
> partition table
>
> Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
> 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168
> 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: 0x44fdfe06
>
>    Device Boot      Start         End      Blocks   Id  System
> /dev/sdb1              63  1953520064   976760001    c  W95 FAT32
> (LBA)
>
> Disk /dev/mapper/vg_fedc15-lv_home: 940.4 GB, 940430065664 bytes
> 255 heads, 63 sectors/track, 114334 cylinders, total 1836777472
> 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: 0x00000000
>
> Disk /dev/mapper/vg_fedc15-lv_home doesn't contain a valid
> partition table
>
> -- 
> Bill Kuns <am497 at CyberMesa.com <mailto:am497 at CyberMesa.com>>
>
> On Wed, 2013-05-01 at 13:57 -0700, Jack Craig wrote:
>> does fdisk see it?
>>
>>
>>
>> On Wed, May 1, 2013 at 1:36 PM, Bill Kuns <am497 at cybermesa.com
>> <mailto:am497 at cybermesa.com>> wrote: 
>>
>>     Dear Helpers:
>>
>>     I have installed two 1 TB Hard Drives in my new system.  Only
>>     one of the two is
>>     recognized by Fedora.
>>
>>     They are WD1002FAEX drives.  When I asked Western Digital for
>>     assistance, their
>>     "help" wasn't much help.
>>
>>     They reported this difficulty was the result of a "Signature
>>     Collision".  Then,. they gave me instructions on how to clear
>>     the error in Windows XP, Windows Vista, Windows 7, and
>>     Windows 8.  None of those is going to work under Fedora.
>>
>>     Does anyone have any ideas on how to fix this?
>>
>>     Thanks,
>>
>>
>
>
One thing that I see that is strange is the partition table on the
second drive. It says you have a 1 TB Win95 FAT32 partition. I
didn't think you could make them that big. What I would try is to
use parted or gparted to delete the partition table and create new
partitions that reflect how you are planning to use the drive. MAKE
SURE you change the drive to /dev/sdb before deleting the partition
table. Also, if you have any data you want on the second drive, back
it up before doing anything.

If you can, use gparted instead of parted. Parted is a command line
utility and can be harder to use.

One you have partitioned and formated the drive, you will have to
add it to /etc/fstab if you want it mounted automatically. (I forget
the GUI tool that does that - I just edit it by hand...)

You may be able to mount the partition on /dev/sdb1 if you really
want to. Use something like this to see if it has a valid file
system on it. As root, or using sudo, run:

mkdir /tmp/mnt
mount /dev/sdb1 /tmp/mnt

If it mounts, you have a valid file system on the drive. If the
system can't determine the file system, then it probably isn't
formatted.

Have fun.
Mikkel
-- 
Do not meddle in the affairs of dragons, for thou art crunchy and
taste good with Ketchup!


More information about the users mailing list