Hallo Leute,
nachdem ich es geschafft habe, unter FreeBSD 3.4 einen eigenen Kernel zu
kompilieren, wollte ich auch mal eine CD mounten. Prinzipiell werden der
Adapter (AHA 1505 ISA) und Laufwerk erkannt:
# dmesg
[...]
aic0 at 0x340-0x35f irq 11 on isa
aic0: aic6360, dma, disconnection, parity check
[...]
cd0 at aic0 bus 0 target 1 lun 0
cd0: <PIONEER CD-ROM DR-U12X 1.06> Removable CD-ROM SCSI-2 device
cd0: 5.000MB/s transfers (5.000MHz, offset 8)
cd0: cd present [316269 x 2048 byte records]
[...]
Ich weiss nicht, ob der naechste Befehl groben Unfug enthaelt. Jedenfalls
kommt zunaechst mal keine Fehlermeldung:
# mount -t cd9660 -r /dev/cd0a /mnt
# mount
/dev/wd0s2a on / (ufs, local, writes: sync 30 async 194)
/dev/wd0s3f on /usr (ufs, local, writes: sync 4 async 150)
/dev/wd0s3e on /var (ufs, local, writes: sync 123 async 258)
procfs on /proc (procfs, local)
/dev/cd0a on /mnt (cd9660, local, read-only)
Die Ueberraschung (zumindest fuer mich) kommt erst jetzt:
# ls -la /mnt
ls: /mnt: Input/output error
# mount
[...]
/dev/cd0a on /mnt (cd9660, local, read-only)
Und von wegen CD auswerfen und andere CD probieren:
# umount /mnt
umount: unmount of /mnt failed: Input/output error
# mount
[...]
/dev/cd0a on /mnt (cd9660, local, read-only)
# kldstat
Id Refs Address Size Name
1 4 0xc0100000 179a8c kernel
2 1 0xc066f000 e000 linux.ko
3 1 0xc0686000 3000 daemon_saver.ko
4 1 0xc06d9000 8000 cd9660.ko
Was habe ich falsch gemacht?
Gruss,
Dietmar
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Fri 10 Mar 2000 - 23:17:58 CET