From owner-freebsd-bugs Thu Dec 10 19:17:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03432 for freebsd-bugs-outgoing; Thu, 10 Dec 1998 19:17:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from gepetto.dc.luth.se (gepetto.dc.luth.se [130.240.42.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03426 for ; Thu, 10 Dec 1998 19:17:03 -0800 (PST) (envelope-from electro@professor.campus.luth.se) Received: from professor.campus.luth.se (professor.campus.luth.se [130.240.193.100]) by gepetto.dc.luth.se (8.9.1a/8.9.1) with ESMTP id EAA20838; Fri, 11 Dec 1998 04:16:53 +0100 (MET) Message-ID: <36708E60.EB2483F4@professor.campus.luth.se> Date: Fri, 11 Dec 1998 04:15:44 +0100 From: electro Reply-To: electro@ludd.luth.se X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.ORG CC: electro@ludd.luth.se Subject: Bug?-FAT32 mounting FreeBSD2.2.8 and before Content-Type: multipart/mixed; boundary="------------E375B046B6D9AE80632DC43F" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------E375B046B6D9AE80632DC43F Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi! I am sending this letter to get your attention to a possible bug in FreeBSD2.2.8 and in the versions before. It consurnse mouting FAT32 disks... I have tried to mount my drives in both /etc/fstab and manually. The respons i get from one of my drives is device not configured. I have sent this letter to the news group ..freebsd.misc but since no one seem to have an answer I guess that this migth be an possible bug. I have supplied my fstab and my dumps from fdisk on my drives. I have used PQ4.0 to validate that it is FAT32 disk and nothing else... My guess(sorry doesn't have any knowledge on FAT32) is that of the two types of FAT32 as seen in the fdisk freeBSD can only recognise the one with sysid 5. I hope not that this is a bug but since no one seems to succesfully anwser this problem its possible that it is a bug. Hope someone have a solution for this to next release(or a patch) :) /Jerker Pihl aka electro --------------E375B046B6D9AE80632DC43F Content-Type: text/plain; charset=us-ascii; name="wd0.txt" Content-Disposition: inline; filename="wd0.txt" Content-Transfer-Encoding: 7bit ******* Working on device /dev/rwd0 ******* parameters extracted from in-core disklabel are: cylinders=524 heads=255 sectors/track=63 (16065 blks/cyl) parameters to be used for BIOS calculations are: cylinders=524 heads=255 sectors/track=63 (16065 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 11,(DOS or Windows 95 with 32 bit FAT) start 63, size 2088387 (1019 Meg), flag 80 (active) beg: cyl 0/ sector 1/ head 1; end: cyl 129/ sector 63/ head 254 The data for partition 2 is: The data for partition 3 is: sysid 5,(Extended DOS) start 2088450, size 6313545 (3082 Meg), flag 0 beg: cyl 130/ sector 1/ head 0; end: cyl 522/ sector 63/ head 254 The data for partition 4 is: --------------E375B046B6D9AE80632DC43F Content-Type: text/plain; charset=us-ascii; name="wd1.txt" Content-Disposition: inline; filename="wd1.txt" Content-Transfer-Encoding: 7bit ******* Working on device /dev/rwd1 ******* parameters extracted from in-core disklabel are: cylinders=2055 heads=255 sectors/track=63 (16065 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=2055 heads=255 sectors/track=63 (16065 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 6,(Primary 'big' DOS (> 32MB)) start 63, size 256977 (125 Meg), flag 0 beg: cyl 0/ sector 1/ head 1; end: cyl 15/ sector 63/ head 254 The data for partition 2 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 257040, size 3678885 (1796 Meg), flag 80 (active) beg: cyl 16/ sector 1/ head 0; end: cyl 244/ sector 63/ head 254 The data for partition 3 is: sysid 15,(Extended DOS, LBA) start 3935925, size 29045520 (14182 Meg), flag 0 beg: cyl 245/ sector 1/ head 0; end: cyl 1023/ sector 63/ head 254 The data for partition 4 is: --------------E375B046B6D9AE80632DC43F Content-Type: text/plain; charset=us-ascii; name="fstab.txt" Content-Disposition: inline; filename="fstab.txt" Content-Transfer-Encoding: 7bit # Device Mountpoint FStype Options Dump Pass# /dev/wd1s2b none swap sw 0 0 /dev/wd1s2a / ufs rw 1 1 /dev/wd1s2f /usr ufs rw 2 2 /dev/wd1s2e /var ufs rw 2 2 /dev/wd0s1 /W98/c_win98 msdos rw 2 2 /dev/wd1s1 /W98/d_arbete msdos rw 2 2 /dev/wd0s5 /W98/e_nytto msdos rw 2 2 /dev/wd0s6 /W98/f_spel msdos rw 2 2 /dev/wd0s7 /W98/g_tmp msdos rw 2 2 #/dev/wd1s5 /W98/h_winnytto msdos rw 0 0 #/dev/wd1s6 /usr/home/ftp msdos rw 0 0 /dev/wcd0c /cdrom cd9660 ro,noauto 0 0 /dev/wcd1c /cdrom1 cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 --------------E375B046B6D9AE80632DC43F-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message