Red Hat Linux 8.0 SCSI Tekram DC305 Sun 811 (Segate st41600N) install problems
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Red Hat Linux 8.0 SCSI Tekram DC305 Sun 811 (Segate st41600N) install problems
Hi !
Novice question.
Configuration :
Red Har Linux 8.0
Tekram DC305 Scsi Controller
Sun GWV811 External SCSI disk unit (Segate ST41600N)
Problem:
Installed the hardware.
How do I Install. configure, and access the disk.?
Note: Want to R/W data, not boot from the disk.
Booting from an IDE drive on the same machine.
Apologies :
A novice question.
Help would be greatly appreciated :-)
Its just a matter of figuring out what kernel module for the scsi card, and then formatting and mounting the drives. To figure out the card... and hence the module:
/sbin/lspci
Or, it might have already loaded it, what's loaded:
/sbin/lsmod
And, it might have scanned the drives, is there a section similar to this in:
The last part is the partition scan, to zap what's there and create new partitions and such:
cfdisk /dev/sda
or
diskdruid
or, for the oldschool and bold:
fdisk /dev/sda
Then, once you've repartitioned them for "Linux", or possibly even "Linux SelfDetecting RAID" if you want to play with software RAID, its time to format them:
mkfs -t ext3 /dev/sda1
Or... ext2 or jfs or reiserfs or even xfs (but RedHat doesn't do that yet)
I used lspci -vv to verify that the card is there. OK.
Qu. How do I figure out the module.
When I lsmod I cant see any module that I can identify as belonging to the SCSI card.
The module doesnt appear to have been loaded.
That tallies with dmesg. Which doesnt show any evidence of having scanned the disk.
I follow the process. Im just short on a couple of steps.
I cannot run diskdruid from an Xterm. (?)
I cannot find anywhere on the Gnome desktop.
I know that it was an available option when I did the oringinal install.
Uhmmm... feed the output of lspci with regards to the controller into google.com/linux and/or just post the output here and I might even recognize it.
I have no idea where diskdruid is, the binary itself may be partly capitalized: DiskDruid maybe, RH does odd things. Offhand, it might not be installed by default and just be part of the installer... evil thing to do. If cfdisk isn't there, fdisk is perfectly usuable, a little archaic, but it does the job.
Its probably one of three modules... I can't find much on google (or more to the point I'm finding too much on google) Try the following command, then check "dmesg" for a scsi ID scan, try each module... yes some of these will make the machine appear to hang, just give it about 20 seconds to recover from the scan. If a modprobe works... you should get no output.
/sbin/modprobe tmscsim
/sbin/modprobe sym53c8xx
One of those is probably it. If not, try back and I'll get really nosy.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.