Hi Stefan,
> I managed to fix this by booting up in runlevel 3 without Xwindows - works
> 100% fine. Apparently attempting the commands in a terminal emulator in X
> (at least on my system) does not work at all.
Maybe your gfx card/main board combination doesn't leave enough room
for poor ISA dma ...
> Now, another question: I want to use one tape for both Windows and Linux
> backups. Is this the right approach:
Be sure to use the _latest_ version, i.e. ftape-4.04a. Otherwise you
will have problems to mix your windows backups with Linux backups on
the same tape, at least when using cartridges with more then (roughly)
2gig capacity.
OTHERWISE YOU WILL NOT ONLY RISK DATA LOSS, but you get data-loss.
> 1. Do Windows first.
>
> 2. The first time you write the Linux backup on that same tape, do
The order should not matter.
> ftmt -f /dev/nqft0 eod
>
> then
>
> tar czvf /dev/nqft0 /home/whatever
>
> 3. For subsequent Linux backups do
>
> ftmt -f /dev/nqft0 seek 2
>
> tar czvf /dev/nqft0 /home/whatever
>
> Is this right? Will "seek 2" position the tape at the start of the second
> volume i. e. the "Linux part" of the tape? If not, what command must I use
> to position the tape at the end of the backup written by the Iomega windows
> backup software? Does "seek 2" mean "volume 2" i. e. the second volume, i.
> e. my Linux backup?
The MTSEEK tape operation does not skip file-marks, but blocks. Use
ftmt -f /dev/nqft0 asf 2
(this is equivalent to doing a rewind first, and then an "fsf 2")
ftmt -f /dev/nqft0 seek 2
will just skip the first two blocks (probably 2kb when the first
volume has been created under Windows).
Be sure to do a "ftmt -f /dev/qft0 rewind" after the backup so that
the header segments are updated. Or use directly the rewinding device
with tar, i.e. "tar cf /dev/qft0 /home/whatever.
ALSO: do not use the "-z" switch with tar. If a single bit of your
data gets corrupted you'll have a hard time to recover the data from
your tape.
Claus
--
Claus-Justus Heine [EMAIL PROTECTED]
http://www.instmath.rwth-aachen.de/~heine/
Ftape - the Linux Floppy Tape Project
Home Page : http://www.instmath.rwth-aachen.de/~heine/ftape/
Mailing-list: [EMAIL PROTECTED]