From owner-freebsd-stable@FreeBSD.ORG Sat Feb 26 23:41:46 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A20D516A4CE for ; Sat, 26 Feb 2005 23:41:46 +0000 (GMT) Received: from mail.demax.sk (mail.demax.sk [213.215.102.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE91643D5E for ; Sat, 26 Feb 2005 23:41:45 +0000 (GMT) (envelope-from sebosik@demax.sk) Received: from mail.demax.sk (localhost [127.0.0.1]) by nod32.demax.sk (Postfix) with ESMTP id AA46F42ACA for ; Sun, 27 Feb 2005 00:41:41 +0100 (CET) X-Virus-Scanner: This message was checked by NOD32 Antivirus system NOD32 for Linux Mail Server. For more information on NOD32 Antivirus System, please, visit our website: http://www.nod32.com/. Received: from [195.62.17.204] (2D204.demax.sk [195.62.17.204]) by mail.demax.sk (Postfix) with ESMTP id 8659242AC9 for ; Sun, 27 Feb 2005 00:41:41 +0100 (CET) Message-ID: <42210935.8010300@demax.sk> Date: Sun, 27 Feb 2005 00:41:41 +0100 From: Jan Sebosik User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 MultiZilla/1.7.0.2b X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Extended msdos partition X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2005 23:41:46 -0000 Hi, I was user of NetBSD (and a bit of slackware linux) before I moved to Free one (becouse I wanted nvidia 3D acc). I have 80GB disk sliced (partitioned) into smaller pieces. Slice scheme is like that : slice1: 7GB FFS (FreeBSD :) slice2: Extended Partition which contains: slice1 in "slice2" : 60GB fat32 slice2 in "slice2" : Extended Partition (and in this "extneded" slice is another 3GB fat32 slice) slice1 inside slice2 of slice2: 3gb Fat32 This partiton scheme created Pastiton Magik 8. My question: How to mount the 60 GB fat32 part. ? I know about disklabel, and fdisk. But in FreeBSD it works somehow unpredictable. I`ve klkload-ed msdosfs module, tried disklabel on /dev/ad0s2 (which damaged my partition table), but it still something about that it cannot mount partition (yeh, mount point e.g. /mnt/c exists :-\ ). Is freebsd so different against Linux, or NetBSD? thanks, Jan Sebosik