Viewing and Mounting Shadow Copy in SIFT

To view Shadow Copy snapshots

  1. Mount the image in SIFT (https://benleeyr.wordpress.com/2020/05/24/mounting-e01-in-sift/)
  2. vshadowinfo /mnt/ewf_mount/ewf1

Substitute 1 with any other number depending on which folder the EWF is mounted at

To Mount Shadow Copy snapshots

  1. vshadowmount /mnt/ewf_mount/ewf1 /mnt/vss
  2. cd /mnt/vss
  3. for i in vss*; do mountwin $i /mnt/shadow_mount/$i; done
  4. cd /mnt/shadow_mount
  5. ls