I have a 3 TB LDM Windows partition that was from a Windows 8 install that hibernated and I have since lost the hiberfil.sys or ability to boot into that install (through my own stupid actions, but that's beside the point).
The partition has ~ 1.6 TB of data that I would like to keep and use. The only problem is that I can't figure out a way to mount the partition in readwrite mode, only read-only.
The procedure I used to get it to mount at all was the following:
- Installed ldmtool
ldmtool create all
- Attempted mounting with
mount /dev/mapper/ldm_vol_JDPHENIX-01-Dg0_Volume1 ~/mnt/hdd/
, failed withThe disk contains an unclean file system (0, 0).
- Successfully mounted with
-o ro
as suggested by the error message.
The question is how do I go about getting the data from this partition to a usable state (I define as mounted in some storage medium as read-write)?
I had considered purchasing sufficient cloud storage somewhere to temporarily hold the data, but that would exceed my bandwidth cap by a factor of 6.
I do consider "purchase an HDD capable of holding the data" as a valid solution, so if that's the ideal way to do this, don't refrain from posting exactly that.
Edit: I chose to purchase a new hard drive. I'm still interested in others' takes on how to best handle this.