Perhaps it is related to the extended partition type that you chose or how you 
made that partition.
You are using:
Device      Id  System
 /dev/sdc1 f  W95 Ext'd (LBA)

I usually use:
Id  System
5  Extended

Why put linux partitions in a Microsoft Extended partition (Type "f" W95 Ext'd 
(LBA))?
Maybe try recreating the partitions with cfdisk.

Quote from man fdisk:
For  best  results,  you should always use an OS-specific partition table 
program.  For example, you should make DOS partitions with the DOS FDISK 
program and Linux partitions with the Linux fdisk or Linux cfdisk program.

Also take a look at the BUGS section of man fdisk. It sings the praises of 
cfdisk, especially when mixing partions OS types

Chaim

On Wednesday 04 April 2007 09:35, Shlomo Solomon wrote:
> I'm having trouble adding a third SATA disk.
>
> I have 2 250 Gb SATA drives (/dev/sda and /dev/sdb).
> I added a 160 Gb drive and both fdisk and the Mandriva control panel
> correctly recognize it as /dev/sdc. The disk is OK (checked in a different
> computer).
>
> [EMAIL PROTECTED] solomon]# fdisk -l /dev/sdc
>
> Disk /dev/sdc: 160.0 GB, 160041885696 bytes
> 255 heads, 63 sectors/track, 19457 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
>
>    Device Boot      Start         End      Blocks   Id  System
> /dev/sdc1              26       19457   156087540    f  W95 Ext'd (LBA)
> /dev/sdc5              26        1554    12281661   83  Linux
> /dev/sdc6            1555        1808     2040223+  82  Linux swap /
> Solaris /dev/sdc7            1809        4357    20474811   83  Linux
> /dev/sdc8            4358        6906    20474811   83  Linux
> /dev/sdc9            6907        8180    10233373+  83  Linux
> << snip snip>>
>
> When I try to mount one of the /dev/sdc partitions from the control panel,
> I get:       mounting partition /dev/sdc9 in directory /c9 failed.
>
> And when I try to mount from the command line I get the following error:
>
> [EMAIL PROTECTED] solomon]# mount /c9
> mount: /dev/sdc9 already mounted or /c9 busy
>
> Here's the relevant part of /etc/fstab (I've included part of the lines
> relating to /dev/sda and /dev/sdb for comparison).
>
> [EMAIL PROTECTED] ~]$ cat /etc/fstab
> ## sda
> /dev/sda1 /       reiserfs notail 1 1
> /dev/sda6 /boot  reiserfs notail 1 2
> /dev/sda7 /home reiserfs notail 1 2
> /dev/sda8 /tmp   reiserfs notail 1 2
> << snip snip >>
> ## sdb
> /dev/sdb1 /3200-g1 reiserfs defaults 1 2
> /dev/sdb5 /3200-g2 reiserfs defaults 1 2
> /dev/sdb6 /3200-g3 reiserfs defaults 1 2
> << snip snip >>
> ## sdc
> /dev/sdc5 /c5 reiserfs defaults 1 2
> /dev/sdc7 /c7 reiserfs defaults 1 2
> /dev/sdc8 /c8 reiserfs defaults 1 2
> /dev/sdc9 /c9 reiserfs defaults 1 2
> /dev/sdc10 /c10 reiserfs defaults 1 2
> /dev/sdc11 /c11 reiserfs defaults 1 2
> /dev/sdc12 /c12 reiserfs defaults 1 2
> /dev/sdc13 /c13 reiserfs defaults 1 2
> /dev/sdc14 /c14 reiserfs defaults 1 2
>
>
>
> Any suggestions would be appreciated.

-- 
Chaim Keren Tzion
[EMAIL PROTECTED]
+972-(0)54-465-2983
+972-(0)2-53-53-363

ICQ: 2076934
AIM: lifelionzionray
MSN: [EMAIL PROTECTED]
Yahoo: chakatz
Skype: lionslife

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to