Bug 449683 - [CHAPTER 7.2.] Block_Devices.xml
Summary: [CHAPTER 7.2.] Block_Devices.xml
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: doc-Virtualization_Guide
Version: 5.2
Hardware: All
OS: Linux
low
low
Target Milestone: rc
: ---
Assignee: Christopher Curran
QA Contact: Don Domingo
URL: http://www.redhat.com/docs/en-US/Red_...
Whiteboard:
Depends On:
Blocks: 449674
TreeView+ depends on / blocked
 
Reported: 2008-06-03 01:22 UTC by Michael Hideo
Modified: 2008-06-12 18:31 UTC (History)
0 users

Fixed In Version: 5.2
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-06-12 18:31:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Michael Hideo 2008-06-03 01:22:23 UTC
much easier to use M suffix on dd.  Use count=0 instead of count=1 to avoid
writing the single block of zeros.  With these two changes, the examples become:

 

 sparse:     dd if=/dev/zero of=FileName.img bs=1M seek=4096 count=0

 non-sparse: dd if=/dev/zero of=FileName.img bs=1M count=4096

Comment 1 Christopher Curran 2008-06-05 05:16:47 UTC
fixed


Note You need to log in before you can comment on or make changes to this bug.