From owner-freebsd-questions Sat Feb 22 4: 5:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C191137B401 for ; Sat, 22 Feb 2003 04:05:12 -0800 (PST) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BF7543FE0 for ; Sat, 22 Feb 2003 04:05:11 -0800 (PST) (envelope-from mail@pizzinato.it) Received: from fwd10.sul.t-online.de by mailout03.sul.t-online.com with smtp id 18mYP0-0004gw-0M; Sat, 22 Feb 2003 13:05:10 +0100 Received: from fatcat (510004143857-0001@[217.228.149.45]) by fmrl10.sul.t-online.com with smtp id 18mYOy-1WewpUC; Sat, 22 Feb 2003 13:05:08 +0100 Received: (qmail 38037 invoked from network); 22 Feb 2003 12:06:10 -0000 Received: from unknown (HELO pizzinato.it) (127.0.0.1) by localhost with SMTP; 22 Feb 2003 12:06:10 -0000 Received: from 217.228.149.45 (SquirrelMail authenticated user mail@pizzinato.it) by www.pizzinato.it with HTTP; Sat, 22 Feb 2003 13:06:10 +0100 (CET) Message-ID: <65451.217.228.149.45.1045915570.squirrel@www.pizzinato.it> Date: Sat, 22 Feb 2003 13:06:10 +0100 (CET) Subject: dd problem From: "Luca Pizzinato" To: X-Priority: 3 Importance: Normal Reply-To: mail@pizzinato.it X-Mailer: SquirrelMail (version 1.2.10) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Sender: 510004143857-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Guys. Ok, I admit, most of my experience is on Solaris, but hey, I'd never expect such a command to fail on FreeBSD: # df -k Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 2064302 74140 1825018 4% / /dev/ad0s1f 9247246 1895878 6611590 22% /usr /dev/ad0s1e 15483630 380750 13864190 3% /var procfs 4 4 0 100% /proc # # dd if=/dev/ad01sa of=/dev/ad2s1a bs=4096k dd: /dev/ad01sa: No such file or directory # What am I doing wrong? Feel like in the newbies time :/ Regs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message