Situation
Moving files from one drive to another. Pop!_OS froze. Hard reset PC. Drives did not mount and were inaccessible.
Solution
Requirements
- The drives that went missing were formated with NTFS.
 CODE 
 # /dev/XYZ0 - path drive.
sudo ntfsfix /dev/sda1 IMAGE 
 Image Credit: SudoMistress

