On Tue, 2007-07-10 at 12:44 -0700, Taran Lewis wrote:
> I am trying to recover data from an unmountable JFS partition on Fedora Core 
> 6. fsck.jfs gives me this result:
> 
> 
> 
> /sbin/fsck.jfs -n /dev/md1
> 
> 
> /sbin/fsck.jfs version 1.1.10, 19-Oct-2005
> 
> 
> processing started: 7/6/2007 20.6.4
> 
> 
> The current device is:  /dev/md1
> 
> 
> Block size in bytes:  4096
> 
> 
> Filesystem size in blocks:  122097920
> 
> 
> **Phase 1 - Check Blocks, Files/Directories, and  Directory Entries
> 
> 
> Secondary file/directory allocation structure (2) is not a correct redundant 
> copy of primary structure.
> 
> 
> cannot repair an allocation error for files and/or directories -728363008 
> through -728362977.
> 
> 
> cannot recover files and/or directories -728363008 through -728362977.   
> CANNOT CONTINUE.
> 
> 
> 
> I am getting another HD so that I can make a disk image before running
> fsck -f to try to fix it. Is there anything else that I should be
> trying? Will the fsck -f recover at least a portion of the data?

Have you tried mounting it read-only (mount -oro /mntpt)?

If you run fsck with the -f flag, it will try to throw away those
inodes.  (It should be printing them as unsigned, not signed.)  You may
be able to recover the rest of the file system.  I would try recovering
what you can through a read-only mount first.
-- 
David Kleikamp
IBM Linux Technology Center


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Jfs-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jfs-discussion

Reply via email to