Bug 60311
Summary: | IDE tape driver does not work properly | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | James Newlin <jnewlin> |
Component: | kernel | Assignee: | Pete Zaitcev <zaitcev> |
Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.2 | ||
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: | 2002-02-26 14:32:27 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
James Newlin
2002-02-25 12:54:11 UTC
Found out that if you add "ide=nodma" to the kernel line, the 2.4.9 kernels work correctly. The "ide=nodma" is a little too harsh, because it kills DMA on IDE disks too. A better workaround is to use hdparm -d0 /dev/hdb. This is an ongoing problem somewhere in bowels of IDE framework. Apparently, the old 2.2 IDE did not hit hw too hard. Last note - I suggest to use ide-scsi and st instead of ide-tape. The latter is a poorly implemented driver, with bugs crawling all over it. *** This bug has been marked as a duplicate of 54517 *** |