This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem Partitioning

I downloaded the trial version to test this package out. I'm installing over a Fedora Core 3 installation (my test box). When it tries to create the partions, it gives a result of FAILED. Anything I can do besides a drestuctive format?


This thread was automatically locked due to age.
Parents
  • You NEED to do a destructive format (or at least delete all the partitions).

    In linux,
    cat /dev/zero > /dev/hda

    for a few seconds will do the trick.

    THIS WILL DESTROY ALL PARTITIONS ON THE FIRST HARD DRIVE.

    Barry
Reply
  • You NEED to do a destructive format (or at least delete all the partitions).

    In linux,
    cat /dev/zero > /dev/hda

    for a few seconds will do the trick.

    THIS WILL DESTROY ALL PARTITIONS ON THE FIRST HARD DRIVE.

    Barry
Children