Moin,
> tech. Data :
> Freebsd 4 stable
schonmal nicht falsch ;-)
> im kernel habe ich diesen ganzen kram drinne :
>
> # ATA and ATAPI devices
> device ata0 at isa? port IO_WD1 irq 14
> device ata1 at isa? port IO_WD2 irq 15
> device ata
> device atadisk # ATA disk drives
> device atapicd # ATAPI CDROM drives
> device atapifd # ATAPI floppy drives
> device atapist # ATAPI tape drives
>
> sollte also reichen ..
Yep.
> wenn ich aber ein tar auf /dev/rsa0 anweise zu schreiben .. macht das tape
> kein mucks ..
Yep. Nicht verwunderlich.
> woran liegt es ? ...
man 4 sa sagt:
SA(4) FreeBSD Kernel Interfaces Manual SA(4)
NAME
sa - SCSI Sequential Access Device Driver
^^^^^
man 4 ast sagt:
ATA(4) FreeBSD Kernel Interfaces Manual ATA(4)
NAME
ata, acd, ad, afd, ast - Generic ATA/ATAPI disk controller driver
[...]
To support ATAPI tape drives:
device atapist
Ergo:
tante root# cd /dev
tante root# sh MAKEDEV ast0
Gibt dann ein rast0 und nrast0 und mit denen klappt das dann auch mit dem
Nachbarn... äh... Streamer.
/s/Udo (will ein DLT, kann es aber nicht bezahlen)
-- "In headlines today, the dreaded killfile virus spread across the country adding aol.com to people's usenet kill files everywhere. The programmer of the virus still remains anonymous, but has been nominated several times for a Nobel peace prize." -Mark Atkinson To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Wed 21 Feb 2001 - 19:10:39 CET