|
Any chance that some other limit is involved? Do the user profiles
have storage limits set? I'm not at all sure what happens in these
cases when user limits are reached.
I thought this had been resolved in a previous append. Without
examining the code of tar I cannot be sure but this smacks of a
coding defect. My guess is that you have TOO MUCH free space. Why?
Because tar is checking the available free-space but (probably)
storing it in a too small value (e.g., short instead of int or int
instead of long long) therefore overflow occurs and the resulting
value indicates insufficient free-space even though that is not true.
You can prove this by creating dummy objects to consume lots of free
space. Something like:
CRTPF DUMMY/DUMMY00001 RCDLEN(32767) SIZE(2147483647) ALLOCATE(*YES)
repeated until sufficient space is consumed.
This sort of rubbish happened a lot in the early days of DOS and Unix
as drive sizes increased. I thought we were past that by now.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.