Welcome, Guest. Please login or register.

Author Topic: ok idot question!!!!!!  (Read 1831 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline InTheSand

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 1766
    • Show all replies
    • http://www.ali.geek.nz
Re: ok idot question!!!!!!
« on: March 01, 2006, 10:18:00 PM »
@TrickyDave:

To format a 720Kb disk from Windows XP, open a command prompt (Start / All Programs / Accessories / Command Prompt) and type the following:
format a: /t:80 /n:9

(Note that this command works on previous versions of Windows and in MS-DOS)

If you're formatting a high density disk as low density, you'll need to find a piece of non-transparent tape (such as electrical insulating tape) and place it over the high density detection hole at the edge of the disk (e.g. the hole that isn't the write protect tab). The reason for this is that HD drives use different electrical characteristics when writing to HD disks as they do when writing to DD disks.

Finally, don't use HD disks for long term storage of DD stuff as they're not reliable enough. Instead, get yourself some DD disks - they can still be bought, e.g. from AmigaKit.

 - Ali
 

Offline InTheSand

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 1766
    • Show all replies
    • http://www.ali.geek.nz
Re: ok idot question!!!!!!
« Reply #1 on: March 01, 2006, 10:50:04 PM »
Or you can just use:
mount pc0:

As "SYS:Storage/DOSDrivers" is checked by the "mount" command.

 - Ali