Questions tagged [deleted-files]
The deleted-files tag has no summary.
128 questions
0
votes
0
answers
40
views
Recover deleted txt file which was stored to btrfs right before another one that I still have
I used my terminal emulator to run a command and redirect output to a text file on my btrfs. Right after, I did the same with another command. I since deleted the first text file and not the second. I'...
6
votes
2
answers
1k
views
Deleting a file before it has finished downloading
Today I downloaded a large file using wget, but I accidentally deleted it before it had finished downloading.
However wget continued to download the file until it had finished, but there was no file ...
0
votes
1
answer
185
views
ext4 and chattr ( change attributes ) 's - undo ( u ) option
This is an microsd ext4 card on a rooted Android, where I want to use
busybox chattr -R +u /mypath
I know what +u means but does anyone have an idea about how the undo option is implemented for ext4 ...
0
votes
0
answers
94
views
Deleting incremental backups created with rsync and symbolic links: recursive effect?
I am doing incremental backup according to the following example found there: https://linuxconfig.org/how-to-create-incremental-backups-using-rsync-on-linux
#!/bin/bash
# A script to perform ...
0
votes
0
answers
1k
views
How to recover files accidentally deleted from LUKS encrypted device?
I just "Permanently Deleted" two pictures from a folder in my disk that is encrypted with LUKS. I ran sudo testdisk and navigated through the menus. It did identify the two now missing files ...
14
votes
4
answers
12k
views
How can I restore my default .bashrc file again?
I accidentally changed all the contents of the .bashrc file and I haven't scripted it yet so there's no problem for now. I added little scripts to it (just a few alias), so I can write them again one ...
0
votes
1
answer
197
views
my system is almost useles after running this cmd sudo apt-get remove --purge '^nvidia-.*'
Hello I'm very new to linux and the cmd line and have been learning a lot through google, firefox, and bing. I'm running Ubuntu server Xenial 16.04.07 LTS with all security patches from ubuntu, ...
0
votes
0
answers
191
views
ntfsundelete not reading entire partition
To avoid XY problem, here's the background of the problem I am facing...
I have an external hard drive which should have hundreds of files and suddenly, all of them disappeared (I have no idea why).
I ...
0
votes
1
answer
280
views
remove files after x hours but ignore hidden folder/files
I have a mounted a folder to a seedbox. and in the folder i use syncthing. so it creates a " .stfolder" which is used for syncthing . basically i am having trouble finding a script to run ...
0
votes
0
answers
556
views
Recover files from a tmpfs?
How do I recover files from a tmpfs?
Some people say to use Volatility, but Python 2 Volatility doesn't have any Linux modules, and I don't see where to do file recovery in the Python 3 Volatility ...
1
vote
2
answers
3k
views
Restore deleted contents of a text file
Due to this bug, the content of one of my source files was deleted. I searched a lot and found that I can read the raw data on the storage device with the dd command, and I can find the address of ...
2
votes
1
answer
854
views
`rsync` deletes all after input/output error mapping
I'm running a rsync command between two servers with the following command:
rsync -auv -P --delete --delete-excluded --stats --progress -e "ssh -i ~/.ssh/$ssh_pkey -p $port -l $user" $...
0
votes
1
answer
10k
views
mkdir gives "No space left on device" message but sudo mkdir works [duplicate]
When I try to use mkdir test in /home/, I get mkdir: cannot create directory ‘test’: No space left on device. I've deleted over 1Gb of files and restarted some processes that were using deleted files, ...
4
votes
1
answer
1k
views
File deletion bypasses trash bin on Btrfs subvolumes
Nautilus trash do not move file to trash bin on btrfs file system
instead it deletes them permanently. Thunar seems to do the same thing,
and it seems related to lower level library implementation of ...
-1
votes
1
answer
1k
views
Tab completion error: bash: cannot create temp file for here-document: No space left on device
I am absolutely new to Linux.
I downloaded 50GB of data on the server disk via SSH.
Then I deleted them using midnight commander.
Now, the tab-completion doesn't work, and it is giving me the ...