User Tools

Site Tools


x68000:using_hard_drives_which_are_larger_than_1gb

Differences

This shows you the differences between two versions of the page.


Previous revision
x68000:using_hard_drives_which_are_larger_than_1gb [2019/08/27 20:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Using hard drives which are larger than 1GB ======
  
 +By default the X68000 allows us to use hard drive capacity only up to 1GB (1016 Mb). Trying to create a larger partition or a partition which uses data past that point will result data corruption. The solution is to use GOVERHD. This program will apply a set of patches that will enable you to use up to 2GB of hard disk space and this tutorial will show you how to create two 1GB partitions and patch them with GOVERHD. You can create more than two partitions, if necessary, but keep in mind that the starting point of last partition must not exceed the 1016 Mb barrier or otherwise the system will not be able to boot from it.
 +
 +First of all download the [[http://nfggames.com/x68000/Misc/Drivers/SxSI%20V5%20with%20DMA%20patch%20Translated%20by%20Eidis/MasterDisk_V3.zip|MasterDisk V3]] and boot from it. It features Format.X, Scsiformat.X and Goverhd.x which are all translated to English.
 +
 +====== If you are using native SCSI ======
 +
 +Type "FORMAT", press Enter and select "SCSI Devices"
 +
 +**Creating the 1st partition:**
 +
 +  - Select the ID of disk drive which you want to format
 +  - Select "Initialize" and answer "Y"
 +  - Select "Create"
 +  - Select "Size" and type "1000"
 +  - Select "Start" and answer "Y"
 +  - Press "Escape"
 +
 +**Creating the 2nd partition:**
 +
 +  - Select "Create"
 +  - Select "Size" and type the remaining amount of free space (Partition size must not exceed 1000 Mb)
 +  - Select "Start" and answer "Y"
 +  - Select "End" and answer "Y"
 +
 +====== If you are using SxSI ======
 +
 +Type the following commands:
 +
 +  *CD SXSI
 +  *SCSIFORMAT
 +
 +**Creating the 1st partition:**
 +
 +  - Select the ID of disk drive which you want to format
 +  - Answer "Y" to initialize the disk drive
 +  - Answer "Y" to perform physical format
 +  - Select "2" and type "1000"
 +  - Type "32"
 +  - Answer "Y" to transfer system files
 +  - Press "A" to select A: drive as source drive
 +
 +**Creating the 2nd partition:**
 +
 +  - Select "2" and type the remaining amount of free space (Partition size must not exceed 1000 Mb)
 +  - Type "32"
 +  - Answer "Y" to transfer system files
 +  - Press "A" to select A: drive as source drive
 +
 +====== Using GOVERHD ======
 +
 +Reboot the system after creating the partitions, type "GOVERHD " followed by the ID number of your hard drive and press Enter. Answer "Y" when prompted and you should see something similar to the following screens.
 +
 +|{{:x68000:goverhd_scsi.png?450|}}|{{:x68000:goverhd_sxsi.png?450|}}|
 +|  SCSI  |  SxSI  |
 +
 +Press "HELP" key right after reset to access the boot menu and select a different partition.
 +
 +|{{:x68000:goverhd_boot.png?450|}}|
 +|  BOOT MENU  |
 +
 +Keep the scene alive !
 +
 +Eidis
x68000/using_hard_drives_which_are_larger_than_1gb.txt · Last modified: 2019/08/27 20:45 by 127.0.0.1