home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / minix / 4331 < prev    next >
Encoding:
Text File  |  1992-08-29  |  2.1 KB  |  47 lines

  1. Newsgroups: comp.os.minix
  2. Path: sparky!uunet!gatech!news.byu.edu!news.mtholyoke.edu!nic.umass.edu!hamp.hampshire.edu!awoodhull
  3. From: awoodhull@hamp.hampshire.edu
  4. Subject: Re: More help
  5. Message-ID: <1992Aug28.103343.1@hamp.hampshire.edu>
  6. Lines: 34
  7. Sender: usenet@nic.umass.edu (USENET News System)
  8. Nntp-Posting-Host: hamp.hampshire.edu
  9. Organization: Hampshire College
  10. References: <1992Aug28.061617.18397@eskimo.celestial.com>
  11. Date: Fri, 28 Aug 1992 14:33:43 GMT
  12.  
  13. In article <1992Aug28.061617.18397@eskimo.celestial.com>, ice@eskimo.
  14.  celestial.com (Greg Toth) writes:
  15. > Ok, I have Minix on 3.5" disks. The boot drive of my IBM is a 5.25.
  16. > I can borrow a IBM with a 3.5" boot drive and 5.25 second drive and
  17. > run but how can I back up my 3.5" boot disk to the 5.25?
  18.  
  19. To copy files  from the 3.5 to 5.25 the best way is to use the Minix
  20. cpdir command; if some directories won't fit in their entirety on the
  21. smaller format  disks you'll probably have to copy the leftover files
  22. by hand.
  23.  
  24. It might be possible to copy the entire device file from one drive to
  25. another to copy the boot disk, i.e., cp /dev/fd0 /dev/fd1.  I am not
  26. sure this will work. I am pretty sure there is actually no more than 
  27. 360K of stuff on the 3.5" boot disk, so it should fit on the 5.25" disk. 
  28.  
  29. Possibly to make a 5.25" boot disk you'll have to go through building 
  30. a new system image as described in the section on recompiling Minix.
  31.  
  32. There are some things that could help further down the road, but if you
  33. are just getting started you don't have the resources. In particular
  34. MXBoot and other systems for booting Minix from the hard drive provide
  35. for putting the system image into a file on the Minix file system and 
  36. using a modified boot procedure that knows how to read a file. This
  37. makes it really easy to set up a new boot disk of any format, you just 
  38. make a disk with the Minix file system, put the modified boot sector on
  39. it, and copy the minix.image file to its root or /system directory. 
  40.  
  41. Albert S. Woodhull  
  42. School of Natural Science, Hampshire College, Amherst, MA 01002
  43. 413-549-4600 ext 581 (office), 413-549-4740 (home)
  44. awoodhull@hamp.hampshire.edu, woodhull@dawn.hampshire.edu
  45.  
  46.