Can anyone tell me what device file in /dev is used for an external firewire hard drive? I need to mount the device and partitiion it. But fdisk doesn't recognize the drive. Any help would be great! Thanks.
krale, thanks for the reply. After researching, setting up my external ieee1394 HD was quite easy. Running Suse 8.1, all I had to do was the following, in order...
modprobe ohci1394
modprobe sbp2
mount /dev/sda /mnt/myFireDrive
and that was it!! I'm a newbie so this was quite exciting for me.
Actually, I dont even have Firewire. I just went to my kernel source directory (get new kernel from kernel.org) and did a make xconfig and looked at the (EXPERIMENTAL-- Firewire) configs. They said it used a basic SCSI interconnect for the disks It just needed the firewire drivers.
While you're at it, I'd toss those modules into /etc/modules so they load at boottime. Or YAST might have a module entry (it's been 6.3 suse since I used it).
If I was you, I'd grab the 2 newest kernel's ( full version of 2.5.63 AND 2.4.20). Try playing around with them and slowly learn how that kernel thing is put all together. If you start looking in there, there's some really neat functions. Ever wonder what SysRq does? It's an interrupt made for old computers, but linux has a control for it so you can do all sorts of power commands: instant shutoff, auto-device sync(on everything), auto-unmount, and tons of other things. If you follow the directions in /Documentation directory in the kernel packages, you'll be all right ;-)
Have Fun...
Krale Please let Tek-Tips members know if their posts were helpful.
Hey, thanks. I've been reluctant to fool with the kernel. But next weeks lab at school is "Recompiling the Kernel". So this would be a good time for me to go ahead and take your advice. Ha! what harm could I possibly do???
X has more of a tendancy to kill older monitors (that dont shut down when bad signals are sent). Having the tubes blow and smoke is NOT a fun thing to see/smell. Please let Tek-Tips members know if their posts were helpful.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.