... Also, anyone have issues with parted magic not wanting to read file systems on the newer uefi machines? I've got a parted magic iso from I think november that I bought and it boots the machine fine, but sometimes won't mount the partitions if I'm trying to recover data.
I've seen situations where Parted Magic will not mount a drive and you get an error message like this:
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdc1': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
I found some advice here
https://wiki.archlinux.org/index.php/NTFS-3G
The problem is due to a feature introduced in Windows 8 called "fast startup". When fast startup is enabled, part of the metadata of all mounted partitions are restored to the state they were at the previous closing down. As a consequence, changes made on Linux may be lost. This can happen to any NTFS partition when selecting "Shut down" or "Hibernate" under Windows 8 or 10. Leaving Windows by selecting "Restart", however, is apparently safe.
To enable writing to the partitions on other operating systems, be sure fast restart is disabled. This can be achieved by issuing as an administrator the command:
powercfg /h off
You can check the current settings on
Control Panel > Hardware and Sound > Power Options > System Setting > Choose what the power buttons do. The box
Turn on fast startup should either be disabled or missing.