LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   How to mount a SCSI hard drive through a PCI SCSI card. (https://www.linuxquestions.org/questions/linux-hardware-18/how-to-mount-a-scsi-hard-drive-through-a-pci-scsi-card-453240/)

jesuscakes 06-09-2006 03:15 PM

How to mount a SCSI hard drive through a PCI SCSI card.
 
I have an OLD OLD OLD hard drive from like 1994 that came out of a UNIX server at an automotive repair shop. My friend wants me to get all of the customer info out of it and move it over to Windows so he can access it in an easier to navigate environment(for him).

I did some research and know that the hardrive uses either an EXT or EXT 2 filesystem. The hard drive is a Seagate 2.2 GB SCSI drive with jumpers on the top of it.

I have a SCSI PCI card that allows me to put a SCSI HD in my nonSCSI system.

My first question is: Will Fedora 5 will recognize the filesystem?

I am pretty sure it will but you guys know more than I.

Secondly, will the SCSI card work in Fedora 5?

And lastly, how do I mount the harddrive provided the rest of what I have said works?

THANK YOU SO MUCH FOR YOUR TIME. :)

Brian1 06-09-2006 04:28 PM

It should recognize the formet fine.

The card is hard to say since not mention model and brand. You might get some info on it from the HCL database here located at the top or to the right.

If the pci card has the correct module loaded for it, then use the command ' /sbin/fdisk -l ' as root ' su ' of course. It should display the partition table if it is seen. If no other SCSI, USB, or Firewire media drives are attached it be /dev/sda* device block.

Example of mine.
Code:

[root@lcomp18 crusher18]# /sbin/fdisk -l

Disk /dev/sda: 36.7 GB, 36703918080 bytes
255 heads, 63 sectors/track, 4462 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot      Start        End      Blocks  Id  System
/dev/sda1  *          1          13      104391  83  Linux
/dev/sda2              14        2180    17406427+  83  Linux
/dev/sda3            2181        3200    8193150  83  Linux
/dev/sda4            3201        4462    10137015    5  Extended
/dev/sda5            3201        4156    7679038+  83  Linux
/dev/sda6            4157        4221      522081  82  Linux swap
/dev/sda7            4222        4462    1935801  83  Linux

Disk /dev/sdb: 36.7 GB, 36703918080 bytes
255 heads, 63 sectors/track, 4462 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot      Start        End      Blocks  Id  System
/dev/sdb1  *          1        4462    35840983+  83  Linux

Disk /dev/sdc: 36.7 GB, 36703918080 bytes
255 heads, 63 sectors/track, 4462 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot      Start        End      Blocks  Id  System
/dev/sdc1  *          1          13      104391  83  Linux
/dev/sdc2              14        2180    17406427+  83  Linux
/dev/sdc3            2181        3200    8193150  83  Linux
/dev/sdc4            3201        4462    10137015    5  Extended
/dev/sdc5            3201        4156    7679038+  83  Linux
/dev/sdc6            4157        4221      522081  82  Linux swap
/dev/sdc7            4222        4462    1935801  83  Linux

Disk /dev/sdd: 36.7 GB, 36703918080 bytes
255 heads, 63 sectors/track, 4462 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot      Start        End      Blocks  Id  System
/dev/sdd1              1        4462    35840983+  83  Linux

Disk /dev/sde: 36.7 GB, 36703918080 bytes
255 heads, 63 sectors/track, 4462 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot      Start        End      Blocks  Id  System
/dev/sde1  *          1        4462    35840983+  83  Linux

Disk /dev/sdf: 36.7 GB, 36703918080 bytes
255 heads, 63 sectors/track, 4462 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot      Start        End      Blocks  Id  System
/dev/sdf1  *          1        4462    35840983+  83  Linux

Disk /dev/sdg: 8 MB, 8060928 bytes
2 heads, 32 sectors/track, 246 cylinders
Units = cylinders of 64 * 512 = 32768 bytes

  Device Boot      Start        End      Blocks  Id  System
/dev/sdg1  *          1        245        7824    e  W95 FAT16 (LBA)

Disk /dev/sdj: 31 MB, 31129600 bytes
4 heads, 32 sectors/track, 475 cylinders
Units = cylinders of 128 * 512 = 65536 bytes

  Device Boot      Start        End      Blocks  Id  System
/dev/sdj1              1        475      30374+  4  FAT16 <32M

Disk /dev/sdk: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot      Start        End      Blocks  Id  System
/dev/sdk1  *          1      24792  199141708+  b  W95 FAT32

Disk /dev/sdl: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot      Start        End      Blocks  Id  System
/dev/sdl1  *          1      24792  199141708+  b  W95 FAT32

Brian1


All times are GMT -5. The time now is 09:44 PM.