How-To?

Lukas Maly malyl at col.cz
Thu Sep 23 23:49:10 PDT 2004


Hi

If you attached firewire cable into card on PC, read messages.

tail -f /var/log/messages

--~--
Sep 22 14:01:39 malyl /kernel: fwohci0: node_id=0xc800ffc1, gen=3, CYCLEMASTER mode
Sep 22 14:01:39 malyl /kernel: firewire0: 2 nodes, maxhop <= 1, cable IRM = 1 (me)
Sep 22 14:01:39 malyl /kernel: firewire0: bus manager 1 (me)
Sep 22 14:01:40 malyl /kernel: firewire0: New S400 device ID:0030e001e000027e
Sep 22 14:01:41 malyl /kernel: da0 at sbp0 bus 0 target 0 lun 0
Sep 22 14:01:41 malyl /kernel: da0: <Oxford S OXFORD IDE Devic 0037> Fixed Simplified Direct Access SCSI-4 device
Sep 22 14:01:41 malyl /kernel: da0: 50.000MB/s transfers
Sep 22 14:01:41 malyl /kernel: da0: 38166MB (78165360 512 byte sectors: 255H 63S/T 4865C)
--~--

On your kernel must have this support:

# SCSI peripherals
device          scbus           # SCSI bus (required)
device          da              # Direct Access (disks)
device          pass            # Passthrough device (direct SCSI access)

and

# FireWire support
device          firewire        # FireWire bus code
device          sbp             # SCSI over FireWire (Requires scbus and da)

mount /dev/da0s1c /mnt/fw-disk

malyl

On Thu, 23 Sep 2004, Dan D Niles wrote:

> Date: Thu, 23 Sep 2004 16:32:18 -0500
> From: Dan D Niles <dan at more.net>
> To: freebsd-firewire at freebsd.org
> Subject: How-To?
>
>
>
> Is there a how-to for using firewire drives with FreeBSD?  I seached
> the handbook and didn't find anything.
>
> I have build my kernel with firewire support and rebooted.  I have
> attached a firewire disk but I'm not sure how to mount it.  I do not
> see any new devices in /dev.
>
> Do I need to reboot to see the firewire drive?
>
> Is there a daemon that needs to run for hotplugging firewire drives?
>
> Thanks in advance,
>
> Dan
> _______________________________________________
> freebsd-firewire at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-firewire
> To unsubscribe, send any mail to "freebsd-firewire-unsubscribe at freebsd.org"
>


More information about the freebsd-firewire mailing list