1834935 Members
2455 Online
110071 Solutions
New Discussion

Re: /usr can't mount

 
Krish Rajan
New Member

/usr can't mount

In Single user mode /usr unable to mount even after issuing mount -a
option. This system has been configured using LVM and the filesystem
type we are using is VXFS on HPUX 10.20 , model of the server is D270. I also did fsck -o full but with no luck to mount.
8 REPLIES 8
Carsten Krege
Honored Contributor

Re: /usr can't mount

What error message do you get? What does fsck report? What kind of filesystem is this: HFS or JFS?

Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
Victor BERRIDGE
Honored Contributor

Re: /usr can't mount

Hi,
What is the result of :

#mount /dev/vg00/lvol7 /usr
?

Regards
Victor
Victor_5
Trusted Contributor

Re: /usr can't mount

mount -a will mounts all file systems in your /etc/fstab, so check this file first, another point I though of is the error message, any message, which you can find some hints?

Krish Rajan
New Member

Re: /usr can't mount

After I did fsck, the filesystem has no errors.
Then When I try to mount, I get unknown filesystem type vxfs.
James R. Ferguson
Acclaimed Contributor

Re: /usr can't mount

Hi:

Try:

# mount -F vxfs /dev/dsk/cXdYtZ /usr

...JRF...
Carsten Krege
Honored Contributor

Re: /usr can't mount

"fsck -o full" succeeds, but mount does not?? I would try to mount it read-only first and if this succeeds, reboot.

# mount -F vxfs -r /usr

You can also try this one:

# /sbin/fs/vxfs/mount -r /usr


Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
Krish Rajan
New Member

Re: /usr can't mount

I tried this command and Got Success. Thanks every body.
Carsten Krege
Honored Contributor

Re: /usr can't mount

You might also want to check whether you have the vxbase driver in the kernel:

# cd /tmp
# /usr/lbin/sysadm/system_prep -s system
# grep vxbase system

Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG