I assign a LV for each vm guest. When deleting a vm, I remove the corresponding lv running 'lvremove'. But is it necessary to destroy the data before running 'lvremove'? Does lvremove do the work of wiping out old data?
dd if=/dev/zero of=/dev/sda bs=1M
In other words, is it possible for a new vm guest to dig out previous vm guest's data? I heard people can use the following command to dig out old data.
cat /dev/vda | strings > /dev/shm/dump.txt.