Am Mo, den 29.03.2004 schrieb David Branine um 23:44: > I have 3 external scsi hard drives and 1 external > firewire hard drive, all used for storage. The scsi > card and firewire card are listed in hardware, but the > drives don't show. I need help to mount them or > whatever you call it so that they show and I can use them. Where do you expect the drives to be shown? If you run "cat /proc/scsi/scsi", do you see the SCSI drives listed? If not, then you have cabeling (termination) problem, maybe. If listed, then check the output of "fdisk -l". The SCSI drives are /dev/sdX, counted by their SCSI ID. With the data seen running fdisk listening the partitions you should be able to mount specific partitions. Let's take you have one ext2 partition being /dev/sdc1. You may create for that a mountpoint with "mkdir /mnt/scsi3_1". To mount then run "mount -t ext2 /dev/sdc1 /mnt/scsi3_1". Further information in "man mount" and "man fstab". Alexander -- Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13 Fedora GNU/Linux Core 1 (Yarrow) on Athlon CPU kernel 2.4.22-1.2174.nptl Sirendipity 00:42:36 up 10 days, 8:24, load average: 0.00, 0.06, 0.07 [ ÎÎÏÎÎ Ï'ÎÏÏÎÎ - gnothi seauton ] my life is a planetarium - and you are the stars
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil