LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 06-09-2006, 03:15 PM   #1
jesuscakes
Member
 
Registered: May 2006
Posts: 83

Rep: Reputation: 15
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.
 
Old 06-09-2006, 04:28 PM   #2
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
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
 
  


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
Scsi Hard Drive BittaBrotha Linux - Hardware 6 11-20-2005 06:12 PM
GRUB or LILO boot to SCSI drive on SCSI system w/ IDE card mkl838 Linux - General 1 03-06-2005 09:01 PM
Scanner Umax 2200 (USB,SCSI) with AHA2940U scsi card problem in Suse 9.2 Pro nathanv117 SUSE / openSUSE 5 02-22-2005 02:06 PM
SCSI hard drive _ben_deb_ Debian 4 12-22-2003 08:03 AM
problems: mount SCSI hard drive deeviant Linux - Newbie 2 12-03-2002 10:05 AM

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

All times are GMT -5. The time now is 11:30 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