bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dd PATCH: add conv=direct


From: Andrew Morton
Subject: Re: dd PATCH: add conv=direct
Date: Tue, 6 Apr 2004 17:33:26 -0700

Andy Isaacson <address@hidden> wrote:
>
> On modern Linux, apparently the correct way to bypass the buffer cache
> when writing to a block device is to open the block device with
> O_DIRECT.  This enables, for example, the user to more easily force a
> reallocation of a single sector of an IDE disk with a media error
> (without overwriting anything but the 1k "sector pair" containing the
> error).  dd(1) is convenient for this purpose, but is lacking a method
> to force O_DIRECT.  The enclosed patch adds a "conv=direct" flag to
> enable this usage.

This would be rather nice to have.  You'll need to ensure that the data
is page-aligned in memory.

While you're there, please add an fsync-before-closing option.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]