Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I install a SATA PCI card on openfiler

Status
Not open for further replies.

mrgulic

Technical User
Sep 18, 2001
248
US
I built a SAN rinning openfiler and i have added a 4 port sata pci card but I do not know how to get it working.


Motherboard - GIGABYTE GA-M61P-S3 AM2 NVIDIA GeForce 6100 / nForce 430 ATX AMD Motherboard (4 port onboard sata).
The 4 onboard sata ports are connected to an Athena Power BP-SATA3051B 3 x 5.25" Bays to 5 x 3.5" HD (SATA) Backplane. I bought a
SYBA SD-SATA-4P (4 port) PCI SATA Controller Card to serve additional sata drives.

I installed the card, restarted openfiler but nothing appeared in the "Physical Storage Mgmt." tab on the web gui. I do not know linux well at all and endless searching on google got me nowhere.

I found a couple commands that showed me a little but I am not sure what to make of it.

Code:
[root@nas ~]# sfdisk -l

Disk /dev/hda: 59554 cylinders, 16 heads, 63 sectors/track
Warning: The partition table looks like it was made
  for C/H/S=*/255/63 (instead of 59554/16/63).
For this listing I'll assume that geometry.
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start     End   #cyls    #blocks   Id  System
/dev/hda1   *      0+     12      13-    104391   83  Linux
/dev/hda2         13     203     191    1534207+  83  Linux
/dev/hda3        204     457     254    2040255   82  Linux swap / Solaris
/dev/hda4        458    3735    3278   26330535   8e  Linux LVM

Disk /dev/sda: 60801 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start     End   #cyls    #blocks   Id  System
/dev/sda1          0+  60801-  60802- 488386583+  ee  EFI GPT
                start: (c,h,s) expected (0,0,2) found (0,0,1)
/dev/sda2          0       -       0          0    0  Empty
/dev/sda3          0       -       0          0    0  Empty
/dev/sda4          0       -       0          0    0  Empty

Disk /dev/sdb: 60801 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start     End   #cyls    #blocks   Id  System
/dev/sdb1          0+  60801-  60802- 488386583+  ee  EFI GPT
                start: (c,h,s) expected (0,0,2) found (0,0,1)
/dev/sdb2          0       -       0          0    0  Empty
/dev/sdb3          0       -       0          0    0  Empty
/dev/sdb4          0       -       0          0    0  Empty

Disk /dev/sdc: 60801 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start     End   #cyls    #blocks   Id  System
/dev/sdc1          0+  60801-  60802- 488386583+  ee  EFI GPT
                start: (c,h,s) expected (0,0,2) found (0,0,1)
/dev/sdc2          0       -       0          0    0  Empty
/dev/sdc3          0       -       0          0    0  Empty
/dev/sdc4          0       -       0          0    0  Empty

Disk /dev/sdd: 60801 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start     End   #cyls    #blocks   Id  System
/dev/sdd1          0+  60801-  60802- 488386583+  ee  EFI GPT
                start: (c,h,s) expected (0,0,2) found (0,0,1)
/dev/sdd2          0       -       0          0    0  Empty
/dev/sdd3          0       -       0          0    0  Empty
/dev/sdd4          0       -       0          0    0  Empty

Disk /dev/sde: 7295 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start     End   #cyls    #blocks   Id  System
/dev/sde1          0+      5       6-     48163+  ce  Unknown
/dev/sde2   *      6+   1311-   1306-  10485760    7  HPFS/NTFS
                end: (c,h,s) expected (1023,254,63) found (1022,136,41)
/dev/sde3       1311+   7295-   5985-  48069152    7  HPFS/NTFS
/dev/sde4          0       -       0          0    0  Empty

Disk /dev/dm-0: 0 cylinders, 0 heads, 0 sectors/track

sfdisk: ERROR: sector 0 does not have an msdos signature
 /dev/dm-0: unrecognized partition table type
No partitions found

Disk /dev/dm-1: 0 cylinders, 0 heads, 0 sectors/track

sfdisk: ERROR: sector 0 does not have an msdos signature
 /dev/dm-1: unrecognized partition table type
No partitions found
[root@nas ~]#

I know that hda is the IDE drive where the OS is and sda, sdb, sdc, sdd are the four 500gb Western Digital SATA drives in the backplane which are connected to the onboard SATA.

The new drive is a 60gb samsung SATA laptop drive plugged directly into the PCI SATA card.

Can someone please help.
 
Check the BIOS. I have an IDE controller card that can only be seen if I use the RAID or Both option for the controller. The SATA setting won't see it.

Mark
 
I got it using:

[root@nas ~]# fdisk /dev/sde
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top