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: Wed, 7 Apr 2004 13:03:08 -0700

Andy Isaacson <address@hidden> wrote:
>
> I claim that O_DIRECT on of= is important because you just plain *can
> not* do the minimal-sized IDE block scrub without it.  I don't yet see a
> similar benefit to O_DIRECT on if= side.

If you want a block scrubber then write a block scrubber.

If you want to add O_DIRECT support to dd then it should be implemented
properly, and that means implementing it for both read and write.

In fact the user should be able to specify the read-O_DIRECT and the
write-O_DIRECT independently - if for no other reason than that the source
and dest filesytems may not both support O_DIRECT.




reply via email to

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