View Single Post
Old 24th November 2013
Jtf Jtf is offline
Port Guard
 
Join Date: Nov 2013
Posts: 17
Default

Ok I did an fsck on ada0s1a (the root partition) and here was what appeared on my screen:
Code:
# /sbin/fsck_ufs /dev/ada0s1a
** /dev/ada0s1a

USE JOURNAL? [yn] y

Falied to read ROOTINO directory block 8272
UNEXPECTED SU+J INCONSISTENCY

FALLBACK TO FULL FSCK [yn] y

** Skipping journal, falling through to full fsck

** Last Mounted on /mnt
** Phase 1 - Check Blocks and Sizes

CANNOT READ BLK: 320
UNEXPECTED SOFT UPDATE INCONSISTENCY

CONTINUE? [yn] y

Segmentation fault
For comparison, I did an fsck on my /var partition (/dev/ada0s1e) and these were the results:

Code:
# /sbin/fsck_ufs /dev/ada0s1e
** /dev/ada0s1e

USE JOURNAL? [yn] y

** SU+J Recovering /dev/ada0s1e
** Reading 16777216 byte journal from inode 4

RECOVER [yn] y

** Building recovery table.
** Resolving unreferenced inode list
** Processing journal entries

WRITE CHANGES? [yn] y

**81 journal records in 7168 bytes for 36.16% utilization
**Freed 0 inodes (0 dirs) 0 blocks, and 0 frags.

***** FILE SYSTEM MARKED CLEAN *****
I did another fsck on my /usr partition (/dev/ada0s1g) and the output was the same as fscking the /var partition.

Last edited by Jtf; 24th November 2013 at 09:27 AM.
Reply With Quote