From owner-freebsd-newbies Tue Feb 23 2:22:32 1999 Delivered-To: freebsd-newbies@freebsd.org Received: from hole.noc.iafrica.com (hole.noc.iafrica.com [196.31.1.191]) by hub.freebsd.org (Postfix) with ESMTP id 42E1711031 for ; Tue, 23 Feb 1999 02:22:11 -0800 (PST) (envelope-from robh@hole.noc.iafrica.com) Received: from robh (helo=localhost) by hole.noc.iafrica.com with local-smtp (Exim 2.04 #1) id 10FEgt-0000ie-00; Tue, 23 Feb 1999 12:03:47 +0200 Date: Tue, 23 Feb 1999 12:03:47 +0200 (SAT) From: Rob Hunter X-Sender: robh@hole.noc.iafrica.com To: cjclark@home.com Cc: freebsd-newbies@freebsd.org Subject: Re: mounting fat32 In-Reply-To: <199902230608.BAA24339@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > # fdisk wd1 > > Return? wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 3079MB (6306048 sectors), 6256 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): wd1: 3098MB (6346368 sectors), 6296 cyls, 16 heads, 63 S/T, 512 B/S ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the drive with which I'm having problems. Just to clarify (I don't think my 1st mail was too clear) it's the 2nd partition on the 2nd drive (primary slave) that won't mount... wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 1 (atapi): < 36X CD-ROM/VER 1.34>, removable, accel, dma, iordy acd0: drive speed 343 - 3781KB/sec, 128KB cache > # mount -t msdos /dev/wd1s1 /mnt works fine. > # mount -t msdos /dev/wd1s2 /mnt2 This is where I'm having a problem: [root@sticky] ~# mount_msdos /dev/wd1s2 /win2 mount_msdos: /dev/wd1s2: Invalid argument [root@sticky] ~# Feb 23 11:53:59 sticky /kernel: mountmsdosfs(): bad bpb Feb 23 11:53:59 sticky /kernel: mountmsdosfs(): bad bpb This is what fdisk wd1 shows: The data for partition 1 is: sysid 11,(DOS or Windows 95 with 32 bit FAT) start 63, size 1644993 (803 Meg), flag 80 (active) beg: cyl 0/ sector 1/ head 1; end: cyl 203/ sector 63/ head 127 The data for partition 2 is: sysid 5,(Extended DOS) start 1645056, size 4693248 (2291 Meg), flag 0 beg: cyl 204/ sector 1/ head 0; end: cyl 785/ sector 63/ head 127 Is the 2nd partition supposed to be wd1s2? --Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message