I want to recover 7-8 files only which was permanently deleted within week and I tried foremost but that is not supporting this file type.
sudo foremost -v -q -t webm -i /dev/nvme0n1p3 -o /home/developer/Videos/recovery
I tried again by modifying the config file of foremore on /etc/formost.conf
I added below in MISCELLANEOUS:
webm y 1500000000 \x1A\x45\xDF\xA3 \x42\x82\x88\x6D\x61\x74\x72\x6F\x73\x6B\x61
and run below command but no luck:
sudo foremost -v -t webm -c /etc/foremost.conf -i /dev/nvme0n1p3 -o /home/developer/Videos/recovery
What is the correct configuration needs to be added here to recover webm of size approx 2gb?
and what will be the correct command after this change?
Any other free tool to recover specific file type on ubuntu?