Superblock marked dirty


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Superblock marked dirty
# 1  
Old 01-28-2013
Superblock marked dirty

Good morning!
I met a problem on a FS with AIX 5.3
It's not possible to mount the FS because of a dirty superblock.
I tried few things without success. I need your help to solve my problem guys. Do you have any idea please?

Thanks a lot


Code:
drp01,/home/root # mount /GSPRES/data
Replaying log for /dev/lvdt1.
Fatal: I/O error
mount: 0506-324 Cannot mount /dev/lvdt1 on /GSPRES/data: The media is not formatted or the format is not correct.
0506-342 The superblock on /dev/lvdt1 is dirty. Run a full fsck to fix.
drp01,/home/root # fsck -y -p /GSPRES/data
The current volume is: /dev/lvdt1
Primary superblock is valid.
J2_LOGREDO:log redo processing for /dev/lvdt1
Fatal: I/O error
exec module "/sbin/helpers/jfs2/logredo64" failed.
logredo failed (rc=5). fsck continuing.
Primary superblock is valid.
*** Phase 1 - Initial inode scan
*** Phase 2 - Process remaining directories
*** Phase 3 - Process remaining files
*** Phase 4 - Check and repair inode allocation map
*** Phase 5 - Check and repair block allocation map
Block allocation map is corrupt (FIXED)
Superblock marked dirty because repairs are about to be written.
Fatal: I/O error
drp01,/home/root # dd count=1 bs=4k skip=31 seek=1 if=/dev/lvdt1 of=/dev/lvdt1
1+0 records in.
1+0 records out.
drp01,/home/root # mount /GSPRES/data
Replaying log for /dev/lvdt1.
Fatal: I/O error
mount: 0506-324 Cannot mount /dev/lvdt1 on /GSPRES/data: The media is not formatted or the format is not correct.
0506-342 The superblock on /dev/lvdt1 is dirty. Run a full fsck to fix.
drp01,/home/root # lsfs /GSPRES/data
Name Nodename Mount Pt VFS Size Options Auto Accounting
/dev/lvdt1 -- /GSPRES/data jfs2 874512384 rw,cio yes no
 
drp01,/home/root # oslevel
5.3.0.0

I found this other website kristijan.org Manually fixing dirty JFS2 filesystems but that doesn't work for me

Code:
drp01,/home/root # fsdb /GSPRES/data
 
File System: /GSPRES/data
 
File System Size: 874485288 (512 byte blocks)
Aggregate Block Size: 4096
Allocation Group Size: 1048576 (aggregate blocks)
 
> su
...
[12] s_state: 0x00000002 [31] s_fpack: 'lvdt1'
FM_DIRTY [32] s_fname: ''
...
display_super: [m]odify, [s]napshot info or e[x]it: m
Please enter: field-number value > 12 0x0
 
[12] s_state: 0x00000000 [31] s_fpack: 'lvdt1'
FM_CLEAN [32] s_fname: ''

fsck doesn't work after that

Last edited by Scott; 01-28-2013 at 10:08 AM.. Reason: Please use code tags, not quote tags
# 2  
Old 01-28-2013
This is your clue................

Quote:
Run a full fsck to fix
To run an extensive filesystem check there'll be another switch to add to your fsck command which will then cause it to check everything (which a normal fsck doesn't do). Look at your fsck man pages to see what that switch is. It will probably take a while to execute.

(It's been a while since I was involved with AIX so can't tell you straight out but it's the same with most flagship O/S's)

This also may help........

http://archive.rootvg.net/cgi-bin/an...=2&zu=36313039

Last edited by hicksd8; 01-28-2013 at 12:05 PM..
# 3  
Old 01-29-2013
Thanks for your answer.
I didn't find an other way to execute a full fsck... even with the man page.

And for the link, I have already done the instruction without success...

An other clue?
# 4  
Old 01-29-2013
Hi,

You say "fsck doesn't work after that" - what output are you now getting from the fsck command, or does the fsck command not work at all?

Cheers,
ZB
# 5  
Old 01-29-2013
Read somewhere that fsck switch -o full works on AIX too.
Dunno but worth a try.
# 6  
Old 01-29-2013
Quote:
Originally Posted by zazzybob
Hi,

You say "fsck doesn't work after that" - what output are you now getting from the fsck command, or does the fsck command not work at all?

Cheers,
ZB
Here the result of fsck after the modification with fsdb
Code:
drp01,b0nneMINE # fsck -y -p /GSPRES/data



The current volume is: /dev/lvdt1
Primary superblock is valid.
J2_LOGREDO:log redo processing for /dev/lvdt1
Fatal: I/O error
exec module "/sbin/helpers/jfs2/logredo64" failed.
logredo failed (rc=5).  fsck continuing.
Primary superblock is valid.
*** Phase 1 - Initial inode scan
*** Phase 2 - Process remaining directories
*** Phase 3 - Process remaining files
*** Phase 4 - Check and repair inode allocation map
*** Phase 5 - Check and repair block allocation map
Block allocation map is corrupt (FIXED)
Superblock marked dirty because repairs are about to be written.
Fatal: I/O error

---------- Post updated at 11:28 AM ---------- Previous update was at 11:27 AM ----------

Quote:
Originally Posted by hicksd8
Read somewhere that fsck switch -o full works on AIX too.
Dunno but worth a try.
Not better

Code:
drp01,b0nneMINE # fsck -y -p -o full /GSPRES/data



The current volume is: /dev/lvdt1
Primary superblock is valid.
J2_LOGREDO:log redo processing for /dev/lvdt1
Fatal: I/O error
exec module "/sbin/helpers/jfs2/logredo64" failed.
logredo failed (rc=5).  fsck continuing.
Primary superblock is valid.
*** Phase 1 - Initial inode scan
*** Phase 2 - Process remaining directories
*** Phase 3 - Process remaining files
*** Phase 4 - Check and repair inode allocation map
*** Phase 5 - Check and repair block allocation map
Block allocation map is corrupt (FIXED)
Superblock marked dirty because repairs are about to be written.
Fatal: I/O error

# 7  
Old 01-29-2013
I'm no AIX expert but are you running fsck with the file system mounted?
If so, it won't fix the super block.

Last edited by hicksd8; 01-29-2013 at 06:59 AM.. Reason: I'm no AIX expert but are you running fsck wrth the file system mounted? If so, it won't fix the super block.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. What is on Your Mind?

Anybody want to talk about Dirty Cow?

Hi All, How worried is everyone about the Dirty Cow Linux exploit? Has anybody experienced attacks yet? From the research I've done it seems that the exploit is "reliable" (that is it works nearly every time on vulverable systems) which is not good news. We all believe that Unix/Linux... (3 Replies)
Discussion started by: hicksd8
3 Replies

2. Web Development

Mysql table is marked as crashed and should be repaired

140312 13:43:54 /usr/libexec/mysqld: Table './***/phpbb_posts' is marked as crashed and should be repaired Its mysqld.log in var/log alot of messages, but before around hour i tried to "repaid table" from within phpmyadmin, but appears it has no effect.. why? How to fix? (1 Reply)
Discussion started by: postcd
1 Replies

3. Shell Programming and Scripting

Need a quick and dirty solution

I have a list of multiple versions of software. The list is formated as follows: NAME VERSION I simply need to pull out the highest version of each software, for example: Original File a v1.0 a v1.1 a v1.2 b v2.1 b v2.2 b v2.21 b v3.0 Output a v1.2 b v3.0 (13 Replies)
Discussion started by: Finja
13 Replies

4. Shell Programming and Scripting

GnuPlot-area marked by filledcurve

Hi ! I try to highlight data. therefor i want du emphasize a rectangle area in the background by filledcurves inbetween to limits. #Sektor Inden --> Anfang <--> Ende SIa(x)=212 SIe(x)=252 SHa(x)=64 SHe(x)=122 plot 'PATH/mete.txt' using 1:3 t 'WR' w l lt 3 lw 1 lc rgbcolor "#0000ff", \ ... (1 Reply)
Discussion started by: IMPe
1 Replies

5. SuSE

SLES11 - RAID6 all disks marked as Spare

Hello, After a replacement of the motherboard of my server, all disks belonging to a raid6 are now marked as spare. Is there any way to mark those disks as active and restore the raid6? $ cat /proc/mdstat Personalities : md1 : inactive sda1(S) sdk1(S) sdj1(S) sdi1(S) sdh1(S)... (0 Replies)
Discussion started by: xavix
0 Replies

6. Red Hat

superblock error

can anybody help me to recovermy superblock , the recent power crash has done some stuff on my linux redhat 9 box . when i startup the machine iam getting the following error: The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it... (2 Replies)
Discussion started by: ppass
2 Replies

7. UNIX for Dummies Questions & Answers

file marked unretrievable

Hi When i try to ftp download a file from a Solaris 10 server, it returns the error "is marked unretrievable" how can i get around this to download the file? (2 Replies)
Discussion started by: arielgoldberg
2 Replies

8. Solaris

How to corrupt a superblock?

I need to corrupt a superblock of a mounted device in a soalris m/c and check recovery from an alternate superblock. How can this be done? (2 Replies)
Discussion started by: sujathan
2 Replies

9. AIX

Can't mount showing 0506-342 The superblock on /dev/fslv00 is dirty

Dear All Last day in Aix 5.2 server by executing # df –g I found following: Filesystem GB blocks Free %Used Iused %Iused Mounted on . . /dev/fslv00 58.00 136.70 -135% 212103 1% /sprod After shutting down by following command # shutdown –h And when... (1 Reply)
Discussion started by: xa52000
1 Replies

10. Shell Programming and Scripting

Quick-and-dirty g++ compilation

I am creating a small bash file that will take one argument and compile it: #!/bin/bash OUT=${$1%.cpp} # C++ source files always end in .cpp g++ -Wall $1 -o $OUT chmod 777 $OUT The error message says 'bad substitution', namely where OUT is defined. How to fix this? (1 Reply)
Discussion started by: figaro
1 Replies
Login or Register to Ask a Question