Ok, ik heb de kernel gerebuild. Nu met scsi emulation support.
dmesg zegt nu het volgende:
Kernel command line: BOOT_IMAGE=linux ro root=308 devfs=mount hdc=ide-scsi
ide_setup: hdc=ide-scsi
ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:DMA
hdc: PLEXTOR CD-R PX-W4012A, ATAPI CD/DVD-ROM drive
Echter wanneer ik iets probeer te mounten krijg ik het volgende:
[root@Pushkin la0h]# mount /dev/hdc /mnt/cdrom
/dev/hdc: Input/output error
mount: you must specify the filesystem type
[root@Pushkin la0h]# mount -t iso9660 /dev/hdc /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/hdc,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
[root@Pushkin la0h]# cd /mnt/cdrom
[root@Pushkin cdrom]# ls
[root@Pushkin cdrom]# cd ..
[root@Pushkin mnt]# mount -t joliet /dev/hdc /mnt/cdrom
mount: fs type joliet not supported by kernel
[root@Pushkin mnt]# mount -t vfat /dev/hdc /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/hdc,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
[root@Pushkin mnt]# mount -t vfat /dev/sr0 /mnt/cdrom
mount: special device /dev/sr0 does not exist
[root@Pushkin mnt]# mount -t vfat /dev/sda /mnt/cdrom
mount: /dev/sda is not a valid block device
Wat gaat er nu nog fout?