From owner-freebsd-stable@FreeBSD.ORG Tue Nov 27 11:05:01 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFAF016A46C for ; Tue, 27 Nov 2007 11:05:01 +0000 (UTC) (envelope-from dennis.melentyev@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 8658113C4D1 for ; Tue, 27 Nov 2007 11:05:01 +0000 (UTC) (envelope-from dennis.melentyev@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so235784anc for ; Tue, 27 Nov 2007 03:04:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=2zVslDE/W9nXQHbfkAzbest4OGkxTgj5kiG70NiIl+E=; b=o0HlRTM4o7JJeZgFO/8gKYmTk8m2aFUnaJZghIMis2/2Y2Cr6WcSpHrjT71euJmYDx4lTGYvfj0vJKngkegnXzygEoqN6M9jzpqc43ScR2pqPXC0VAqAk+fg9RSMbAIiqYxHkqUbRM2X974rM71gNDiywTWKTQrrAOL2TC81rLQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=yGYWQL+Ze6gDrypq4QZbWrtIpF9Ujojommlb0Jd9xviaeG5C5GP3Afzj9tdx0GlOaJFI4x+g+mjDzinBDVp4gRtaMfuNM7GDDjm+AROvJ/txuuNjH3IcyQQUedrltA+ZVLgfIeAV0xWxJ5fR0uTzIujWmO5ghfyja4Bwobz+z2E= Received: by 10.100.198.16 with SMTP id v16mr758301anf.1196161499671; Tue, 27 Nov 2007 03:04:59 -0800 (PST) Received: by 10.90.36.5 with HTTP; Tue, 27 Nov 2007 03:04:59 -0800 (PST) Message-ID: Date: Tue, 27 Nov 2007 13:04:59 +0200 From: "Dennis Melentyev" To: "Stefano Spinucci" In-Reply-To: <906f26060711270225s760a1989i6f9f45cf157bfbb6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <906f26060711261558j42749f58mf5cd3cf4619a701b@mail.gmail.com> <906f26060711270225s760a1989i6f9f45cf157bfbb6@mail.gmail.com> Cc: freebsd-stable@freebsd.org Subject: Re: installation problems of FreeBSD 7 beta 2 on Dell D610 (multiboot con solaris, linux, winxp) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2007 11:05:01 -0000 HI Stefano! 2007/11/27, Stefano Spinucci : > On 11/27/07, Dennis Melentyev wrote: > > Hi! > > > > 2007/11/27, Stefano Spinucci : > > > I encountered some problems installing FreeBSD 7 beta 2 on my Dell > > > D610 laptop, on the original 60 gb hd; the hd is formatted as follows: > > > - primary 1, 15 gb, ntfs for Windows XP > > > - primary 2, 15 gb, solaris for Open Solaris > > > - primary 3, 10 gb, fat32 for FreeBSD > > > - extended, 20 gb, 3 partitions for linux > > > > > > I tried to install FreeBSD many times, but after the geometry error > > > (the geometry is however correctly recognized), FDISK doesn't find any > > > partition and the space is shown as free, unpartitioned. > > > > > > I tried to set the partition type for FreeBSD to FAT16, FAT32, FreeBSD > > > and I also reformatted the partition many times, but with no success. > > > > > > have you any idea??? > > > > Are you kidding? > > If no, just read the handbook. And check the partition type for > > FreeBSD. FAT[13][26] is for MustDie. > > > > -- > > Dennis Melentyev > > I'm not kidding. > > I read the handbook before installing, before writing this emai and > now and, correct me if I'm wrong, FDISK should recognize existent primary > partitions; then, *inside* FDISK, I can format the primary partiton (for me #3) > for FreeBSD. Well, one of us are just using different terminology then. 0. FAT* is not a right filesystem type for FreeBSD. It must be UFS/UFS2 1. Geometry is what you BIOS think what should it be. Not the numbers on device label. 2. Sysinstall is NOT fdisk. It has some functionality though. So, find out what geometry is used by BIOS for you disk and supply it before any access to slices. PS. There are some reports on local mailing lists about problems with sysinstall's fdisk. Try just real fdisk, disklabel and newfs instead (man fdisk disklabel newfs for details). PPS. Nevertheless, handbook and man pages are a mandatory for all this issues. > > from section 2.6.2 of the Hankbook > "The second section [of FDISK] shows the slices that are currently on > the disk, where they start and end, how large they are, the name > FreeBSD gives them, and their description and sub-type." > > Then I repeat my question: > why FDISK shows my disk (with 3 primary partitions and an extended partition) > as a single block of unused space ??? Well, this is much more clean problem description. Fix your geometry. Also, if disks are not ATA/SATA, state this. > > If you have some useful ideas (and not, RTFManual/MailingList is not an useful > idea) please reply me. /me disagree here -- Dennis Melentyev