fsck issue


 
Thread Tools Search this Thread
Operating Systems Solaris fsck issue
# 1  
Old 01-19-2011
fsck issue

I am not able to boot into solaris. I am getting following message.

The / file system (/dev/rdsk/c0t0d0s0) is being checked.

Warning - Unable to repair the / filesystem. Run fsck manually(fsck -F ufs /dev/rdsk/c0t0d0s0).


I ran fsck manually but it didn't work.
Help from anyone would be appreciated.
Thanks in advance.
SmilieSmilie

---------- Post updated at 04:34 PM ---------- Previous update was at 04:31 PM ----------

i am a newbie to this forum can anybody tell me how to start new thread bcoz i have following problem

I am not able to boot into solaris. I am getting following message.

The / file system (/dev/rdsk/c0t0d0s0) is being checked.

Warning - Unable to repair the / filesystem. Run fsck manually(fsck -F ufs /dev/rdsk/c0t0d0s0).


I ran fsck manually but it didn't work.
Help from anyone would be appreciated.
Thanks in advance.
# 2  
Old 01-19-2011
You must boot from the install CD and run fsck on the raw partition. Do not use the "-y" flag with fsck in this instance.

Boot from the install CD:

Code:
ok boot cdrom -s

Then run fsck on the raw partition:

Code:
# fsck /dev/rdsk/c0t0d0s0

You may need to run this several times to fix everything.

Be prepared to rebuild this system if you are not successful in repairing the root partition - I did this many times before I started using ZFS on my boot drives.

HTH
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. UNIX for Dummies Questions & Answers

fsck command

can somebody tell me what exactly fsck command does ? please dont post the man page for it I already read it (3 Replies)
Discussion started by: anandgodse
3 Replies

4. Solaris

fsck - how to know if required or not

Hello Friends, My doubt is 1) How do we know if we need Fsck to run or not can we check using any switch so that we can know if our filesystem really requires to run fsck or not?? (2 Replies)
Discussion started by: saurabh84g
2 Replies

5. 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

6. 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

7. Solaris

fsck run

Hi, Can anybody tell me that is it the command "fsck" can be run by the root account only? Thanks. (2 Replies)
Discussion started by: efang
2 Replies

8. 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

9. Solaris

fsck

OS: Solaris 5.8 Everytime I run fsck -y I get: 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.... (5 Replies)
Discussion started by: run_time_error
5 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