fsck


 
Thread Tools Search this Thread
Operating Systems Solaris fsck
# 1  
Old 09-10-2005
fsck

OS: Solaris 5.8

Everytime I run fsck -y I get:
Code:
FILE SYSTEM STATE IN SUPERBLOCK IS WRONG; FIX? yes

Do I need to run fsck with the backup superblock option or is there
some other option I should use. I have tried the format->analyze->read
option but that does not report any corrupt blocks.
Is it advisable to reinstall the OS??

rte

Last edited by Yogesh Sawant; 04-10-2011 at 11:40 AM.. Reason: added code tags
# 2  
Old 09-11-2005
I would suspect a bug in fsck and obtain the latest fsck patch. Using a backup superblock is certainly not indicated. Can you mount the fs anyway? Is this a ufs fs?

I think this happened to me once with a ufs fs and I was able to mount the fs anyway. Since I could mount the fs, then fsck is in error in suggesting the clean flag is wrong. fsck needs one routine to check the clean flag and a second routine to write the clean flag. If the first routine is buggy, fsck would loop like that. It forever thinks the clean flag is wrong and forever sets the clean flag correctly. I was pretty sure that was happening to me so I just ignored the situation.
# 3  
Old 09-13-2005
Yes!! my OS starts up normally and the fs gets mounted as usual.
It is only that when I run fsck I get this error. Even when I have
applied Sun Reccomended patch clusters on the machine this error
is showing up on not 1 but more than 1 machine.
# 4  
Old 09-14-2005
As I understand it if you run fsck on a file sytem you should always get this message when checking a mounted file system.


The flag is simply a "I know this file system is in a consistent state with no pending writes" flag which Solaris writes to it if it shuts down correctly. Then on bootup it knows if the file system in question was consistent the last time it was unmounted. If the flag is not set it knows it needs to check the filesystem before mounting.

When you mount the file system the falg is unset autmatically. So if you fsck a file system that is currently mounted you will always be asked this question. If you unmount the file system then unless it has not been checked after a last system crash (or something similar) then you will not be.
# 5  
Old 09-14-2005
I hope that no one is running "fsck -y" on a mounted filesystem. Yes, I would expect this result all the time if the filesystem is mounted. From the man page...
Quote:
The operating system buffers file system data. Running fsck on a mounted file system can cause the operating system's buffers to become out of date with respect to the disk. For this reason, the file system should be unmounted when fsck is used. If this is not possible, care should be taken that the system is quiescent and that it is rebooted immediately after fsck is run. Quite often, however, this will not be sufficient. A panic will probably occur if running fsck on a file system modifies the file system.
# 6  
Old 09-14-2005
Quote:
Originally Posted by Perderabo
I hope that no one is running "fsck -y" on a mounted filesystem. Yes, I would expect this result all the time if the filesystem is mounted.
Agreed. However we did have a post the other week about someone who had done 'rm /dev/*' Smilie so you never know.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Fsck question

Dear all, solaris version -------------------- Oracle Solaris 10 9/10 s10s_u9wos_14a SPARC Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. Assembled 11 August 2010 -bash-3.2$ uname -a SunOS nblabsvr 5.10 Generic_144488-08 sun4u sparc SUNW,SPARC-Enterprise ... (5 Replies)
Discussion started by: ossupport55
5 Replies

2. Solaris

Fsck in vxvm

Hi, When we are running fsck in vxvm FS within few sec it will completed even if data is more than 500GB or in TB also. compare to UFS FS in that it will take more time compare with vxvm.UFS check FS in block level. & then vvxm on where its checking the FS. Please explain. (1 Reply)
Discussion started by: tiger09
1 Replies

3. UNIX for Advanced & Expert Users

fsck issue on /

unable to repair the / filesystem. Run fsck manually (fsck -F ufs /dev/rdsk/c1t0d0s0) -------------------------------------------------------------------------------- What can I fix this issue? I have ran below commands but everything is same. WARNING: Last shutdown is later than time... (2 Replies)
Discussion started by: VijayPuttu
2 Replies

4. Solaris

unable to repair the / filesystem. Run fsck manually (fsck -F ufs /dev/rdsk/c1t0d0s0)

What can I fix this issue? I have ran below commands but everything is same.:confused: WARNING: Last shutdown is later than time on time-of-day chip: check date. The / file system (/dev/rdsk/c1t0d0s0) is being checked WARNING - unable to repair the / filesystem. Run fsck manually (fsck -F... (4 Replies)
Discussion started by: getrue
4 Replies

5. UNIX for Dummies Questions & Answers

Fsck error

Hello I own a SPARC Ultra 10 workstation (standalone) and when issuing the fsck command I get the following output on fs C0t0d0s7: Phase 1 (checks blocks and sizes): dada warning: /pci@lf;0/pci@1, 1/ide@3/dad@0,0(dad1): ATA Transport failed:reason, `incomplete'> Uncorrectable data... (2 Replies)
Discussion started by: tjwops
2 Replies

6. UNIX for Dummies Questions & Answers

about fsck

i want to know what does it mean by doing a consistentcy check fsck on a disk and why journaling filesystems dont need to do it and what is meant by disk is in a consistent state when writing because entries are recorded in a journal and then to the metadata and then removed from journal (1 Reply)
Discussion started by: farhan_t49
1 Replies

7. Solaris

fsck -o

Hello I am getting this in dmesg: /mount1: unexpected free inode 1262865, run fsck(1M) -o f What are the options I should use with fsck? thanks (2 Replies)
Discussion started by: melanie_pfefer
2 Replies

8. UNIX for Dummies Questions & Answers

Fsck ques

hy guys I got a ques I cant acess root, i tried to fsck it, but gets errors to read file systems. What steps do you take to recover the host before you see if there is any data corruption on the root drive? Regards Charneet (1 Reply)
Discussion started by: charneet
1 Replies

9. UNIX for Dummies Questions & Answers

fsck - what should be done?

I want to use fsck to check and repair my linux system. When I use this command, what do I need to pay attention to or what should I do to make job running successfully. Thanks for your inputs for a newbie. (3 Replies)
Discussion started by: duke0001
3 Replies

10. Filesystems, Disks and Memory

fsck -y

Once in a while, I would think it advisable to run fsck -y to check the disk. Should I sign in as su or sudo? What is the difference and which is preferred? Thank you in Advance! (4 Replies)
Discussion started by: rpatrick
4 Replies
Login or Register to Ask a Question