Bug 208
Summary: | Problems using a swapfile on fat/fat32 partitions. | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | mproulx |
Component: | mount | Assignee: | David Lawrence <dkl> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.1 | ||
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: | 1998-12-06 21:38:30 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
mproulx
1998-11-27 14:28:01 UTC
We need to know what parameters you used with the dd command to create the swap file. It is possible with the wrong paramters that you may have corrupted your partition table or master boot record. Any other commands entered after the dd command would also be appreciated. I was able to successfully do this with the following commands. # dd if=/dev/zero of=swapfile bs=1024 count=8192 # mkswap swapfile 8192 # sync # swapon swapfile I was not able to replicate the problem mentioned by the reporter. |