YDL 2.3 and Ext FW Drive

Jeroen Diederen yellowdog-newbie@lists.terrasoftsolutions.com
Sun, 23 Feb 2003 21:18:27 +0100


Action Sugar wrote:

>I just installed Yellow Dog 2.3 on my iMac DVSE. I cannot get my external
>firewire drive to mount in YDL. I have no idea how to. Any advice or
>knowledge to share? And I am also having no sound.
>
>Thanks.
>_______________________________________________
>yellowdog-newbie mailing list
>yellowdog-newbie@lists.terrasoftsolutions.com
>http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-newbie
>
>
>  
>
modprobe ieee1394
modprobe ohci1394

dmesg

look if the firewire HD is recognised, if not try unplugging and 
plugging and do a dmesg again

then, and only if it showed up:

modprobe sbp2

wait I show you my iMac 400 MHz with my firewire HD switched on (dmesg 
paste)
:
ieee1394: Node 00:1023 has non-standard ROM format (0 quads), cannot parse
ieee1394: Node 00:1023 changed to 01:1023
ieee1394: Node 01:1023 changed to 00:1023
ieee1394: Device added: Node[01:1023]  GUID[00000000204013e6]  [LaCie 
Group SA  ]
ieee1394: sbp2: Logged into SBP-2 device
ieee1394: sbp2: Node[01:1023]: Max speed [S400] - Max payload [2048]
scsi0 : IEEE-1394 SBP-2 protocol driver (host: ohci1394)
$Rev: 584 $ James Goodwin <jamesg@filanet.com>
SBP-2 module load options:
- Max speed supported: S400
- Max sectors per I/O supported: 255
- Max outstanding commands supported: 8
- Max outstanding commands per lun supported: 1
- Serialized I/O (debug): no
- Exclusive login: yes
  Vendor: ST340016  Model: A                 Rev: 3.05
  Type:   Direct-Access                      ANSI SCSI revision: 06
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 78165360 512-byte hdwr sectors (40021 MB)
 /dev/scsi/host0/bus0/target0/lun0: [mac] p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 
p11 p12 p13

you see that this HD is coupled to sda, so now:
[root@iMac jeroen]# pdisk -i
Top level command (? for help): l
Name of device: /dev/sda

Partition map (with 512 byte blocks) on '/dev/sda'
 #:                type name              length   base     ( size )
 1: Apple_partition_map Apple                 63 @ 1
 2:      Apple_Driver43*Macintosh             56 @ 64
 3:      Apple_Driver43*Macintosh             56 @ 120
 4:    Apple_Driver_ATA*Macintosh             56 @ 176
 5:    Apple_Driver_ATA*Macintosh             56 @ 232
 6:      Apple_FWDriver Macintosh            512 @ 288
 7:  Apple_Driver_IOKit Macintosh            512 @ 800
 8:       Apple_Patches Patch Partition      512 @ 1312
 9:           Apple_HFS "Lacie_HFS+"    19541344 @ 1824     (  9.3G)
10:           Apple_HFS "Lacie2_HFS"    19541344 @ 19543168 (  9.3G)
11:           Apple_HFS "Lacie3_HFS+"   19545456 @ 39084512 (  9.3G)
12:           Apple_HFS "Lacie4_HFS+"   19535384 @ 58629968 (  9.3G)
13:          Apple_Free                        8 @ 78165352

Device block size=512, Number of Blocks=78165360 (37.3G)
DeviceType=0x0, DeviceId=0x0
Drivers-
1:  23 @ 64, type=0x1
2:  36 @ 120, type=0xffff
3:  21 @ 176, type=0x701
4:  34 @ 232, type=0xf8ff

Top level command (? for help):
[root@iMac jeroen]#

and then I can mount the hfs partition somewhere:
[root@iMac jeroen]# mount -t hfs /dev/sda10 /mnt/disk

that is it...

then :
umount /dev/sda10