gleather
11-01-2002, 10:40 PM
relavent lines from dmesg:
SCSI subsystem driver Revision: 1.00
scsi0 : SCSI host adapter emulation for IDE AT
API devices
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:DMA
hdd: SAMSUNG CDRW/DVD SM-332B, ATAPI CD/DVD-ROM drive
hdd: ATAPI 40X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
relavent line from lsmod:
ide-scsi 7456 0
relavent line from /etc/fstab
/dev/cdburner /mnt/cdburner iso9660 noauto,owner,rw 0 0
result of ls -l /dev/scd0
brw-rw-r-- 1 root disk 11, 0 Jul 18 1994 /dev/scd0
result of ls -l /dev/cdburner
lrwxrwxrwx 1 root root 9 Nov 1 20:35 /dev/cdburner -> /dev/scd0
rebooted with lilo option hdd=ide-scsi
when I try to mount the burner
with mt /mnt/cdburner I get this:
mount: /dev/scd0 is not a valid block device
This is the case even if i don't use the cdburner link, instead using scd0 for everything.
Also, when I run cdrecord -scanbus
I get this:
No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
What am I missing?
SCSI subsystem driver Revision: 1.00
scsi0 : SCSI host adapter emulation for IDE AT
API devices
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:DMA
hdd: SAMSUNG CDRW/DVD SM-332B, ATAPI CD/DVD-ROM drive
hdd: ATAPI 40X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
relavent line from lsmod:
ide-scsi 7456 0
relavent line from /etc/fstab
/dev/cdburner /mnt/cdburner iso9660 noauto,owner,rw 0 0
result of ls -l /dev/scd0
brw-rw-r-- 1 root disk 11, 0 Jul 18 1994 /dev/scd0
result of ls -l /dev/cdburner
lrwxrwxrwx 1 root root 9 Nov 1 20:35 /dev/cdburner -> /dev/scd0
rebooted with lilo option hdd=ide-scsi
when I try to mount the burner
with mt /mnt/cdburner I get this:
mount: /dev/scd0 is not a valid block device
This is the case even if i don't use the cdburner link, instead using scd0 for everything.
Also, when I run cdrecord -scanbus
I get this:
No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
What am I missing?