![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux HDD Recovery | asturmas | Filesystems, Disks and Memory | 2 | 06-04-2009 04:22 PM |
| superblock error | ppass | Red Hat | 2 | 01-07-2009 01:22 PM |
| Ask Linux.com: Theft recovery, skeleton files, and boot-looping Eees | iBot | UNIX and Linux RSS News | 0 | 08-17-2008 09:10 AM |
| How to corrupt a superblock? | sujathan | SUN Solaris | 2 | 02-29-2008 05:35 AM |
| Help! Boot failure - corrupt superblock | alarmcall | Linux | 0 | 06-04-2004 02:22 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I've tried that and here is what happens:
# fsck.ext3 -b 32768 /dev/sdb Superblock has an invalid ext3 journal (inode 8). Clear<y>? I thought that command would update the superblock with a saved copy. Is my interpretation of the man page correct? If I answer 'y', then it says: *** ext3 journal has been deleted - filesystem is now ext2 only *** Then it continues to try and fix additional inodes. Does this mean that the superblock / filesystem is beyond recovering? |
|
||||
|
Sounds like the journal is beyond recovery, but the filesystem as such can be recovered. The journal contains stuff since the last journal sync, which is usually not a major amount of data. So there will likely be some data loss to stuff that happened just before the crash, but it might be worth doing. (Perhaps you can take a clone of the raw disk with dd so you can revert if this operation turns sour after all.)
|
|
|||||
|
Quote:
tune2fs -j /dev/hdc To enable the hdc with journaling. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|