After installing Debian on a USB stick I have discovered that my mSATA drive with Windows installed has been corrupted, presumably by GRUB. Before attempting to perform a recovery of my Windows partition, I wanted to back up the drive, and wondered if I could use
gpart show identifies the former NTFS partitions as ms-basic-data. I want to save the data on a external disk before trying to correct the file system information. Can I use
dd
to do this. What seems to have happened is that GRUB overwrote the MBR of the mSATA drive and in so doing any file system information seems to have been corrupted. gpart show identifies the former NTFS partitions as ms-basic-data. I want to save the data on a external disk before trying to correct the file system information. Can I use
dd
to do this?