Tagged Questions
1
vote
2answers
211 views
ext3 root filesystems goes read-only with aborted journal even after repairs
Short version: ext3 root filesystem on rackspace (xen) VM detects aborted journal on boot and mounts read-only. I've attempted to repair this from a rescue environment with tune2fs and e2fsck as ...
7
votes
3answers
242 views
What filesystem offers best protection for securing data against corruption due to power loss?
I am running a small uClibc and busybox based embedded system on an x86 device. I am using an initramfs but I also mounting a custom ext3 directory on a compact flash device in IDE mode that I am ...
13
votes
3answers
262 views
Securely delete files on btrfs filesystem
Sometimes, there's the need to delete a file in a filesystem, and make sure that the file is truly gone. A file that contains sensitive passwords, for example, should be throughly wiped from the disk.
...
3
votes
1answer
1k views
recovering ext4 partition after dd'ing over start of HD
I accidentally used dd and wrote over the first 208MB of my external disk. What I wrote over is a partition on its own (Debian nestinstaller) so what I see now is not my old (now damaged) ext4 ...
4
votes
1answer
973 views
Recover a reiserfs hard disk
I'm unable to mount my 300GB external (in external enclosure) HDD's single partition. None of the fsck tools add anything, they cannot even recognize the partition. I had forgotten whether I had used ...
7
votes
3answers
402 views
Best file system for removable media
Recently I had a SD card destroyed ( software wise ) on me.
Basically as well as I can figure it out, all the metadata was wiped (ext4 card).
This happened when I was working and suddenly had to write ...
1
vote
1answer
3k views
How to restore a Fat32 filesystem under Linux
Here is what happened:
I used the Laptop and accessed some data on my usb stick. Then I closed the Laptop putting the system into sleep mode. The USB-Stick was still plugged in. After the laptop was ...
16
votes
4answers
12k views
Recovering ext4 superblocks
Recently, my external hard drive enclosure failed (the hard drive itself powers up in another enclosure). However, as a result, it appears its EXT4 file system is corrupt.
The drive has a single ...
5
votes
2answers
254 views
Recover deleted file that is currently being written to
I started downloading a big file and accidently deleted it a while ago. I know how to get its current contents by cping /proc/<pid>/fd/<fd> but since the download is still in progress ...
2
votes
1answer
2k views
Why can't I copy my DVD with dd?
I tried dd, dd_rescue and ddrescue, all failed. I thought these tools bypass the filesystem and make a bitwise copy.
dd is fooled, it finishes but just produces a small file and states it's finished.
...
4
votes
4answers
843 views
How to recover a file just deleted [duplicate]
I just deleted a file in Nautilus with Shift+Delete, which warned me that "If you delete an item, it will be permanently lost." I wonder if there is no way to recover the file?
My OS is Ubuntu 10.10. ...
8
votes
2answers
869 views
How to repair an ext3 partition after broken resize operation?
I was using gparted to resize a near-terabyte ext3 partition, adding about 40 GB to the left. After nearly 12 hours of moving data (and with 23 more hours estimated to remain) the system hung. Now ...