Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!seismo!mcvax!ukc!eagle!rde From: rde@eagle.UUCP Newsgroups: comp.os.minix Subject: Re: FDISK 3.3 Extended DOS Partition for Creating a Minix Partition Message-ID: <3123@eagle.ukc.ac.uk> Date: Fri, 19-Jun-87 05:05:20 EDT Article-I.D.: eagle.3123 Posted: Fri Jun 19 05:05:20 1987 Date-Received: Sun, 21-Jun-87 07:12:49 EDT References: <1201@botter.cs.vu.nl> <7184@linus.UUCP> Reply-To: rde@ukc.ac.uk (R.D.Eager) Distribution: world Organization: Computing Lab, University of Kent at Canterbury, UK. Lines: 25 Summary: Expires: Sender: Followup-To: One thing I noticed while reading through the MINIX sources is that the DISKFIX program probably doesn't work right on DOS 3.x hard disks. The reason for this is that the DOS indicator in the partition record is assumed to be 1; but in DOS 3.x it is in fact normally 4 (indicating a DOS file system with 16 bit FATs). To fix this, just change the constant at the start of the program (named DOS_TYPE) from 1 to 4. Mind, to do it properly you should define a new constant, perhaps DOS3_TYPE, and check for both. Assemble and link DISKFIX. Use FDISK to get rid of all partitions, then to set up all wanted MINIX partiitions (these will be marked as DOS ones by FDISK at this stage). Run DISKFIX to convert all DOS partitions to MINIX ones. Run FDISK to define a DOS partition. Set the DOS partition as the active one. Now run FORMAT to soft-format the DOS partition. Off you go! Hope this helps. -- Bob Eager (Captain Nemo) rde@ukc.UUCP ...!mcvax!ukc!rde Phone: +44 227 764000 ext 7589