I need recover a directory deleted after cut to external device. I lost this data and I didn't any more in my hard drive after cut the data.
So I saw ntfsundelete and now try to use this command. I saw this answer in other similar question, that they use extundelete command and it has an option for restore a specific directory.
sudo extundelete --restore-directory /home/Documents/ /dev/sda1
Is it possible do something similar with ntfsundelete? I accept too others ways different of ntfsundelete, but keep in mind that I need to find some directories and recover the complete directory. Importan the hard drive is an NTFS volume.
Thanks in advance.
ntfsundelete
I appreciate another option, but note that I need to recover is a directory – Cyberguille Sep 02 '16 at 22:46ntfsundelete scan /dev/sdXY
, and see what happens. – mikewhatever Sep 02 '16 at 23:35