1 Answer
- Newest
- Most votes
- Most comments
0
From this distance it's not possible to say. It depends entirely on how they were mounted and how the original operating system used those volumes. If you intend to use the volumes in the same way as the original instance then they must be mounted in the same way on your forensic instance.
Relevant content
- asked 4 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 4 months ago

compromised instance: xvda1 ---/(mount point) xvdf1----/a (mount point) xvdf2-----/b (mount point)
forensic instance xvda1----/(mount point) xvdf1-----/c (mount point)
I can't mount xvda1 from compromised instance to forensic instance xvda1, because it will overwrite xvda1 partition, i should mount xvda1 from compromised instance to xvda2 of forensic instance or i should mount into xvdf2? as xvda1 is root partition in compromised instance.