From owner-freebsd-questions@FreeBSD.ORG Mon Oct 27 10:36:14 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EB83106569C for ; Mon, 27 Oct 2008 10:36:14 +0000 (UTC) (envelope-from royer.franck@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id E47FC8FC12 for ; Mon, 27 Oct 2008 10:36:13 +0000 (UTC) (envelope-from royer.franck@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so685952nfh.33 for ; Mon, 27 Oct 2008 03:36:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent :mime-version:to:subject:content-type:content-transfer-encoding:from; bh=V8ImS1MNSAo3SG/RnGTYq03bvd+hrtoK7cLQQjGcwhI=; b=KJS/Tsmdgc3j2c6b9E8EKtpJGjVVTvrOgMMdhgYMTuvnrxtmImzOiRhL1pgAURf5xj 3QytSDjXgIxsCrFr0oov63ATDW7asU+Lc6VRXNNgmJkQmTGOTLEZenxvbTUFbpYKW6Oh 67eHtkVhJvuWuP+dopkH5Iurqx7sB6RiHDTho= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject:content-type :content-transfer-encoding:from; b=qw5iSKZj+idWKMYNRPngB5urg5fMO/zLkdHR1p/mF18YcjZwFR6hx0M03IREr0yQ/G FazCjX+6sKXhqTPNy2uf6tQDzC/WLb78j7+aRbcneh3RMWiAtw7h4rJvGEIsndQFUK6k CBtpHwaQagqHLVMX0Va7k3fki792iL5VnfXwE= Received: by 10.210.46.12 with SMTP id t12mr6449390ebt.22.1225102393392; Mon, 27 Oct 2008 03:13:13 -0700 (PDT) Received: from ?192.168.1.68? (host217-43-152-224.range217-43.btcentralplus.com [217.43.152.224]) by mx.google.com with ESMTPS id q9sm7703535gve.9.2008.10.27.03.13.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 27 Oct 2008 03:13:12 -0700 (PDT) Message-ID: <49059437.4000700@free.fr> Date: Mon, 27 Oct 2008 10:13:11 +0000 User-Agent: Thunderbird 2.0.0.17 (X11/20080928) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit From: Franck Royer Cc: Subject: GPT Support on Freebsd 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: Mon, 27 Oct 2008 10:36:14 -0000 Hi, That's my first real try of a bsd system. I installed pc bsd (the last version) on my macbook. I use refit to sync my dos and gui partition table. I already have many partitions : - fat32 (containing the firmware of the macbook) - hfsplus (mac os X + the files for efi) - ext2 ( /boot of my gentoo system ) - ufs (PCBSD) - ext3 (my /home of my gentoo system ) - some other stuff I would like to mount my /home in pcbsd. The problem is pcbsd populate the /dev only with the four first partitions. It's the partitions that are in the msdos table. Can I oblige pcbsd to look the gpt table instead of the msdos one ? How can I access to my fifth partition ? If you need more informations or logs, just tell me :D Thank you. Franck