• 0

GPT disk, cannot backup?


Question

23 answers to this question

Recommended Posts

  • 0

http://kb.acronis.com/content/2974

Acronis True Image Home Does Not Support Dynamic Disks or Disks with GUID Partition Tables (GPT)

Created - Jul 30, 2009; Updated - Aug 23, 2011

Acronis True Image Home Plus Pack supports dynamic disks or disks with GUID partition tables (GPT). Acronis True Image Home does not

This article applies to:

Acronis True Image Home 2012

Acronis True Image Home 2011

Acronis True Image Home 2010

Acronis True Image Home 2009

Acronis True Image 11 Home

Acronis True Image 10.0 Home

  • 0

If you don't have this solved yet, I recommend looking into Clonezilla. It is probably one of the best whole disk backup solutions available -- and its open source. It has a fairly easy to use interface and will guide you through the whole process. I think that it essentially does something similar to what n_k suggested, except the resulting image is compressed by default (instead of raw) and is accompanied by system information and disk geometry (in case you should ever need it).

I recommend the stable Clonezilla Live iso, which is so named because it is based off of Debian's stable branch, not because the other versions on their website are unstable.

  • 0

Well then do not use GPT, or dynamic disk, why are you??

Or just buy the plus pack for acronis

http://www.acronis.c...mage/#plus-pack

Advanced features Plus Pack features include:

  • Ability to Restore to Dissimilar Hardware - Whatever the make, model or installed components of your new computer, Plus Pack restores everything back to its proper form.
  • Dynamic Disk Support - Back up and restore dynamic volumes with ease, taking full advantage of dynamic-disk capabilities.
  • Microsoft Windows Preinstallation Environment (WinPE) Support - Speed up your recovery process with fast and easy integration of the latest Microsoft drivers, customized scripts, applications and plug-ins to your rescue or boot media.

  • 0

A friend handed me a thumb drive with OSX86 in a GPT partition on it, and I've tried GParted, doing a "dd if=/dev/zero of=/dev/sdc" and everything to try and make this 8 GB thumb drive usable again, and nothing has worked for me. I even put it in my PS3 in hopes that it would prompt me to format it, and the PS3 didn't even pick it up. If you can figure out how to get data onto or off of your drive, let me know what you used please, :-)

  • 0

Did you setup some sort of raid 0 or 1 array to install your windows onto?? I do not believe out of the box a SSD would magically be set to dynamic disk.

You can convert dynamic to basic again sure - but its going to mean loss of data, and doubt windows would allow you to do it on the drive you booted from so you would have to put the disk into a different system to convert it to basic.

I have not played with this for years, I remember a hex edit sort of way to get a disk back to basic without data loss - but its been YEARS since I have played with that. You could try this software http://www.dynamic-disk.com/buy.html

Never used it, might be pure junk?? Might work perfect -- not sure, never used it. I will try and dig up the old school way and -- that was years and years ago, I believe you can do it with testdisk for FREE

I believe in the past I have done it with http://mh-nexus.de/en/hxd/

When I get a chance I will give testdisk a run on a VM and verify..

  • 0

I am completely clueless to how you got it to be dynamic other than clicking on it an converting it to that.. I have done HUNDREDS of installs, if not thousands over the years since dynamic has been around and have never once seen it default to dynamic..

So either that disk was preformatted in some other system and set to by dynamic -- or you converted it. I would suggest you either boot recovery tools and change it to basic, or connect to another system and convert to basic. Then install your system and it will be BASIC.

  • 0

Turn off UEFI in your BIOS. If it isn't that, I don't know what is doing it.

Hmm... I actually had UEFI Only as I read it was recommended with ssd's. Then I switched that to Both UEFI and Legacy, same problem.

I'll try Legacy Only and see.

Thanks for the reply.

  • 0

I hope that fixes the problem.

I just had to reformat my Home Theater PC because Windows Home Server 2011 won't backup GPT partitions either. Other than the 3TB limit, I honestly don't know what advantages GPT has. I only have one SSD (not running GPT or a UEFI BIOS), and I had never heard of any recommendation to use GPT. Where did you read that?

OOPS!, I forgot to tell you that you will have to reinstall Windows if you turn off UEFI in the BIOS. I hope you knew that.

  • 0

Unless you CHANGE it to basic its going to stay dynamic -- does not matter if you reinstall windows 1000 times!

Like I said -- either put the disk in another machine and change to basic disk, or boot to recovery console and change it there.. Once you change it to BASIC then you can install windows and back it up with acronis.

Or just buy the plus pack from acronis I linked too and then you can use dynamic disks.

  • 0

Budman had me curious about the dynamic partitions. I don't have any GPT disks running now, so I didn't know if they were basic or dynamic by default. I was only addressing the GPT side of things.

I'm glad to see that I wasn't completely wrong with my answer. When I reinstalled Windows, I deleted all of the GPT partitions, and the disks that were created are basic.

ultimate99, I hope you didn't lose any data during the changeover.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
    • It’s any of their products not just windows.
    • Google Gemini has been failing for users across the United States, Europe, and Asia since early Wednesday morning, June 10, 2026, and more than six hours into the incident Google has yet to declare a fix............. https://www.techtimes.com/articles/318152/20260610/google-gemini-outage-tops-six-hours-errors-1076-1099-worldwideflash-lite-still-answers.htm
    • Fun fact: There are more Warhammer 40k games than there are stars in the universe.
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!