From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 9 05:40:03 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 653181065671 for ; Sun, 9 Mar 2008 05:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5529F8FC16 for ; Sun, 9 Mar 2008 05:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m295e3WK021656 for ; Sun, 9 Mar 2008 05:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m295e3gx021652; Sun, 9 Mar 2008 05:40:03 GMT (envelope-from gnats) Date: Sun, 9 Mar 2008 05:40:03 GMT Message-Id: <200803090540.m295e3gx021652@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Jordan Sissel" Cc: Subject: re: bin/121287: dd(1) ignores any conversions if 'bs' was specified X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jordan Sissel List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 05:40:03 -0000 The following reply was made to PR bin/121287; it has been noted by GNATS. From: "Jordan Sissel" To: bug-followup@FreeBSD.org, nick@anywi.com Cc: Subject: re: bin/121287: dd(1) ignores any conversions if 'bs' was specified Date: Sat, 8 Mar 2008 21:03:23 -0800 % dd if=/dev/zero conv=sparse ibs=1m count=100 of=myfile 100+0 records in 204800+0 records out 104857600 bytes transferred in 0.274636 secs (381805694 bytes/sec) % du -hs myfile 48K myfile % ls -l myfile -rw-r--r-- 1 jls jls 104857600 Mar 8 12:12 myfile Setting ibs and conv=sparse correctly generates a sparse file. Additionaly, in your report you show two examples, both of which would never create sparse files (despite your filenames containing 'sparsefile') Can you elaborate on this? I don't really see a problem. -Jordan