My V880 is failing to come up and fails to remount the root file system rw. I 
logged into single user mode and did:

# svcs -xv 

and checked out /etc/svc/volatile/system-filesystem-usr:default.log. It has the 
following error:

Error: /sbin/mount -m -F ufs -o remount,logging / failed: err=32
mount:/dev/dsk/c2t3d0s0 is not of this fstype.

So I did this:

# fstyp /dev/rdsk/c2t3d0s0
ufs
to confirm that it has a valid file system type.

I even booted off a Solaris 10 CD and mounted /dev/dsk/c2t3d0s0 without 
problems. I browsed thru 
http://cvs.opensolaris.org/source/xref/on/usr/src/cmd/fs.d/ufs/mount/mount.c
but have no clue why I am getting an EINVAL.

How do I debug this issue?

Thanks in advance,
-- prasad
 
 
This message posted from opensolaris.org

Reply via email to