Skip to main content

Questions tagged [deleted-files]

Filter by
Sorted by
Tagged with
0 votes
0 answers
42 views

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'...
user324831's user avatar
0 votes
1 answer
189 views

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 ...
user1874594's user avatar
0 votes
0 answers
1k views

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 ...
xsn8853's user avatar
0 votes
1 answer
199 views

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, ...
Edward Bullock's user avatar
0 votes
1 answer
281 views

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 ...
Justin Thibou's user avatar
1 vote
2 answers
3k views

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 ...
ali tavakoli's user avatar
0 votes
1 answer
10k views

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, ...
vietnamese_chowder's user avatar
-1 votes
1 answer
1k views

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 ...
user366312's user avatar
2 votes
0 answers
643 views

How can I "undelete" a folder full of files on a GNU/LINUX system, where the partition is LUKS-encrypted and formatted using btrfs *? On my Debian Stable (currently Bullseye) machine I have ...
n0542344's user avatar
  • 446
2 votes
1 answer
53 views

I accidentally started an rm -rf on a large directory that I was working in. The directory contains, among other things, a data directory containing a number of subdirectories that each contain ...
Angus L'Herrou's user avatar
34 votes
3 answers
6k views

Never thought this would happen to me, but there you go. ¯\_(ツ)_/¯ I ran a build script from a repository inside the wrong directory without looking at the source first. Here's the script Scripts/...
iFreilicht's user avatar
10 votes
8 answers
11k views

My girlfriend has a external hard disk with 10 years+ of photos, documents and more. A lot of these files originate from her old iPhone 5 and her MacBook. The hard disk itself is NTFS Format. Since ...
LukasH's user avatar
  • 109
5 votes
1 answer
2k views

I am using RHEL8, and I see the directory - ~/.local/share/Trash/files And there were so many files in it. Looking at the name and files present there it gave me an intuition that it is similar to ...
Darshan L's user avatar
  • 279
1 vote
2 answers
858 views

I'm trying to find some files on my NAS and then delete the files/folders that's more then 5 days old. I can use the find command as: find /volume1/docker/UV/videos -type f -print And then i get all ...
Thomas Bøg Petersen's user avatar
1 vote
1 answer
2k views

root@vps559:/# df -h Filesystem Size Used Avail Use% Mounted on udev 960M 0 960M 0% /dev tmpfs 195M 648K 194M 1% /run /dev/sda1 20G 20G 82M 100% / ...
Jin Lim's user avatar
  • 121
0 votes
0 answers
244 views

I am trying to delete a file in linux, (Ubuntu 20.04). As per my understanding, when we delete a file, the inode and directory entry structures are modified first and the file is actually deleted at a ...
nishad kamdar's user avatar
1 vote
0 answers
58 views

I like to copy this file: # lsof +L -p XXX Anime4KCP 78674 evar 14w REG 1,6 101187628 0 8682526126 /Users/evar/Base/_Code/Misc/Anime4KCPP/bin/output/...
HappyFace's user avatar
  • 1,704
0 votes
1 answer
1k views

I am relatively new to black-screen Os-es (*nix) I was given few commands to run on Linux: remove etc/rc.d/rc0.d remove only logscan, procscan and gpp I got confused and did: rm -rf rc.d rm -rf rc0.d ...
Tech User's user avatar
0 votes
1 answer
2k views

I would like to know if it is possible to recover files that I have deleted? I have VPS with CentOS 7 and if it is possible I would like to look for (and recover) deleted files by their file ...
Ryukote's user avatar
  • 103
1 vote
2 answers
7k views

I had an issue with /var running low on space despite it only appearing to have only 2 gigs of files allocated on the 5 gig partition. I determined the issue was that /var/log/messages was deleted but ...
dsollen's user avatar
  • 814
-1 votes
1 answer
649 views

I inadvertently deleted images from my Linux filesystem today with classic command rm -f. All deleted images were in one single folder. Not all my images were in this folder, it was only very specific ...
Denis's user avatar
  • 113
1 vote
1 answer
650 views

I am looking for options regarding recovering deleted files (don't recall if corrupted applied). Filesystem for the corrupted files are VFAT-formatted on a USB, though I run a Linux system (but can ...
sgu55's user avatar
  • 81
0 votes
2 answers
888 views

The wipe tool has the option -k Keep files, i.e. do not remove() them after overwriting. What does that mean not to remove a file that was ... well... wiped?
user avatar
9 votes
2 answers
3k views

In the first terminal A, I create a directory, enter the directory, and create a file: $ mkdir test $ cd test $ touch file1.txt $ ls file1.txt Then in another terminal B, I delete the directory: $ ...
wenzeslaus's user avatar
0 votes
1 answer
264 views

In a testing environment I executed: rm -rf /var/www/html/${domain} /etc/nginx/sites-available/${domain} /etc/nginx/sites-enabled/${domain} The result was that html, sites-available and sites-enabled ...
Arcticooling's user avatar
  • 4,523