From owner-freebsd-newbies Wed Dec 29 23: 7:56 1999 Delivered-To: freebsd-newbies@freebsd.org Received: from cyberfrg.access.one.net (cyberfrg.access.one.net [216.23.8.7]) by hub.freebsd.org (Postfix) with ESMTP id 21B0315091 for ; Wed, 29 Dec 1999 23:07:53 -0800 (PST) (envelope-from x11@cyberfrg.access.one.net) Received: (from x11@localhost) by cyberfrg.access.one.net (8.9.3/8.9.3) id CAA08811 for freebsd-newbies@freebsd.org; Thu, 30 Dec 1999 02:15:44 -0500 (EST) Date: Thu, 30 Dec 1999 02:15:44 -0500 From: Mark Shirley To: freebsd-newbies@freebsd.org Subject: creating msdos fs Message-ID: <19991230021544.A8346@cyberfrg.access.one.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i am having a hell of a time trying to format 4 msdos partitions i have a 13 gig drive on /dev/wd1 this is the result of fdisk /wd1 The data for partition 1 is: sysid 4,(Primary DOS with 16 bit FAT (<= 32MB)) start 63, size 6362748 (3106 Meg), flag 0 beg: cyl 0/ sector 1/ head 1; end: cyl 396/ sector 63/ head 16 The data for partition 2 is: sysid 4,(Primary DOS with 16 bit FAT (<= 32MB)) start 6362811, size 6362748 (3106 Meg), flag 0 beg: cyl 396/ sector 1/ head 17; end: cyl 792/ sector 63/ head 32 The data for partition 3 is: sysid 4,(Primary DOS with 16 bit FAT (<= 32MB)) start 12725559, size 6362748 (3106 Meg), flag 0 beg: cyl 792/ sector 1/ head 33; end: cyl 164/ sector 63/ head 48 The data for partition 4 is: sysid 4,(Primary DOS with 16 bit FAT (<= 32MB)) start 19088307, size 6362685 (3106 Meg), flag 0 beg: cyl 164/ sector 1/ head 49; end: cyl 560/ sector 63/ head 63 here is the result of the first newfs_msdos su-2.03# newfs_msdos /dev/wd1s1 newfs_msdos: warning: /dev/wd1s1 is not a character device /dev/wd1s1: 6350312 sectors in 793789 FAT32 clusters (4096 bytes/cluster) bps=512 spc=8 res=32 nft=2 mid=0xf8 spt=63 hds=64 hid=63 bsec=6362748 bspf=6202 rdcl=2 infs=1 bkbs=2 result of mount su-2.03# mount /dev/wd1s1 /mnt mount: /dev/wd1s1 on /mnt: incorrect super block am i doing something wrong here? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message