Operating System - HP-UX
1834665 Members
1959 Online
110069 Solutions
New Discussion

Re: how to check remaining size of the tape

 
Abhijit P.
Valued Contributor

how to check remaining size of the tape

Hi all..

I want to know how much space is remaining on my tape after taking backup on it...

Thanks in advance

Abhijit
7 REPLIES 7
Joseph Loo
Honored Contributor

Re: how to check remaining size of the tape

hi,

because of compression ratio to the tape, it is really not reliable to know the remaining space to the tape.

regards.
what you do not see does not mean you should not believe
Noel Miranda
Frequent Advisor

Re: how to check remaining size of the tape

What utility have you used?
If you have used tar then take a tar tvf and calculate the no if blocks written(use awk to sum up the field). Knowing the total capacity of the tape, you can come to a conclusion about how much space is left on tape.
Abhijit P.
Valued Contributor

Re: how to check remaining size of the tape

hi ..
thanks for early response ...

ya I am using tar only.So there is no other option other than calculating the blocks?

Thanks and regards,
Abhijit
Noel Miranda
Frequent Advisor

Re: how to check remaining size of the tape

I don't think so. But keep this thread open and check other responses.
Abhijit P.
Valued Contributor

Re: how to check remaining size of the tape

ok thank you very much I will do so

once again thanks for ur quick response

Regards,
Abhijit
Bharat Katkar
Honored Contributor

Re: how to check remaining size of the tape

Hi Abhijit,
I think u r from UWB...:)

Well i agree with Joseph that you can't really determine the space left on your Tape.
This is because say e.g. u have 40GB DLT drive and you have backed up 40 GB of data but still you will be able to write on the Tape depending on the Compression you are using.

So if you are using Omniback then u have a choice of vewing the Tape Usage and then calculate the approximate space available on the Tape.

Normally what i have seen is 40 GB DLT can hold data of around 85GB with compression.

Hope that helps.
Regards,
You need to know a lot to actually know how little you know
Abhijit P.
Valued Contributor

Re: how to check remaining size of the tape

ok bharat thanks

but Idon't have omniback only using tar. ...

could you pls tell me what is that UWB