[PLUG] firewire external enclosure

Alan alan at clueserver.org
Fri Sep 26 14:38:02 UTC 2003


On Thu, 2003-09-25 at 23:42, Russell Senior wrote:
> Last night I put together an external firewire/USB2 enclosure and
> installed a firewire/USB2 card (Adaptec DuoConnect).  I recompiled a
> 2.4.22 kernel with the appropriate support.  USB2 is working fine and
> satisfactorily, but for some reason the Firewire isn't.  When I plug
> in, /var/log/messages gives me:
> 
>   Sep 25 23:17:02 celilo kernel: scsi3 : SCSI emulation for IEEE-1394 SBP-2 Devices
>   Sep 25 23:17:02 celilo kernel: blk: queue dbb84818, I/O limit 4095Mb (mask 0xffffffff)
>   Sep 25 23:17:02 celilo kernel: ieee1394: sbp2: Logged into SBP-2 device
>   Sep 25 23:17:02 celilo kernel: ieee1394: sbp2: Reconnected to SBP-2 device
> 
> Then I try to mount /dev/sdc1 /mnt, and I get:
> 
>   # mount /dev/sdc1 /mnt
>   /dev/sdc1: Input/output error
>   mount: you must specify the filesystem type
> 
> When I try specifying the filesystem type:
> 
>   # mount -t ext3 /dev/sdc1 /mnt
>   mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
>          or too many mounted file systems
> 
> When I disconnect firewire and plug in USB2:
> 
>   Sep 25 23:31:41 celilo kernel: ieee1394: sbp2: Logged out of SBP-2 device
>   Sep 25 23:31:51 celilo kernel: hub.c: new USB device 02:08.2-4, assigned address 3
> 
> And then when I mount with "mount /dev/sdc1 /mnt":
> 
>   Sep 25 23:32:20 celilo kernel: kjournald starting.  Commit interval 5 seconds
>   Sep 25 23:32:20 celilo kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on sd(8,33), internal journal
>   Sep 25 23:32:20 celilo kernel: EXT3-fs: mounted filesystem with ordered data mode.
> 
> Any clues why the firewire isn't working?

Are you sure it is attaching the device as sdc?  Nothing from those
messages would indicate that.  Looks like it is not the right device
being used.

Try sda instead.  (Or is something else using that one?)

Also make sure all the firewire modules are loading.  My Canopus card
sometimes has problems due to only half the drivers getting loaded.

-- 
         alan at clueserver.org - alan at ctrl-alt-del.com 

    "...new-fangled and artificial treasons have been the great
    engines by which violent factions, the natural offspring of
    free government, have usually wreaked their alternate
    malignity on each other...."
                  - James Madison in The Federalist No. 43,





More information about the PLUG mailing list