View previous topic :: View next topic |
Author |
Message |
CowMike n00b

Joined: 16 May 2002 Posts: 52 Location: Ede, NL
|
Posted: Sun Dec 15, 2002 9:28 pm Post subject: HP SuperStore DAT24 |
|
|
How can I get this thing working under Gentoo with kernel 2.4.20 (vanilla-sources) ? I have enabled 'support voor SCSI Tape drives' in the kernel and I have a Adaptec AHA-2940U2/U2W SCSI-controller...
How can I make this thing work ? |
|
Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 20606
|
Posted: Mon Dec 16, 2002 1:37 am Post subject: |
|
|
Moved from Installing Gentoo.
Forums front page wrote: | Installing Gentoo
If you've finished the install guide, look somewhere else. But if you're still working your way through it, or just need some info before you start your install, this is the place. |
_________________ Quis separabit? Quo animo? |
|
Back to top |
|
 |
CowMike n00b

Joined: 16 May 2002 Posts: 52 Location: Ede, NL
|
Posted: Mon Dec 16, 2002 6:48 am Post subject: |
|
|
Ow, okay Sorry for that  |
|
Back to top |
|
 |
bernjuer n00b

Joined: 20 Nov 2002 Posts: 22
|
Posted: Wed Dec 18, 2002 5:30 pm Post subject: |
|
|
Scan the output of dmesg for something like
st: Version 20020205, bufsize 32768, wrt 30720, max init. bufs 4, s/g segs 16
Attached scsi tape st0 at scsi0, channel 0, id 6, lun 0
st0: Block limits 1 - 16777215 bytes.
Found it? Fine, the kernel found your streamer.
Then try
Code: | tar czvf /dev/st0 * |
to put all files in the current directory onto tape.
Verify with
HTH,
Bernd _________________ sigs are boring |
|
Back to top |
|
 |
|