On Saturday 10 July 2004 1:34 pm, BenEBoy wrote:
What kernel version have you got?
I have:
Linux giraffe 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686 unknown
If it's 2.4.* then try an lsmod to see if ide-scsi is loaded.
I have:
giraffe:~# lsmod Module Size Used by Not tainted keybdev 1664 0 (unused) usbkbd 2848 0 (unused) input 3072 0 [keybdev usbkbd] usb-uhci 20708 0 (unused) usbcore 48032 0 [usbkbd usb-uhci]
If not modprobe it and try mounting /dev/sr0.
giraffe:~# modprobe ide-scsi giraffe:~# mount /dev/sr0 /mnt2 mount: block device /dev/sr0 is write-protected, mounting read-only giraffe:~# ls /mnt2 README.html README.non-US debian install pics README.mirrors.html README.txt dists isolinux pool README.mirrors.txt TRANS.TBL doc md5sum.txt tools
Excellent!!!!! Well done lads!
Ian.