<div>The mount commands should be:</div>
<div> </div>
<div>mount -t iso9660 -r /dev/scd1 /mnt/scd1</div>
<div> </div>
<div>not is09660.</div>
<div> </div>
<div>-Dustin<br><br> </div>
<div><span class="gmail_quote">On 10/3/05, <b class="gmail_sendername">Scott Fleming</b> <<a href="mailto:nflug@afourthdimension.com">nflug@afourthdimension.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Thank you in advance for your help with this.<br><br>SCSI termination is correct - all drives are recognized after I run
<br>modprobe in /etc/rc.local<br><br>cat /proc/scsi/scsi:<br><br>Attached devices:<br>Host: scsi0 Channel: 00 Id: 01 Lun: 00<br>Vendor: IBM-PCCO Model: DDRS-34560W !# Rev: S97B<br>Type: Direct-Access ANSI SCSI revision: 02
<br>Host: scsi0 Channel: 00 Id: 02 Lun: 00<br>Vendor: IBM-PCCO Model: DDRS-34560W !# Rev: S97B<br>Type: Direct-Access ANSI SCSI revision: 02<br>Host: scsi0 Channel: 00 Id: 03 Lun: 00<br>Vendor: IBM-PCCO Model: DDRS-34560W !# Rev: S97B
<br>Type: Direct-Access ANSI SCSI revision: 02<br>Host: scsi0 Channel: 00 Id: 05 Lun: 00<br>Vendor: IBM Model: CDRM00203 !K Rev: BZ26<br>Type: CD-ROM ANSI SCSI revision: 02
<br>Host: scsi0 Channel: 00 Id: 06 Lun: 00<br>Vendor: MDI Model: LaserBank 1300D Rev: 1027<br>Type: Sequential-Access ANSI SCSI revision: 02<br>Host: scsi1 Channel: 00 Id: 00 Lun: 00<br>Vendor: TEXEL Model: CD-ROM DM-XX28 Rev:
3.05<br>Type: CD-ROM ANSI SCSI revision: 02<br>Host: scsi1 Channel: 00 Id: 01 Lun: 00<br>Vendor: TEXEL Model: CD-ROM DM-XX28 Rev: 3.05<br>Type: CD-ROM ANSI SCSI revision: 02
<br>Host: scsi1 Channel: 00 Id: 02 Lun: 00<br>Vendor: TEXEL Model: CD-ROM DM-XX28 Rev: 3.05<br>Type: CD-ROM ANSI SCSI revision: 02<br>Host: scsi1 Channel: 00 Id: 03 Lun: 00<br>Vendor: TEXEL Model: CD-ROM DM-XX28 Rev:
3.05<br>Type: CD-ROM ANSI SCSI revision: 02<br>Host: scsi1 Channel: 00 Id: 04 Lun: 00<br>Vendor: TEXEL Model: CD-ROM DM-XX28 Rev: 3.05<br>Type: CD-ROM ANSI SCSI revision: 02
<br>Host: scsi1 Channel: 00 Id: 05 Lun: 00<br>Vendor: TEXEL Model: CD-ROM DM-XX28 Rev: 3.05<br>Type: CD-ROM ANSI SCSI revision: 02<br>Host: scsi1 Channel: 00 Id: 06 Lun: 00<br>Vendor: TEXEL Model: CD-ROM DM-XX28 Rev:
3.05<br>Type: CD-ROM ANSI SCSI revision: 02<br><br><br>I can manually mount drives 1-4. Drives 5,6,7 report an error, stating<br>unknown device. Yet, they're recognized in the above.<br><br>I'm looking to be able to see them listed in the disk management tool,
<br>which they aren't when FC boots.<br><br>Perhaps I'm running modprobe at the wrong point in the boot sequence?<br>Currently, I have it running in the etc/rc.local file: (should the be<br>done somewhere else?)<br><br>#!/bin/sh
<br>#<br># This script will be executed *after* all the other init scripts.<br># You can put your own initialization stuff in here if you don't<br># want to do the full Sys V style init stuff.<br><br>touch /var/lock/subsys/local
<br><br># load the scsi card driver<br>modprobe aha152x aha152x=0x140,10,7<br><br>#mount the dumb-ass cdroms<br>mount -t is09660 -r /dev/scd1 /mnt/scd1<br>mount -t is09660 -r /dev/scd2 /mnt/scd2<br>mount -t is09660 -r /dev/scd3 /mnt/scd3
<br>mount -t is09660 -r /dev/scd4 /mnt/scd4<br>mount -t is09660 -r /dev/scd5 /mnt/scd5<br>mount -t is09660 -r /dev/scd6 /mnt/scd6<br>mount -t is09660 -r /dev/scd7 /mnt/scd7<br><br>The drives are not mounting.<br><br>Help!
<br><br>After booting, here's what 'df' shows:<br><br>Filesystem 1K-blocks Used Available Use% Mounted on<br>/dev/sda1 4332624 2399924 1712612 59% /<br>/dev/hda1 101086 8583 87284 9% /boot
<br>none 192820 0 192820 0% /dev/shm<br>/dev/sdc 4337644 1644340 2472960 40% /mnt/sdc<br><br><br>My system consists of an aha-1520 controller for the 7 scsi cdrom<br>drives. I also have an AAA-131 raid controller running 3 9gb scsi hard
<br>drives on u2 bus, on the narrow bus is a scsi cdrom drive (/dev/sdc).<br><br>Thank you - hope this sheds more light onto the troubleshooting tasks.<br><br>Scott<br><br><br><br><br><br>On Mon, 2005-10-03 at 12:15, Dave Andruczyk wrote:
<br>> --- Scott Fleming <<a href="mailto:nflug@afourthdimension.com">nflug@afourthdimension.com</a>> wrote:<br>><br>> > I've been searching for a HOWTO on getting my scsi cdrom tower to be<br>> > available under fedora when it starts up, and have come up with a
<br>> > plethora of anything but this.<br>> ><br>> > Is there a HOWTO that I can't seem to find to get my 7 scsi cdrom drives<br>> > working under linux? Winblows used to see the scsi drives with no
<br>> > problem whatsoever.<br>> ><br>><br>> I donno if fedora has a modules.autoload functionality or not, so you can<br>> either tell it to do this there or put the following lines in<br>> /etc/rc.d/rc.local
<br>><br>> modprobe sr_mod<br>> modprobe cdrom<br>> modprobe sg<br>><br>> Odds are those modules aren't loading by default hence no CDrom's are seen on<br>> the SCSI bus..<br>><br>><br>> > I read a couple SCSI howto's and my eyes bled. I just need to know which
<br>> > files to edit to make my scsi cdroms avaiable, not mount, but available<br>> > for mounting from my desktop.<br>> ><br>> > Any help on this would be appreciated.<br>><br>> running "cdrecord -scanbus" will usually show you if the drives are found...
<br>> Try running that command BEFORE and AFTER the modprobe lines above to see if it<br>> finds new things. Also a simple "cat /proc/scsi/scsi" will show you what SCSI<br>> devices are detected, if only some show up, check termination of the external
<br>> SCSI bus, the bus is terminate ONLY at the ends, don't enable termination on<br>> each drive, as it makes things very unpredictable and drives on the bus tend to<br>> disappear due to bus activity and loading..
<br>><br>><br>><br>><br>> Dave J. Andruczyk<br>><br>><br>><br>> __________________________________<br>> Yahoo! Mail - PC Magazine Editors' Choice 2005<br>> <a href="http://mail.yahoo.com">
http://mail.yahoo.com</a><br>><br>><br><br></blockquote></div><br>