Bug 172373
| Summary: | "tar c archive.tar /dir" fails to create a consistent archive if it fails to read one input file | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ville Herva <v> |
| Component: | tar | Assignee: | Peter Vrabec <pvrabec> |
| Status: | CLOSED RAWHIDE | QA Contact: | Ben Levenson <benl> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-11-06 20:10:23 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ville Herva
2005-11-03 14:23:44 UTC
I got a response from bug-tar suggesting that this is ficed in newest snapshots. See http://lists.gnu.org/archive/html/bug-tar/2005-11/ I was able to salvage a similarily damaged (in fact, the same) fs from a backup. This is a mildly (fixable by fsck.vfat) fat fs corrupted by a power interrupt - only few files give IO error. I downloaded and built tar-1.15.2-20050902 from ftp://download.gnu.org.ua/pub/alpha/tar. I verified that tar (GNU tar) 1.15.1 from tar-1.15.1-10.FC4 reproducibly exhibits this bug whereas tar (GNU tar) 1.15.2 from tar-1.15.2-20050902.tar.bz does not. I confirmed that tar-1.15.1-11 from rawhide fixes this with my test case. |