Hello!
[10:19:46 vz6tml@s07nfs:~] $ sudo fsck /dev/vx/rdsk/rootdg/data1
UX:vxfs fsck: ERROR: fsck read failure bno = 482, off = 0, len = 8192
full file system check required, exiting ...
Hm. How do I do a "full file system check"? On HP-UX, I'd do "fsck -o full", but
that doesn't do anything on Solaris 8.
Thanks,
Alexander Skwar
--
Good programmers treat Microsoft products as damage and route
around them.
-- From a Slashdot.org post
|
|
0
|
|
|
|
Reply
|
alexander930 (342)
|
11/2/2006 9:48:18 AM |
|
Alexander Skwar <alexander@skwar.name> wrote:
> Hello!
>
> [10:19:46 vz6tml@s07nfs:~] $ sudo fsck /dev/vx/rdsk/rootdg/data1
> UX:vxfs fsck: ERROR: fsck read failure bno = 482, off = 0, len = 8192
^^^^
> full file system check required, exiting ...
>
> Hm. How do I do a "full file system check"? On HP-UX, I'd do
> "fsck -o full", but that doesn't do anything on Solaris 8.
Hmm, normally it should work (if the filesystem has a proper entry in
/etc/vfstab). I only have Solaris 9 with VxFS installed here and
a simple "fsck -o full <raw-device|mount-point>" works as expected.
Maybe a bug in Solaris 8 fsck?
You could try one of the following:
fsck -F vxfs -o full ...
/usr/lib/fs/vxfs/fsck -o full ...
Or is /dev/vx/rdsk/rootdg/data1 really a vxfs filesystem? What is the output
of "fstyp /dev/vx/rdsk/rootdg/data1"?
--
Daniel
|
|
0
|
|
|
|
Reply
|
Daniel
|
11/2/2006 10:17:12 AM
|
|