Archives
- October 2025
- September 2025
- August 2025
- July 2025
- June 2025
- May 2025
- April 2025
- March 2025
- February 2025
- January 2025
- December 2024
- November 2024
- October 2024
- September 2024
- August 2024
- July 2024
- June 2024
- May 2024
- April 2024
- March 2024
- February 2024
- January 2024
- October 2023
- September 2023
- August 2023
- July 2023
- June 2023
- May 2023
- April 2023
- March 2023
- January 2023
- December 2022
- November 2022
- October 2022
- September 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- August 2010
- July 2010
The Central Point Backup Floppy Format
A reader recently asked about the “native” format of Central Point Backup (CP Backup) floppies. Diskettes formatted in this manner are somewhat tricky to work with as they do not use a standard DOS format. A session with Sydex’s AnaDisk helped shed some light on this format. An old (1992) backup on 51⁄4” floppies was used for analysis.
When the DIR command is ran on a CP Backup floppy, a listing of largely zero-length files is shown. If the listing is not sorted (standard DOS behavior), a message spells out that the floppy does not use normal DOS format and needs to be reformatted for DOS use. If the directory listing is sorted (4DOS or similar), the message may prove difficult to decipher.
The above should imply that CP Backup formats floppies in a way that DOS can recognize, but not work with. AnaDisk immediately shows what the “problem” is: The 51⁄4” diskette is formatted with a standard BPB, FATs, and a root directory, but shows that all clusters are bad. What’s worse, the BPB indicates a standard 15 sectors per track (SPT) format, but in reality the diskette is formatted with 16 SPT. This will cause severe confusion to any tool (including DOS itself) which expects the BPB to reflect the true format.
AnaDisk is obviously not thrown off by this. It can dump CP Backup floppies and creates images of size 1,310,720 bytes. That is of course larger than a standard 1,228,800 byte image and explains how CP Backup stores more data per diskette in its native format.
Other tools, such as IBM’s XDFCOPY, fare rather worse than AnaDisk. A standard-size 1.2MB image is produced, which means one sector on each track was not imaged. Norton’s DiskEdit has the same problem and only accesses 15 sectors per track instead of 16. 51⁄4” diskettes are somewhat difficult to use with with recent Windows versions, but the assumption is that Windows would have trouble with this format as well. A quick check with Windows XP and rawwritewin produced an unexpected result—a 1.44MB size image, of unknown integrity.
It is worth noting that CP Backup is not nearly as extreme as XDF or 2M in providing DOS-compatible disk structures. It creates standard-size FATs and root directory, which wastes several sectors. On the other hand, unlike XDF or 2M, CP Backup uses a uniform geometry which has at least some chance of working on non-DOS systems, and can be reasonably represented by a raw image.
No interleaving or sector slipping appears to be used. CP Backup presumably gains its speed primarily from using optimized disk access which efficiently transfers data and does not waste time between disk revolutions.
It should be mentioned that CP Backup can utilize three different modes of floppy access: DOS compatible (slow), medium speed, and high speed. Backups created in high speed mode (which is the default mode of operation) cannot be restored using the ‘compatible’ mode.
To complicate matters, most if not all CP Backup versions (such as those delivered with PC DOS 6.3 or 7.0) have trouble running on fast CPUs in the “native” modes. Which means that users with disks created in high-speed CP Backup mode find themselves in an unpleasant situation—medium/high speed mode doesn’t work, and compatible mode won’t read the disks. More about this problem later.
28 Responses to The Central Point Backup Floppy Format
Interesting article, thank you very much!
I know that there are some unofficial patches for CPBackup which fixes the crashes on fast CPUs, but you probably know that already 🙂
Didn’t think that the disk format was so close to the standard…
-Darkstar
The funny thing is that the format could probably be a lot more standard if the BPB specified the actual number of sectors per track. I wonder if Central Point didn’t do that because it didn’t work for some reason, because they didn’t care, or because they didn’t want to.
I’ve not found any functional patches for CP Backup so far, just numerous complaints that it crashes. It doesn’t look like it should be that hard to patch though. The hard part is finding the run-time error message when it flashes by so fast it’s invisible 🙂
I recall the ‘special’ CP formatted disks would lose data easier than the ‘slow’ MS-DOS formatted version….
then I switched to tape backups which was great until I did enough upgrades and the tape drive stopped working….
But that was a long long time ago…!
I recently looked at an old backup that I have, eight 5.25″ disks created with the ‘fast’ CP Backup option a bit over 20 years ago. No bad sectors at all…
Must have been bad media, drives, or who knows what… It was all my Pascal & Fortran stuff from college, along with OS/2 1.3 and Xwing…
I don’t even know why I even remember that much.
I just used ‘dd’ to rip 22 5 1/4 floppies i had done backups on with CP backup ages ago (circa 94).. I assume they’re all intact since dd just streams from the floppy device.. (I hope).. Unfortunately, CP backup won’t run under DOS for me, since it can’t ‘run as fast’.. (under Virtualbox) 🙁
Whether the images are usable or not depends on how the floppies were formatted... if they used the non-standard 16-sector format then I’d worry that ‘dd’ didn’t capture the 16th sector. Do you know what format was used? And how big are the images?
360k floppies. I used the CPbackup disk format. Each file is 368640 bytes.
@Michal Welp.. I was able to try using the backup disks (in a round about sort of way).. and cp backup v6 doesn’t fully recognize it as valid (a backup history shows it as a backup, but that doesn’t go as deep)… Ideas on ‘ripping’ the disks then?
I don’t have any experience with 360K disks and CP Backup... I do have a functioning 5.25″ drive and probably some DD media I could use, but I have a bad feeling the box is “too fast” for CP Backup. I’ll try to find out over the weekend.
The only question is whether all the sectors are in the images... but I can’t say right now.
@Michal well, the machine i’m using to run CP backup.. is definately not too fast. It’s running at 4.7mhz (I’m using http://jsmachines.net/disks/pc/dos/microsoft/4.0M/ (a machine in javascript… actually works really well)… my output from CPBACKUP’s directory utility shows the following: http://i39.tinypic.com/2m7g089.jpg
Ah, jsmachines is excellent 🙂 Anyway, there is a clue right there: 10 sectors per track. So your image should be 400K big (is it?) and jsmachines needs to support such non-standard images (I don’t know if it does).
my images are: 368640 bytes…. so no… I’m gonna have fun ripping these disks again then (one i had to _clean_ the disk to get it to read the last track) … the slowest i can get in actual hardware is breaking out an old dual PPro box i have
I’m going to do some digging.. i know for a fact, that i’ve done ‘oddball’ floppy sizes under linux.
Addendum to the above. i was right, non existant ‘track 41’ shouldn’t matter ya think?
5.25 inch double density device files:
Name Capac. Cyl. Sect. Heads Base minor #
———————————————————-
fdnd360 360K 40 9 2 4
5.25 inch high density device files:
Name Capac. Cyl. Sect. Heads Base minor #
———————————————————-
fdnh360 360K 40 9 2 20
fdnh410 410K 41 10 2 48
Right, the 41st track shouldn’t matter. You should be able to strip it from the images if necessary. Using an extra track or two was a common trick... but it didn’t work on all systems.
welp.. linux won’t let me access the floppy with other than /dev/fd0. if i try and use the fd0h410, let’s just say it’s not happy… even on one of the cpbackup floppies. well hell.
and if i poll information on one of the disks, it ‘claims’ 9 sectors per track..
and.. after reading your article again.. I am going to run into this issue.. ” disks created in high-speed CP Backup mode find themselves in an unpleasant situation—medium/high speed mode doesn’t work, and compatible mode won’t read the disks. ”
since mine were made with ‘high speed mode’… *sigh*.. what for a timemachine.
If it’s like the 5.25″ HD disks created by CP Backup, then the disk indeed pretends to be a standard DOS format, but isn’t. Great for confusing software 🙂
I successfully (well, I think it was successful) dumped CPB floppies using Sydex’s AnaDisk (ancient DOS utility). I won’t pretend to know how to do it in Linux, but I’m almost certain it’s possible as well. The difficulty probably lies in convincing the OS that the disk format is what you say it is, not what the disk says it is.
I’ll give that a shot (It’ll involve more trickery, but i tend to always have to do a lot of that anyways).. what about the bit with the ‘high speed vs low speed’?
I managed (did a test one anyways) to rip one of the disks with anadisk under freedos booted from a usb stick. file size: 409600 bytes
What’s funny is that a ‘scan’ with anadisk shows 9 sec/track, when obviously that’s not what it actually ‘ripped’… and it saw the ‘sectors marked bad’ as CPbackup does.
That’s certainly the right size. AnaDisk shows the information from the BPB, but analyzes each track separately.
Now... can you use the image with some emulator?
That’s going to be the fun part.. the machine i was on was defintely ‘too fast’ for CPbackup.. but then there’s going to be the low speed vs high speed backup issue.
So I tried using CPBDIR against the ‘disk images’ (mounted as floppies in jsmachine) and it gives the same ‘Invalid Parity Record’ on them that it was giving on the previous images… Note: these were ‘ripped’ on a 1.2M Teach 5-1/4 drive…
The question is how jsmachines handles the non-standard floppy image. Does it use a 40/2/10 to work with the image, or something else? If it doesn’t use the right geometry then nothing will work properly.
Any chance you could send me the image? I’d love to test it with other emulators/hypervisors.
Thank you very much for the documentation of this bug and its obstacles. With SlowDown, I was able to find a middle type setting to get CPB for Windows run on a Pentium1/133 W98 again to restore some cp-formatted 1.44 backup discs with mid speed. 🙂
> The hard part is finding the run-time error message when it flashes by so fast it’s invisible
I take it that’s why the interface seems to scroll 2 lines up the screen and then gets redrawn a second later without my history being retrieved?
I tried running CP Backup 7.1 under Windows for Workgroups 3.11 and there you at least get to see the error message “System Error”, “Divide By Zero or Overflow Error”.
Thanks @Herbert, I used “slowdown” from http://bretjohnson.us/ to slow my Pentium 166 down to 486/33 speed and it worked when running CP Backup 7.1 under DOS to restore a high-speed backup. It didn’t work for me under Windows, maybe a newer version of PC Tools would be better when using such a modern Windows 3.x variant.
This site uses Akismet to reduce spam. Learn how your comment data is processed.