bug-coreutils
[Top][All Lists]
Advanced

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

Add concurrent I/O support to gnu dd


From: Matt Harden
Subject: Add concurrent I/O support to gnu dd
Date: Tue, 16 Dec 2008 22:53:51 -0600
User-agent: Mutt/1.5.16 (2007-06-09)

I'd like to suggest adding the ability to dd(1) to open the file in
concurrent I/O mode.  This applies only to AIX systems and the JFS2
filesystem.  I had a need to do this and was able to do it easily thanks
to the design of coreutils.  As a sysadmin sometimes you have to open a
file in CIO mode because if any other program has the file open already
in CIO mode, the OS will not allow it to be opened in "normal" mode.
Also when using CIO mode, I/O that is not block-aligned is very slow.
This makes dd a good utility for copying data to/from files in CIO mode.

Anyway, here are some simple patches to coreutils and gnulib that give this
capability to dd.

Thanks,
Matt Harden

Attachment: coreutils.patch
Description: coreutils.patch

Attachment: gnulib.patch
Description: gnulib.patch


reply via email to

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