On Fri, Mar 02 2001, Mario Hermann wrote: > There is another small bug with the loop over loop problem. Now it works > fine for > files but not for Devices: > > losetup /dev/loop0 /dev/sr1 > losetup /dev/loop1 /dev/loop0 > dd if=/dev/loop1 of=test.dat bs=2048 count=1024 Pending miscount, this should fix it. -- Jens Axboe