Date: Fri, 27 Sep 1996 23:27:19 -0300 (EST) From: Joao Carlos Mendes Luis <jonny@mailhost.coppe.ufrj.br> To: msv@arisia.net (Mark S. Velasquez) Cc: freebsd-isp@FreeBSD.org Subject: Re: your mail Message-ID: <199609280227.XAA12952@mailhost.coppe.ufrj.br> In-Reply-To: <2.2.32.19960927193337.006ac718@207.100.94.5> from "Mark S. Velasquez" at "Sep 27, 96 03:33:37 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
#define quoting(Mark S. Velasquez) // Well, I know I'm asking a stupid question, but I'll do it anyways : // // I've installed a 4mm scsi tape drive(a Conner 4326NP) and then dumped my // filesystems via the following script : // // /sbin/dump 0udf 61000 ganymede:/dev/nrst0 / // /sbin/dump 0udf 61000 ganymede:/dev/nrst0 /usr // /sbin/dump 0udf 61000 ganymede:/dev/nrst0 /var // /sbin/dump 0udf 61000 ganymede:/dev/nrst0 /export/home // /sbin/dump 0udf 61000 ganymede:/dev/rst0 /export/cache How did you find 61000 as the tape density ? Is this the right way to force a tape length ? // This seems to work fine, however, when I do a "restore -if" to look at the // tape, I can only see the first(/) filesystem I dumped. // I'm doing an "mt -f /dev/rst0 fsf 1", etc. , to skip to the next dump-file Try: mt -f /dev/nrst0 fsf 1 ^ ^ ^ ^ ^ :) I use this here... // on the tape, but I never get to the next dump. Does mt work on FreeBSD 2.1.5 // with my tape drive ? or am I misremembering how to skip to the next // dump-file ? Admittedly its been several years since I was involved with // system backup. // // TIA // // Mark // // Jonny -- Joao Carlos Mendes Luis jonny@gta.ufrj.br +55 21 290-4698 ( Job ) jonny@cisi.coppe.ufrj.br Network Manager UFRJ/COPPE/CISI Universidade Federal do Rio de Janeiro
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609280227.XAA12952>