From mboxrd@z Thu Jan 1 00:00:00 1970 From: Micah Stetson To: 9fans@cse.psu.edu Subject: [9fans] fdisk.c Message-ID: <20001105020604.A5351@cnm-vra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i Date: Sun, 5 Nov 2000 02:06:04 -0800 Topicbox-Message-UUID: 2211e376-eac9-11e9-9e20-41e7f4b1d025 While trying to hunt down a bug in fdisk (all of the subpartitions in an extended partition are said to have the same starting sector when they do not), I noticed some weird things in the code. Figuring it was either wrong or I really had no clue after all, I compiled it. I see something like this: term% cd /sys/src/cmd/disk term% mk 8.fdisk 8c -FVw fdisk.c 8l -o 8.fdisk fdisk.8 term% 8.fdisk disk/fdisk [-p] prefix term% 8.fdisk /dev/sdC0/data prep: stating /dev/sdC0/datadisk: file does not exist term% Where might I find the current fdisk source? Micah