|
I need assistance with this issue too, so here is more info:
my boot.log shows:
Nov 11 18:15:33 localhost rc.sysinit: Initializing firewire controller (ohci1394): succeeded
then I get:
Nov 13 18:01:43 localhost mount: mount: special device /dev/sbp2 does not exist
I added this line below in the fstab:
/dev/sbp2 /mnt/firewire vfat user
so I imagine that's why I get the error, but the later in the boot.log I get this:
Nov 13 18:01:18 localhost updfstab: cannot stat /dev/sbp2: No such file or directory
If I try mount /mnt/firewire I get this error:
special device /dev/sbp2 does not exist
The driver is loaded, but how do I get access to the device!
I checked in /dev/sbp2 and you know what? /dev/sbp2 does not exist! Where do I get such a thing, or am I pointing in the wrong location?
Please end my misery!
I am still learning linux....help!
James
|