[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: How do you mount an ATAPI Tape drive?



At 02:04 PM 8/10/99 -0400, you wrote:
>I have an ATAPI tape drive I can't seem to mount. Can anyone help or point me
>in the right direction?

I don't think you're likely to mount it.  I thought mt worked with ATAPI to
position the tape.  To manage the contents I generally use tar...

list a tape		tar -lvf <device> 
tar whole fs		tar -cvf <device> /
tar my home:		tar -cvf <device> /home/amead
compare:		cd /home/amead; tar -df <device> 
untar:			cd /; tar -xvf <device>

HTH

-Alan
---
Alan D. Mead  /  Research Scientist  /  adm ipat com
Institute for Personality and Ability Testing
1801 Woodfield Dr  /  Savoy IL 61874 USA
217-352-4739 (v)  /  217-352-9674 (f)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]