Questions tagged [deleted-files]
The deleted-files tag has no summary.
128 questions
0 votes
0 answers
42 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'...
0 votes
1 answer
189 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
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 ...
0 votes
1 answer
199 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
1 answer
281 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 ...
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 ...
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, ...
-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 ...