Bug 9468
Summary: | cpio fails when writing to Maxtor 40GB IDE hard disk | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Alan Stewart <astewart> |
Component: | cpio | Assignee: | bero |
Status: | CLOSED DEFERRED | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | rhw |
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: | 2000-03-01 19:18:26 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
Alan Stewart
2000-02-15 18:56:29 UTC
Can you try the following alternative way of transferring the files, and advise whether that works? Q> OLDPATH='Path to root of old tree' Q> NEWPATH='Path to root for new tree' Q> pushd $OLDPATH Q> tar cf - * | ( cd $NEWPATH ; tar xvf - ) Q> popd Make sure that $NEWPATH is not inside $OLDPATH as otherwise you have a nice case of infinite recursion there... The error differs, but the results are the same for tar. After several hours of processing tar begins reporting "tar: ...: Could not create file: No such file or directory" for each file. Df reports that there is free space still remaining. As before, listing the root directory of the filesystem shows files that should be deep in the directory structure to be at the root, directories that were created earlier by tar are now gone. I have another 40GB filesystem on this machine that I've not had problems with over the last year. Every month I refresh that filesystem with about 20GB of data from a tape sent to me by one of my customers. That filesystem is on a DPT SCSI RAID array. So the bug must be with IDE support for this hard drive. I've seen posts in the linux.redhat.misc newsgroup from others having problems with large Maxtor IDE drives. Therefore I'm going to close this bug and post a new one for IDE. |