From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu From: YAMANASHI Takeshi <9.nashi@gmail.com> Date: Thu, 20 Jan 2005 10:51:21 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] inst/isfat bug Topicbox-Message-UUID: 33a287f8-eace-11e9-9e20-41e7f4b1d025 If you have more than one 9fat partitions among disks, inst/isfat called from "bootsetup checkdone" fails because isfat accepts only 1 argument. Thus, you can't go further than [bootsetup]. I had /dev/sdC0/9fat (being installed) and /dev/sdD0/9fat (old installation) when I encountered this. Thanks. --