From owner-freebsd-bugs Sun Jan 28 12:47:59 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA00235 for bugs-outgoing; Sun, 28 Jan 1996 12:47:59 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA00229 for ; Sun, 28 Jan 1996 12:47:57 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id MAA21938; Sun, 28 Jan 1996 12:46:51 -0800 To: jeff@stat.uconn.edu (Jeffrey M. Metcalf) cc: bugs@FreeBSD.org Subject: Re: Installation of FreeBSD from DOS partition In-reply-to: Your message of "Sun, 28 Jan 1996 11:02:17 EST." <9601281602.AA13485@ruddles.stat.uconn.edu> Date: Sun, 28 Jan 1996 12:46:51 -0800 Message-ID: <21936.822862011@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-bugs@FreeBSD.org Precedence: bulk > I have a strong suspicion as to what is going on. I was able to install > the minimal FreeBSD distribution from floppy. I guess that means that I already answered this one in another mail, but I'll repeat it here: > The partitions were created as follows: I got the disk from the > manufacturer formatted as a single DOS partition. I used FIPS to > truncate it and This is the issue. Apparently FIPS is not as friendly a utility as we thought, and it truncates the partition without also adjusting the cluster size. For certain drive geometries (e.g. not all the time, so we didn't notice this ourselves) our MSDOS filesystem driver chokes up and is unable to read the files off of it properly. This is the problem you're experiencing. I'm also afraid that the solutions are somewhat painful just now. Either back up the DOS stuff and literally reinstall it from scratch (e.g. make a new partition that didn't come about through FIPS) or use some medium other than DOS to install. We're working on this one, and all I can say is "sorry about this!" for now.. :-( Jordan