From owner-freebsd-newbies@FreeBSD.ORG Tue Aug 24 01:31:14 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 004C216A4CE for ; Tue, 24 Aug 2004 01:31:14 +0000 (GMT) Received: from fidel.freesurf.fr (fidel.freesurf.fr [212.43.206.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D38043D41 for ; Tue, 24 Aug 2004 01:31:13 +0000 (GMT) (envelope-from ogautherot@freesurf.fr) Received: from [62.240.248.116] (62-240-248-116.adsl.freesurf.fr [62.240.248.116]) by fidel.freesurf.fr (Postfix) with ESMTP id D6B7C2A6BA1; Tue, 24 Aug 2004 03:31:11 +0200 (CEST) Message-ID: <412A9A5A.5000207@freesurf.fr> Date: Tue, 24 Aug 2004 03:31:06 +0200 From: Olivier Gautherot User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040812 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chiheb Djabri References: <00d501c4895c$76c16980$d2242518@iceonfire85> In-Reply-To: <00d501c4895c$76c16980$d2242518@iceonfire85> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-newbies@freebsd.org Subject: Re: Partitionning Problem X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2004 01:31:14 -0000 Hi Chiheb! Chiheb Djabri wrote: >Hello > >I am New To Freebsd. I tried to create partitions for Freebsd using FDISK but It does not detect my disk correctly. The thing is I have a 37 Gb of Hard Drive; 5 Gb are allocated for Windows 98 (FAT32), ~23,5Gb for Windows XP (NTFS) and I have the rest of Disk partitionioned with Gentoo. I thought to use this partitions for Freesbd. That's what appears on Fdisk screen: > >Disk name:ad0 >DISK Geometry: 4865 cyls/255heads/63 sectors= 78156225 sectors (38162 MB) > > >Offset Size (ST) End Name PType Desc subty Flags >0 63 63 - 12 unused 0 >63 10249407 10249469 ad0s1 7 fat 11 >10249470 67890690 78140159 ad0s2 4 extended DOS, LBA 15 >78140160 25200 78165359 - 12 unused 0 > >Besides I received a message as ad0 geometry is incorrect >Can somebody help me please? > > I've already come across "incorrect" partitioning with the Linux fdisk. It seems to allocate half cyclinders for whatever reason. I would recommend to rerun the partitioning using the FreeBSD installation program. Note that, until the installation is committed, the disk is not modified so no data is lost. Hope it helps Olivier