Skip to main content

Questions tagged [corruption]

Corruption is a state of a file, a filesystem, etc. where all its data and metadata are not consistent. This tag may be used to reference questions dealing with problems of data recovery after erroneous manipulations or unexpected shutdown.

Filter by
Sorted by
Tagged with
-2 votes
1 answer
116 views

I have many, many tb of files from over the years, stored poorly and transferred. Mostly from Win7 days. I am mindful that bitrot is a problem and I’m sure in my travels Ive seen a couple videos which ...
1toneboy's user avatar
  • 493
-2 votes
1 answer
1k views

I'm new to Linux (just over 1 month) and I’ve encountered a problem with my drive. I have the main drive (SSD) and a secondary drive (HDD). The HDD was working fine, but now I’m getting this error ...
PythoonNoob9000's user avatar
2 votes
0 answers
85 views

My SSD died and all its data seems to be inaccessible and my Windows computer won't boot anymore. After going to a local computer store I was told that they could fix it by wiping all the data. I can ...
st30's user avatar
  • 121
0 votes
3 answers
405 views

Similar to here, but no solution was found for them either. I also tried checking the history, see if something was running 'rm' but no dice. Periodically, my device stops responding. The only ...
MadAtTheKeyboard's user avatar
0 votes
1 answer
189 views

'Drive0' refers to the disk where system is installed. Can the immutable system be damaged (meaning can its filesystem that is mounted in read-only, not counting the files that are user accessible, be ...
infinitieunique's user avatar
1 vote
2 answers
1k views

I have a computer at home that I use as a file server, using Nextcloud. Every computer at home is Ubuntu/etx4. I've had multiple outages recently in the neighborhood, and I think the sudden shutdowns ...
3x5's user avatar
  • 121
0 votes
0 answers
173 views

I'm running a Quartz64 (Model A) booting off an eMMC drive, and it recently suffered a file system corruption after a power outage due to a lightening strike.  After this, it wouldn't boot up.  I had ...
jyoung's user avatar
  • 117
1 vote
1 answer
742 views

I have a WD 1.3 TB hard driver, it might have some bad sectors. I plug it in the Raspberry Pi and partition the disk with following commands sudo fdisk -l /dev/sdb, then g, n, w to create the new ...
Kejing Gu's user avatar
5 votes
2 answers
656 views

“Multiply claimed blocks” is an error reported by fsck when blocks appear to belong to more than one file. This causes data corruption since both files change when one of the files are written. But ...
PetaspeedBeaver's user avatar
0 votes
0 answers
173 views

I'm using a Raspberry Pi as a home media server, and it has been in emergency mode for a while. Despite being in this mode, it continues to function normally. My question is, is there an effective way ...
Jimmy Bungalo's user avatar
0 votes
1 answer
249 views

What I presumed is File systems like EXT4 and XFS. Writes blocks to disk (Could be a Hard Disk or a SSD) along with a checksum. When Reading back, if checksum fails, read operation will NOT return ...
aKumara's user avatar
  • 111
0 votes
0 answers
195 views

Context I'm here to talk to you about an EXT4 filesystem issue that I don't understand. In my company, we are working on embedded Linux system. We use the board Olimex Lime 2. T2-OLinuXino-LIME2-...
Julien's user avatar
  • 1
4 votes
2 answers
544 views

Normally to make a fault-tolerant or corruption-repairing filesystem, you use multiple drives and raid 5, or anything but raid 0. There are also many ways to make a fault-tolerant archive file like ...
Brian White's user avatar
2 votes
0 answers
180 views

A bit of background: I am storing VM images, my home directory, my mail, my media collection on single-primary DRBD devices built on LVM logical volumes built on two RAID0 arrays (one in each DRBD ...
Alexis Huxley's user avatar
0 votes
0 answers
907 views

I have an embedded system that I do not have very easy access to. Although in retrospect, I shouldn't have built it this way, but the only way to shut down the system is to kill power. This works 99.9%...
dberm22's user avatar
  • 113
0 votes
0 answers
3k views

I have a broken ext4 partition which I want to recover. The problem occurred because of a sudden power loss. The partition is an encrypted luks partition. Opening the luks container works. Say I open ...
student's user avatar
  • 18.9k
3 votes
1 answer
8k views

I need help checking and repairing a BTRFS partition. It all started with a few directories on my system being inaccessible. Permissions of these directories are shown with question marks when I ...
mabalenk's user avatar
  • 571
0 votes
0 answers
453 views

RPMDB got corrupted recursively on one of my server recursively. 2016-07-07 14:14:31,296 - ERROR - error: rpmdb: BDB0113 Thread/process 6723/140691298633536 failed: BDB1507 Thread died in Berkeley ...
Arunkumar NKL's user avatar
1 vote
1 answer
186 views

command : sudo hdparm -r0 /dev/sdb Output : /dev/sdb: setting readonly to 0 (off) readonly = 1 (on) By any chance it will be turned off ? If yes how can we? Issue: USB is not detected. Unable to ...
Srinathiya Murugesan's user avatar
0 votes
0 answers
231 views

For the second time now in about 6 weeks, my Proxmox root has reported ext4 errors and I've had to fix them by booting into initramfs and running fsck.ext4. There's one file I can't seem to delete - ...
Harv's user avatar
  • 2,602
0 votes
1 answer
639 views

I use R/RStudio to draw graphics and maps, and save them as PNG. Along the creation process, I save the same file over and over, to see how it's going, until I get to the final product. Sometimes the ...
Rodrigo's user avatar
  • 1,904
2 votes
1 answer
2k views

The following rule corrupts 5% of the packets by introducing a single bit error at a random offset in the packet: sudo tc qdisc change dev ens8 root netem corrupt 5% But recently it gave me the ...
Arash's user avatar
  • 123
0 votes
0 answers
1k views

I've been tasked with diagnosing an issue with a webpage, and I've been able to trace the issue back to a gzip'ed JavaScript file, jquery.min.js.gz. To view the code, I've downloaded and attempted to ...
PerplexedDimension's user avatar
0 votes
1 answer
285 views

Secure storage of my collection of family video is becoming problematic after a dramatic increase in size in the last years. I am using a set of 3 copies of the same collection stored in 2.5 USB thin ...
Mephisto's user avatar
  • 1,117
0 votes
1 answer
220 views

I have script to do a few jobs: list config XMLs. list which of those XMLs have a match. show what that match is. JENKINS_HOME=/var/lib/jenkins _ALL_JOBS=$( find $JENKINS_HOME/jobs -name config.xml ...
JoeS's user avatar
  • 1

1
2 3 4 5