Just did a stupid thing and deleted a whole tree of file on a windows partition. Never fear…ntfsundelete is here.
sudo ntfsundelete -u -d /destination/directory -f -m *.jpg /dev/sda1
Run without the -u option and -d options to show what can be recovered.
On ubuntu/debian to install it do:
apt-get install ntfsprogs

Recent Comments