How to restore a corrupted file system or trouble shoot bad super blocks for a FS c0t2d0s5?

Newfs –N /dev/rdsk/c0t2d0s5 (or any other slice)
Fsck –o b= <32 or super block number from above command> /dev/rdsk/c0t2d0s5

Questions by sridhar_madadi   answers by sridhar_madadi

Showing Answers 1 - 1 of 1 Answers

prasanthi

  • Dec 23rd, 2005
 

Well you can also just use the #FSCK -N /dev.dsk/c0t2d0s5 to get the back up block number and then using one of the numbers that display #FSCK -F ufs -o b=32 can be executed.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions