jeffpar / pcjs.v1

PCjs Machines 1.0 (archived)
https://github.com/jeffpar/pcjs.org
GNU General Public License v3.0
475 stars 92 forks source link

20MB HDD isn't working #48

Closed TheMatten closed 7 years ago

TheMatten commented 7 years ago

Every tried OS on any machine returns error when trying to check, format or use HDD, for example MS-DOS returns "Invalid drive specification" error with "c:" or "format c:", Minix boot disk returns "Disk errors. Cannot read partition table." with option "h", etc.

jeffpar commented 7 years ago

Which machine? I just this tried this one and it worked. Note that MS-DOS requires that you run FDISK first to create a DOS partition, and then you can FORMAT C: and begin using it. Other operating systems may have similar procedures that you must run first, too.

TheMatten commented 7 years ago

I tried "fdisk c:" on 4mb 5170 with 20mb disk and got "Fixed disk error". But machine that you tried is ok for me too. Strange...

On Thu, Feb 9, 2017, 8:53 PM Jeff Parsons notifications@github.com wrote:

Which machine? I just this tried this one http://www.pcjs.org/devices/pcx86/machine/5170/ega/1152kb/rev1/debugger/ and it worked. Note that MS-DOS requires that you run FDISK first to create a DOS partition, and then you can FORMAT C: and begin using it. Other operating systems may have similar procedures that you must run first, too.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jeffpar/pcjs/issues/48#issuecomment-278753191, or mute the thread https://github.com/notifications/unsubscribe-auth/AUN39L_9S1JQLBuaFvPK2v69lvlver6yks5ra268gaJpZM4L8hUY .

TheMatten commented 7 years ago

Of course I tried fdisk first and then everything I could remember, and because I wanted to be sure that it's not problem of one OS, I tried few other OSes and setup discs. But I haven't tried EVERY available machine and I wrote "20MB HDD not working" because machines with 10MB seemed to be ok. But maybe it's my fault and everything is ok, then sorry :(.

On Thu, Feb 9, 2017, 9:00 PM Ma N mattnizo@gmail.com wrote:

I tried "fdisk c:" on 4mb 5170 with 20mb disk and got "Fixed disk error". But machine that you tried is ok for me too. Strange...

On Thu, Feb 9, 2017, 8:53 PM Jeff Parsons notifications@github.com wrote:

Which machine? I just this tried this one http://www.pcjs.org/devices/pcx86/machine/5170/ega/1152kb/rev1/debugger/ and it worked. Note that MS-DOS requires that you run FDISK first to create a DOS partition, and then you can FORMAT C: and begin using it. Other operating systems may have similar procedures that you must run first, too.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jeffpar/pcjs/issues/48#issuecomment-278753191, or mute the thread https://github.com/notifications/unsubscribe-auth/AUN39L_9S1JQLBuaFvPK2v69lvlver6yks5ra268gaJpZM4L8hUY .

jeffpar commented 7 years ago

Every machine is slightly different, so one particular machine could certainly have a problem. I just need to know what machine you were using.

TheMatten commented 7 years ago

IBM PC AT - variants with 4MB RAM and 20MB disc

On Thu, Feb 9, 2017, 9:28 PM Jeff Parsons notifications@github.com wrote:

Every machine is slightly different, so one particular machine could certainly have a problem. I just need to know what machine you were using.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jeffpar/pcjs/issues/48#issuecomment-278763238, or mute the thread https://github.com/notifications/unsubscribe-auth/AUN39C8vUJJQOCeA-KkSu1Fwx_2D9S0lks5ra3bSgaJpZM4L8hUY .

jeffpar commented 7 years ago

Thanks for catching this. I had moved some disk images around in an effort to reduce GitHub Pages build time (I started getting GitHub Pages build timeout errors this week), and I missed an XML file that needed to be updated. Give the machines a thorough refresh and try again. I think it should be fixed now. Thanks.

TheMatten commented 7 years ago

Great. And sorry for "EVERY machine", I could be more precise... :D

On Fri, Feb 10, 2017, 12:46 AM Jeff Parsons notifications@github.com wrote:

Thanks for catching this. I had moved some disk images around in an effort to reduce GitHub Pages build time (I started getting GitHub Pages build timeout errors this week), and I missed an XML file that needed to be updated. Give the machines a thorough refresh and try again. I think it should be fixed now. Thanks.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jeffpar/pcjs/issues/48#issuecomment-278813006, or mute the thread https://github.com/notifications/unsubscribe-auth/AUN39KuuEf-cswtkBXxmFlLmvok5NJvCks5ra6VQgaJpZM4L8hUY .

TheMatten commented 7 years ago

Maybe we can mark it as closed :D

jeffpar commented 7 years ago

Indeed. Thanks again.