How to recover deleted files in ubuntu using live usb? [based on filetype]
I had accidentally deleted a few files from an Ubuntu Desktop.
Now I need to recover only the perl files which had been sitting in /home/user directory.
How can this be done?
I am able to boot using a live Ubuntu USB.
Please explain.
command-line filesystem files data-recovery
add a comment |
I had accidentally deleted a few files from an Ubuntu Desktop.
Now I need to recover only the perl files which had been sitting in /home/user directory.
How can this be done?
I am able to boot using a live Ubuntu USB.
Please explain.
command-line filesystem files data-recovery
Usingphotorec
is probably not a viable solution, unless you have a separate home partition; running it on the root partition will have the effect of recovering thousands of files without any metadata (i.e. with a filname generated byphotorec
on-the-fly, not useful to understand which files are the files you're looking for; at the very least you'll need to usegrep -l '#!/usr/bin/perl'
or variations and hope that not too many perl scripts exist / have existed in your system). Usingtestdisk
you should be able to recover just the deleted folder / files by browsing the filesystem.
– kos
Sep 20 '15 at 11:55
I suggest you to shut down the system immediately, to avoid the files being overwritten, and to boot a Live DVD / USB and do things from there: here's an answer I gave some time ago about usingtestdisk
; you should be able to adapt it and use it to recover the files; if no avail, you should try karel's solution, but you'll need to go through all the files somehow
– kos
Sep 20 '15 at 12:00
add a comment |
I had accidentally deleted a few files from an Ubuntu Desktop.
Now I need to recover only the perl files which had been sitting in /home/user directory.
How can this be done?
I am able to boot using a live Ubuntu USB.
Please explain.
command-line filesystem files data-recovery
I had accidentally deleted a few files from an Ubuntu Desktop.
Now I need to recover only the perl files which had been sitting in /home/user directory.
How can this be done?
I am able to boot using a live Ubuntu USB.
Please explain.
command-line filesystem files data-recovery
command-line filesystem files data-recovery
asked Sep 20 '15 at 10:30
kiran bbnlkiran bbnl
25441025
25441025
Usingphotorec
is probably not a viable solution, unless you have a separate home partition; running it on the root partition will have the effect of recovering thousands of files without any metadata (i.e. with a filname generated byphotorec
on-the-fly, not useful to understand which files are the files you're looking for; at the very least you'll need to usegrep -l '#!/usr/bin/perl'
or variations and hope that not too many perl scripts exist / have existed in your system). Usingtestdisk
you should be able to recover just the deleted folder / files by browsing the filesystem.
– kos
Sep 20 '15 at 11:55
I suggest you to shut down the system immediately, to avoid the files being overwritten, and to boot a Live DVD / USB and do things from there: here's an answer I gave some time ago about usingtestdisk
; you should be able to adapt it and use it to recover the files; if no avail, you should try karel's solution, but you'll need to go through all the files somehow
– kos
Sep 20 '15 at 12:00
add a comment |
Usingphotorec
is probably not a viable solution, unless you have a separate home partition; running it on the root partition will have the effect of recovering thousands of files without any metadata (i.e. with a filname generated byphotorec
on-the-fly, not useful to understand which files are the files you're looking for; at the very least you'll need to usegrep -l '#!/usr/bin/perl'
or variations and hope that not too many perl scripts exist / have existed in your system). Usingtestdisk
you should be able to recover just the deleted folder / files by browsing the filesystem.
– kos
Sep 20 '15 at 11:55
I suggest you to shut down the system immediately, to avoid the files being overwritten, and to boot a Live DVD / USB and do things from there: here's an answer I gave some time ago about usingtestdisk
; you should be able to adapt it and use it to recover the files; if no avail, you should try karel's solution, but you'll need to go through all the files somehow
– kos
Sep 20 '15 at 12:00
Using
photorec
is probably not a viable solution, unless you have a separate home partition; running it on the root partition will have the effect of recovering thousands of files without any metadata (i.e. with a filname generated by photorec
on-the-fly, not useful to understand which files are the files you're looking for; at the very least you'll need to use grep -l '#!/usr/bin/perl'
or variations and hope that not too many perl scripts exist / have existed in your system). Using testdisk
you should be able to recover just the deleted folder / files by browsing the filesystem.– kos
Sep 20 '15 at 11:55
Using
photorec
is probably not a viable solution, unless you have a separate home partition; running it on the root partition will have the effect of recovering thousands of files without any metadata (i.e. with a filname generated by photorec
on-the-fly, not useful to understand which files are the files you're looking for; at the very least you'll need to use grep -l '#!/usr/bin/perl'
or variations and hope that not too many perl scripts exist / have existed in your system). Using testdisk
you should be able to recover just the deleted folder / files by browsing the filesystem.– kos
Sep 20 '15 at 11:55
I suggest you to shut down the system immediately, to avoid the files being overwritten, and to boot a Live DVD / USB and do things from there: here's an answer I gave some time ago about using
testdisk
; you should be able to adapt it and use it to recover the files; if no avail, you should try karel's solution, but you'll need to go through all the files somehow– kos
Sep 20 '15 at 12:00
I suggest you to shut down the system immediately, to avoid the files being overwritten, and to boot a Live DVD / USB and do things from there: here's an answer I gave some time ago about using
testdisk
; you should be able to adapt it and use it to recover the files; if no avail, you should try karel's solution, but you'll need to go through all the files somehow– kos
Sep 20 '15 at 12:00
add a comment |
1 Answer
1
active
oldest
votes
Before you start:
- It's always a good idea to work from a copy of your deleted data, so copy your entire disk before you begin
- If you cannot, boot from a Live-USB/DVD before you begin.
- If you cannot, know that by each and every single byte you write to your disk right now, one byte of one of your deleted files will be overwritten! (i.e. by installing PhotoRec and TestDisk, some deleted files will be overwritten by the applications that you're going to install if you continue!).
What are the main differences between TestDisk and PhotoRec?
TestDisk is a lot more efficient than PhotoRec. The problem with TestDisk is that it doesn't always recover all deleted files. If you accidentally reformat a partition, TestDisk can recover thousands of files without missing a single file, but if you deleted a file by sending it to the Trash and then emptying the Trash, TestDisk can't always recover it.
So use TestDisk first, and if you recovered all of the deleted files with TestDisk, then you're done. If you recovered most of the deleted files with TestDisk, you can decide whether you're done or not. If you're not done after running TestDisk, you can try recovering the deleted files using PhotoRec.
PhotoRec can selectively recover files based on their filetype(s), but PhotoRec / TestDisk can't selectively scan an individual directory for lost files unless you had mounted a whole hard drive partition as this directory. In some cases, the filename is stored in the file itself. PhotoRec tries to recover the filename in this case, but most of the time PhotoRec can't recover the filenames.
Recover files based on filetype using PhotoRec
Install TestDisk from the Ubuntu Software Center.
sudo apt-get install testdisk
Launch PhotoRec.
Open a terminal and launch photorec (as root).
sudo photorec
Select hard disk.
Select partition type.
If your hard disk has Linux partitions, then select
[Intel]
.
Select filetype option.
Move to
[File Opt]
and press Enter. Here you can disable all file types by pressing s. Use space to toggle the check button. Select filetype(s) to recover. For Perl you can selectpl
for Perl script orpm
for Perl module.
Select options.
Photorec also has a list of different options. Under normal circumstances you don’t need to modify them.
Select partition.
Move the selector up or down to the partition from which you have removed the file(s). Then select
[Search]
and press Enter.
Select filesystem type.
If you are using Linux, it's going to be ext2/ext3/ext4, so the default selection is
ext2/ext3
. Otherwise if you are recovering files from a partition formatted as FAT or NTFS selectOther
.
Select space for analysis.
Select
Free
if you didn’t write to that partition after removing the particular file, otherwise selectWhole
.
Select a directory for the recovered files
Select the path where the recovered files will be stored. Then press Y.
Photorec will show how many files it has recovered.
Source: revised from How To Recover Deleted Files in Linux Using Photorec
I'd first trytestdisk
and thenphotorec
:photorec
will recover all the text files in the selected partition, with no metadata (hence no filenames in the recovered files) and possibly thousands of files recovered. If the filesystem entries haven't been overwritten yet withtestdisk
one could recover just the single deleted folder / deleted files. Also I'd strongly suggest to not do this while booting from the hard drive containing the deleted files, but to shut the system down immediately and to do this from a Live DVD / USB.
– kos
Sep 20 '15 at 11:20
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f676242%2fhow-to-recover-deleted-files-in-ubuntu-using-live-usb-based-on-filetype%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Before you start:
- It's always a good idea to work from a copy of your deleted data, so copy your entire disk before you begin
- If you cannot, boot from a Live-USB/DVD before you begin.
- If you cannot, know that by each and every single byte you write to your disk right now, one byte of one of your deleted files will be overwritten! (i.e. by installing PhotoRec and TestDisk, some deleted files will be overwritten by the applications that you're going to install if you continue!).
What are the main differences between TestDisk and PhotoRec?
TestDisk is a lot more efficient than PhotoRec. The problem with TestDisk is that it doesn't always recover all deleted files. If you accidentally reformat a partition, TestDisk can recover thousands of files without missing a single file, but if you deleted a file by sending it to the Trash and then emptying the Trash, TestDisk can't always recover it.
So use TestDisk first, and if you recovered all of the deleted files with TestDisk, then you're done. If you recovered most of the deleted files with TestDisk, you can decide whether you're done or not. If you're not done after running TestDisk, you can try recovering the deleted files using PhotoRec.
PhotoRec can selectively recover files based on their filetype(s), but PhotoRec / TestDisk can't selectively scan an individual directory for lost files unless you had mounted a whole hard drive partition as this directory. In some cases, the filename is stored in the file itself. PhotoRec tries to recover the filename in this case, but most of the time PhotoRec can't recover the filenames.
Recover files based on filetype using PhotoRec
Install TestDisk from the Ubuntu Software Center.
sudo apt-get install testdisk
Launch PhotoRec.
Open a terminal and launch photorec (as root).
sudo photorec
Select hard disk.
Select partition type.
If your hard disk has Linux partitions, then select
[Intel]
.
Select filetype option.
Move to
[File Opt]
and press Enter. Here you can disable all file types by pressing s. Use space to toggle the check button. Select filetype(s) to recover. For Perl you can selectpl
for Perl script orpm
for Perl module.
Select options.
Photorec also has a list of different options. Under normal circumstances you don’t need to modify them.
Select partition.
Move the selector up or down to the partition from which you have removed the file(s). Then select
[Search]
and press Enter.
Select filesystem type.
If you are using Linux, it's going to be ext2/ext3/ext4, so the default selection is
ext2/ext3
. Otherwise if you are recovering files from a partition formatted as FAT or NTFS selectOther
.
Select space for analysis.
Select
Free
if you didn’t write to that partition after removing the particular file, otherwise selectWhole
.
Select a directory for the recovered files
Select the path where the recovered files will be stored. Then press Y.
Photorec will show how many files it has recovered.
Source: revised from How To Recover Deleted Files in Linux Using Photorec
I'd first trytestdisk
and thenphotorec
:photorec
will recover all the text files in the selected partition, with no metadata (hence no filenames in the recovered files) and possibly thousands of files recovered. If the filesystem entries haven't been overwritten yet withtestdisk
one could recover just the single deleted folder / deleted files. Also I'd strongly suggest to not do this while booting from the hard drive containing the deleted files, but to shut the system down immediately and to do this from a Live DVD / USB.
– kos
Sep 20 '15 at 11:20
add a comment |
Before you start:
- It's always a good idea to work from a copy of your deleted data, so copy your entire disk before you begin
- If you cannot, boot from a Live-USB/DVD before you begin.
- If you cannot, know that by each and every single byte you write to your disk right now, one byte of one of your deleted files will be overwritten! (i.e. by installing PhotoRec and TestDisk, some deleted files will be overwritten by the applications that you're going to install if you continue!).
What are the main differences between TestDisk and PhotoRec?
TestDisk is a lot more efficient than PhotoRec. The problem with TestDisk is that it doesn't always recover all deleted files. If you accidentally reformat a partition, TestDisk can recover thousands of files without missing a single file, but if you deleted a file by sending it to the Trash and then emptying the Trash, TestDisk can't always recover it.
So use TestDisk first, and if you recovered all of the deleted files with TestDisk, then you're done. If you recovered most of the deleted files with TestDisk, you can decide whether you're done or not. If you're not done after running TestDisk, you can try recovering the deleted files using PhotoRec.
PhotoRec can selectively recover files based on their filetype(s), but PhotoRec / TestDisk can't selectively scan an individual directory for lost files unless you had mounted a whole hard drive partition as this directory. In some cases, the filename is stored in the file itself. PhotoRec tries to recover the filename in this case, but most of the time PhotoRec can't recover the filenames.
Recover files based on filetype using PhotoRec
Install TestDisk from the Ubuntu Software Center.
sudo apt-get install testdisk
Launch PhotoRec.
Open a terminal and launch photorec (as root).
sudo photorec
Select hard disk.
Select partition type.
If your hard disk has Linux partitions, then select
[Intel]
.
Select filetype option.
Move to
[File Opt]
and press Enter. Here you can disable all file types by pressing s. Use space to toggle the check button. Select filetype(s) to recover. For Perl you can selectpl
for Perl script orpm
for Perl module.
Select options.
Photorec also has a list of different options. Under normal circumstances you don’t need to modify them.
Select partition.
Move the selector up or down to the partition from which you have removed the file(s). Then select
[Search]
and press Enter.
Select filesystem type.
If you are using Linux, it's going to be ext2/ext3/ext4, so the default selection is
ext2/ext3
. Otherwise if you are recovering files from a partition formatted as FAT or NTFS selectOther
.
Select space for analysis.
Select
Free
if you didn’t write to that partition after removing the particular file, otherwise selectWhole
.
Select a directory for the recovered files
Select the path where the recovered files will be stored. Then press Y.
Photorec will show how many files it has recovered.
Source: revised from How To Recover Deleted Files in Linux Using Photorec
I'd first trytestdisk
and thenphotorec
:photorec
will recover all the text files in the selected partition, with no metadata (hence no filenames in the recovered files) and possibly thousands of files recovered. If the filesystem entries haven't been overwritten yet withtestdisk
one could recover just the single deleted folder / deleted files. Also I'd strongly suggest to not do this while booting from the hard drive containing the deleted files, but to shut the system down immediately and to do this from a Live DVD / USB.
– kos
Sep 20 '15 at 11:20
add a comment |
Before you start:
- It's always a good idea to work from a copy of your deleted data, so copy your entire disk before you begin
- If you cannot, boot from a Live-USB/DVD before you begin.
- If you cannot, know that by each and every single byte you write to your disk right now, one byte of one of your deleted files will be overwritten! (i.e. by installing PhotoRec and TestDisk, some deleted files will be overwritten by the applications that you're going to install if you continue!).
What are the main differences between TestDisk and PhotoRec?
TestDisk is a lot more efficient than PhotoRec. The problem with TestDisk is that it doesn't always recover all deleted files. If you accidentally reformat a partition, TestDisk can recover thousands of files without missing a single file, but if you deleted a file by sending it to the Trash and then emptying the Trash, TestDisk can't always recover it.
So use TestDisk first, and if you recovered all of the deleted files with TestDisk, then you're done. If you recovered most of the deleted files with TestDisk, you can decide whether you're done or not. If you're not done after running TestDisk, you can try recovering the deleted files using PhotoRec.
PhotoRec can selectively recover files based on their filetype(s), but PhotoRec / TestDisk can't selectively scan an individual directory for lost files unless you had mounted a whole hard drive partition as this directory. In some cases, the filename is stored in the file itself. PhotoRec tries to recover the filename in this case, but most of the time PhotoRec can't recover the filenames.
Recover files based on filetype using PhotoRec
Install TestDisk from the Ubuntu Software Center.
sudo apt-get install testdisk
Launch PhotoRec.
Open a terminal and launch photorec (as root).
sudo photorec
Select hard disk.
Select partition type.
If your hard disk has Linux partitions, then select
[Intel]
.
Select filetype option.
Move to
[File Opt]
and press Enter. Here you can disable all file types by pressing s. Use space to toggle the check button. Select filetype(s) to recover. For Perl you can selectpl
for Perl script orpm
for Perl module.
Select options.
Photorec also has a list of different options. Under normal circumstances you don’t need to modify them.
Select partition.
Move the selector up or down to the partition from which you have removed the file(s). Then select
[Search]
and press Enter.
Select filesystem type.
If you are using Linux, it's going to be ext2/ext3/ext4, so the default selection is
ext2/ext3
. Otherwise if you are recovering files from a partition formatted as FAT or NTFS selectOther
.
Select space for analysis.
Select
Free
if you didn’t write to that partition after removing the particular file, otherwise selectWhole
.
Select a directory for the recovered files
Select the path where the recovered files will be stored. Then press Y.
Photorec will show how many files it has recovered.
Source: revised from How To Recover Deleted Files in Linux Using Photorec
Before you start:
- It's always a good idea to work from a copy of your deleted data, so copy your entire disk before you begin
- If you cannot, boot from a Live-USB/DVD before you begin.
- If you cannot, know that by each and every single byte you write to your disk right now, one byte of one of your deleted files will be overwritten! (i.e. by installing PhotoRec and TestDisk, some deleted files will be overwritten by the applications that you're going to install if you continue!).
What are the main differences between TestDisk and PhotoRec?
TestDisk is a lot more efficient than PhotoRec. The problem with TestDisk is that it doesn't always recover all deleted files. If you accidentally reformat a partition, TestDisk can recover thousands of files without missing a single file, but if you deleted a file by sending it to the Trash and then emptying the Trash, TestDisk can't always recover it.
So use TestDisk first, and if you recovered all of the deleted files with TestDisk, then you're done. If you recovered most of the deleted files with TestDisk, you can decide whether you're done or not. If you're not done after running TestDisk, you can try recovering the deleted files using PhotoRec.
PhotoRec can selectively recover files based on their filetype(s), but PhotoRec / TestDisk can't selectively scan an individual directory for lost files unless you had mounted a whole hard drive partition as this directory. In some cases, the filename is stored in the file itself. PhotoRec tries to recover the filename in this case, but most of the time PhotoRec can't recover the filenames.
Recover files based on filetype using PhotoRec
Install TestDisk from the Ubuntu Software Center.
sudo apt-get install testdisk
Launch PhotoRec.
Open a terminal and launch photorec (as root).
sudo photorec
Select hard disk.
Select partition type.
If your hard disk has Linux partitions, then select
[Intel]
.
Select filetype option.
Move to
[File Opt]
and press Enter. Here you can disable all file types by pressing s. Use space to toggle the check button. Select filetype(s) to recover. For Perl you can selectpl
for Perl script orpm
for Perl module.
Select options.
Photorec also has a list of different options. Under normal circumstances you don’t need to modify them.
Select partition.
Move the selector up or down to the partition from which you have removed the file(s). Then select
[Search]
and press Enter.
Select filesystem type.
If you are using Linux, it's going to be ext2/ext3/ext4, so the default selection is
ext2/ext3
. Otherwise if you are recovering files from a partition formatted as FAT or NTFS selectOther
.
Select space for analysis.
Select
Free
if you didn’t write to that partition after removing the particular file, otherwise selectWhole
.
Select a directory for the recovered files
Select the path where the recovered files will be stored. Then press Y.
Photorec will show how many files it has recovered.
Source: revised from How To Recover Deleted Files in Linux Using Photorec
edited Jul 8 '18 at 9:55
answered Sep 20 '15 at 10:53
karelkarel
60.6k13131155
60.6k13131155
I'd first trytestdisk
and thenphotorec
:photorec
will recover all the text files in the selected partition, with no metadata (hence no filenames in the recovered files) and possibly thousands of files recovered. If the filesystem entries haven't been overwritten yet withtestdisk
one could recover just the single deleted folder / deleted files. Also I'd strongly suggest to not do this while booting from the hard drive containing the deleted files, but to shut the system down immediately and to do this from a Live DVD / USB.
– kos
Sep 20 '15 at 11:20
add a comment |
I'd first trytestdisk
and thenphotorec
:photorec
will recover all the text files in the selected partition, with no metadata (hence no filenames in the recovered files) and possibly thousands of files recovered. If the filesystem entries haven't been overwritten yet withtestdisk
one could recover just the single deleted folder / deleted files. Also I'd strongly suggest to not do this while booting from the hard drive containing the deleted files, but to shut the system down immediately and to do this from a Live DVD / USB.
– kos
Sep 20 '15 at 11:20
I'd first try
testdisk
and then photorec
: photorec
will recover all the text files in the selected partition, with no metadata (hence no filenames in the recovered files) and possibly thousands of files recovered. If the filesystem entries haven't been overwritten yet with testdisk
one could recover just the single deleted folder / deleted files. Also I'd strongly suggest to not do this while booting from the hard drive containing the deleted files, but to shut the system down immediately and to do this from a Live DVD / USB.– kos
Sep 20 '15 at 11:20
I'd first try
testdisk
and then photorec
: photorec
will recover all the text files in the selected partition, with no metadata (hence no filenames in the recovered files) and possibly thousands of files recovered. If the filesystem entries haven't been overwritten yet with testdisk
one could recover just the single deleted folder / deleted files. Also I'd strongly suggest to not do this while booting from the hard drive containing the deleted files, but to shut the system down immediately and to do this from a Live DVD / USB.– kos
Sep 20 '15 at 11:20
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f676242%2fhow-to-recover-deleted-files-in-ubuntu-using-live-usb-based-on-filetype%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Using
photorec
is probably not a viable solution, unless you have a separate home partition; running it on the root partition will have the effect of recovering thousands of files without any metadata (i.e. with a filname generated byphotorec
on-the-fly, not useful to understand which files are the files you're looking for; at the very least you'll need to usegrep -l '#!/usr/bin/perl'
or variations and hope that not too many perl scripts exist / have existed in your system). Usingtestdisk
you should be able to recover just the deleted folder / files by browsing the filesystem.– kos
Sep 20 '15 at 11:55
I suggest you to shut down the system immediately, to avoid the files being overwritten, and to boot a Live DVD / USB and do things from there: here's an answer I gave some time ago about using
testdisk
; you should be able to adapt it and use it to recover the files; if no avail, you should try karel's solution, but you'll need to go through all the files somehow– kos
Sep 20 '15 at 12:00