From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Date: Mon, 26 Nov 2007 11:18:41 +0200 From: lucio@proxima.alt.za MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] Tip of the day... Topicbox-Message-UUID: 0bc6cdac-ead3-11e9-9d60-3106f5b1d025 Here's me being clever: % echo dma on | tee /dev/sdC0/ctl > /dev/sdD0/ctl Now, this can be extended by adding "tee" commands as required, but I can't think of an elegant way to do this depending on the available DMA-capable drives. I know that my shell programming tricks repertoire is very limited, so I presume somebody out there will be able to enhance the command in a scalable way (we're talking abount only a few drives, really). As given, it is all I have had a need for, so I'm quite pleased with myself :-) ++L