[PlanetCCRMA] firwire support on FC1

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Sun Jul 11 09:08:01 2004


On Sun, 2004-07-11 at 06:14, luigi rensinghoff wrote:
> I am wondering if i can use a Firewire HD on Planet
> CCRMA kernel FC1 ??
> 
> i have this rescan-scs-bus script, but somehow
> 
> the mount command does not work
> 
> Gscanbus shows the device, but how can i mount it ??

>From the list of modules it looks like you have everything you need.
After plugging in the device wait a bit, check the messages in
/var/log/messages and make sure the device was recognized. 

Then run the rescan-scsi-bus script. Do a:
  cat /proc/scsi/scsi
to see a list of the devices. They are mapped to scsi devices so the
device you have to mount is going to be /dev/sdxy, where x is the device
letter (starting from "a" for the first device) and y is the partition
you want to mount. If you have only one scsi device and you want to
mount the first partition then you should be able to mount with:
  mount /mountpoint /dev/sda1
(you may have to specify the filesystem with the "-t" option)

-- Fernando