From owner-freebsd-questions Mon Jun 10 14:20:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 80A3837B401 for ; Mon, 10 Jun 2002 14:20:06 -0700 (PDT) Received: (qmail 19860 invoked by uid 0); 10 Jun 2002 21:20:04 -0000 Received: from bw3-190pub194.bluewin.ch (HELO eraser.spiele.local) (62.202.190.194) by mail.gmx.net (mp010-rz3) with SMTP; 10 Jun 2002 21:20:04 -0000 Date: Mon, 10 Jun 2002 23:22:55 +0200 From: Xeon To: FreeBSD Questions Subject: Re: mount_msdos Message-Id: <20020610232255.2b7aa2a5.xeon@gmx.ch> In-Reply-To: <20020608210152.3902ec7a.xeon@gmx.ch> References: <20020608210152.3902ec7a.xeon@gmx.ch> X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I finally "solved" the problem with mounting a fat32-partition on freebsd. I didn't try high enough slice-numbers, I only tried 1-4, I didn't think that the partition would have a higher number because there really was only one partition on the disk. and normally even device nodes only go from s1 to s4... But the correct position of the partition is ad6s5. This is because the partition on the disk is an extended dos partition, containing a logical partition with fs FAT32. and the first logical partition in an extended dos-partition seems to be s5. Man, why I didn't come on this idea earlier? but anyway, thanks for your help. regards chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message