I have a problem with FireWire Disk, I can't mount it ? or I don't know how to do this ?
The FireWire card and RH 9.0 recognize it well, but I can't mount the hard disk attached to the firewire card
some suggestions ? HowTo ?
Cheers Vasko
Hi,
Do you have SCSI disk support compiled into your kernel. Normaly things like this pretend to be SCSI devices.
If you do a dmesg after you plug the drive in, you should see it appear as /dev/sdX where X is a, b c etc.
To mount
mount /dev/sdXP /mnt/mountpoint X=drive as above P=partition
eg mount /dev/sda1 /mnt/mountpoint
HTH
Chris