From owner-freebsd-hackers Wed Mar 28 7:59:10 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A235437B71D for ; Wed, 28 Mar 2001 07:59:07 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f2SFvY956054; Wed, 28 Mar 2001 08:57:34 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200103281557.f2SFvY956054@harmony.village.org> To: Ceri Storey Subject: Re: accessing ide Cc: Peter Pentchev , Sandeep Kohli , fbsd-hackers In-reply-to: Your message of "Wed, 28 Mar 2001 10:42:40 +0100." <20010328104240.B443@cds220.halls.umist.ac.uk> References: <20010328104240.B443@cds220.halls.umist.ac.uk> <3AC1D2B2.F3244CA2@yahoo.com> <20010328113625.C5524@ringworld.oblivion.bg> Date: Wed, 28 Mar 2001 08:57:34 -0700 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010328104240.B443@cds220.halls.umist.ac.uk> Ceri Storey writes: : but these two command lines give me different results, eg: : cds220# head -c 32 /dev/ad0c | hd : so they are not equivalent? ad0 is the whole device. ad0c is the whole slice. These can be the same, but are often different. /dev/ad0 is the right device to open if you want to access the mbr. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message