From owner-freebsd-fs@FreeBSD.ORG Thu Jul 30 13:25:21 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77F2D1065672 for ; Thu, 30 Jul 2009 13:25:21 +0000 (UTC) (envelope-from spambox@haruhiism.net) Received: from fujibayashi.jp (karas.fujibayashi.jp [77.221.159.4]) by mx1.freebsd.org (Postfix) with ESMTP id 305DC8FC17 for ; Thu, 30 Jul 2009 13:25:21 +0000 (UTC) (envelope-from spambox@haruhiism.net) Received: from [192.168.0.2] (ppp91-122-47-189.pppoe.avangarddsl.ru [91.122.47.189]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by fujibayashi.jp (Postfix) with ESMTPSA id C471978F97; Thu, 30 Jul 2009 17:08:00 +0400 (MSD) Message-ID: <4A719B34.3000203@haruhiism.net> Date: Thu, 30 Jul 2009 17:08:04 +0400 From: Kamigishi Rei User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Vinicius Abrahao References: <1e31c7980907300554k46ab5a70mf0ed36f6ab7f2cd9@mail.gmail.com> In-Reply-To: <1e31c7980907300554k46ab5a70mf0ed36f6ab7f2cd9@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org, freebsd-current Subject: Re: Can'not mount "sysid 15 (0x0f),(Extended DOS (LBA))" at da0s2 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2009 13:25:21 -0000 Vinicius Abrahao wrote: > I was create a new "FAT32" partition with Acronis Disk Director[1] at > the same place > where in the past I have a UFS partition. > Now when I try to mount this new partiton I get this error: > > # mount /dev/da0s2 /mnt/usb1 > mount: /dev/da0s2 : Invalid argument > > # mount -t msdosfs /dev/da0s2 /mnt/usb2 > mount_msdosfs: /dev/da0s2: Invalid argument > > The data for partition 2 is: > sysid 15 (0x0f),(Extended DOS (LBA)) da0s2 is an Extended DOS partition. It has no VFAT tables whatsoever, it's just a reference to the logical drive table later. Try using da0s5, for example, or just check the list of da0s* devices available. -- Kamigishi Rei KREI-RIPE