1753302 Members
6800 Online
108792 Solutions
New Discussion юеВ

Re: gnu tar limit

 
Maaz
Valued Contributor

gnu tar limit

OS: SLES 10 SP2
kernel: 2.6.16.x

size of myfile is 80 GB.

# mt тАУf /dev/nst0 eom

# tar тАУcvf /dev/nst0 myfile

tar: /dev/nst0: cannot write: input /output error
tar: error is not recoverable: exiting now.

whats the maximum file size gnu tar can backup ?

Regards
Maaz
2 REPLIES 2
Steven Schweda
Honored Contributor

Re: gnu tar limit

> what[']s the maximum file size gnu tar can
> backup ?

That might depend on which version of GNU
"tar" you're using, but for anything
reasonably recent, I wouldn't expect 80GB to
cause trouble.

tar --version
man tar

> OS: SLES 10 SP2
> kernel: 2.6.16.x

Now that we have the unimportant information,
how about some useful info?

What, exactly, is "/dev/nst0"?

> # tar -cvf /dev/nst0 myfile
>
> tar: /dev/nst0: cannot write: input /output error

How much time did that take? Is "/dev/nst0"
(whatever it is) write protected? Is there
any free space on its medium?

> # mt -f /dev/nst0 eom

So, is there already stuff on this medium?
How much? Written how?
dirk dierickx
Honored Contributor

Re: gnu tar limit

you should not be looking at tar for the source of the problem, there is something wrong with /dev/nst0. the tape could be full, the tape could be bad or too small for this file etc etc