From owner-freebsd-questions@FreeBSD.ORG Wed Feb 28 15:04:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85E2F16A400 for ; Wed, 28 Feb 2007 15:04:55 +0000 (UTC) (envelope-from malcolm.kay@internode.on.net) Received: from ipmail02.adl2.internode.on.net (ipmail02.adl2.internode.on.net [203.16.214.141]) by mx1.freebsd.org (Postfix) with ESMTP id 0CF1313C441 for ; Wed, 28 Feb 2007 15:04:54 +0000 (UTC) (envelope-from malcolm.kay@internode.on.net) Received: from ppp104-55.lns4.adl4.internode.on.net (HELO alpha.home) ([121.44.104.55]) by ipmail02.adl2.internode.on.net with ESMTP; 01 Mar 2007 01:34:53 +1030 X-IronPort-AV: i="4.14,231,1170595800"; d="scan'208"; a="91130163:sNHT22771000" From: Malcolm Kay Organization: at home To: freebsd-questions@freebsd.org Date: Thu, 1 Mar 2007 01:34:51 +1030 User-Agent: KMail/1.8 References: <5df74baa0702261339w7b2fac38v3e5f9f0dafd90f11@mail.gmail.com> In-Reply-To: <5df74baa0702261339w7b2fac38v3e5f9f0dafd90f11@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703010134.51955.malcolm.kay@internode.on.net> Cc: Subject: Re: FDISK output question -- OT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2007 15:04:55 -0000 On Tue, 27 Feb 2007 08:09 am, DAK GHATIKACHALAM wrote: > Hi Freebsd > > Question about FDISK > > Do you have an idea what does that '+' means in Blocks > columns > > as seen below it is 419425019+ > > Does it signify anything , because for certain disks I do not > see that '+' as the end of blocks? > I believe you are posting to the wrong list. This list is about FreeBSD which is a form of BSD unix -- not Linux. The extraneous '+' is a characteristic of the Linux version of fdisk. I believe it indicates that the indicated 52216 units do not exactly correspond to the 419425019 blocks (but I'm not a Linux expert). I believe there is also an option to show more detail. Switch to expert mode with 'x' before the 'p' enquiry. Malcolm > Thanks > Dak > > [root@kali root]# fdisk /dev/sdk > > The number of cylinders for this disk is set to 52216. > There is nothing wrong with that, but this is larger than > 1024, and could in certain setups cause problems with: > 1) software that runs at boot time (e.g., old versions of > LILO) 2) booting and partitioning software from other OSs > (e.g., DOS FDISK, OS/2 FDISK) > > Command (m for help): p > > Disk /dev/sdk: 429.4 GB, 429496729600 bytes > 255 heads, 63 sectors/track, 52216 cylinders > Units = cylinders of 16065 * 512 = 8225280 bytes > > Device Boot Start End Blocks Id System > /dev/sdk1 1 52216 419425019+ 83 Linux > > Command (m for help):