View Single Post

   
  #6 (permalink)  
Old 01-16-2008, 11:20 AM
Darren Dunham
 
Posts: n/a
Default Re: Weird missing disk fsck boot problem

In comp.unix.solaris Tom <the.worlok@gmail.com> wrote:
> bash-2.05# fsck -m
> ** /dev/md/dsk/d2
> ufs fsck: sanity check:/dev/md/rdsk/d2 already mounted read/write
> ** /dev/md/dsk/d8
> ufs fsck: sanity check:/dev/md/rdsk/d8 already mounted read/write
> ** /dev/md/dsk/d11
> ufs fsck: sanity check: /dev/md/rdsk/d11 already mounted
> ** /dev/md/dsk/d28
> ufs fsck: sanity check: /dev/md/rdsk/d28 already mounted
> ** /dev/md/dsk/d26
> ufs fsck: sanity check: /dev/md/rdsk/d26 already mounted
> ** /dev/md/dsk/d30
> ufs fsck: sanity check: /dev/md/rdsk/d30 already mounted
> ** /dev/md/dsk/d31
> ufs fsck: sanity check: /dev/md/rdsk/d31 already mounted


Okay, so it doesn't *appear* to be coming forom 'mountall'.

WSolaris 9, you say? What I might do is edit /etc/rc2.d/S01MOUNTFSYS
and put an "echo" statements around the /sbin/mountall -l line.

echo "About to mountall"
cd /; /sbin/mountall -l
echo "Mountall completes"

Now you can at least see if the odd fsck message is coming from there or
from elsewhere (and if not there, is it before or after).

(I suggested that you run 'fsck -m', but running '/sbin/mountall -l'
wouldn't be a bad idea either. As long as it gives the same
information (only md devices), then that's good.)

--
Darren Dunham ddunham@taos.com
Senior Technical Consultant TAOS http://www.taos.com/
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >
Reply With Quote