1826677 Members
2995 Online
109696 Solutions
New Discussion

File system error

 
SOLVED
Go to solution
ShivKumar_1
Frequent Advisor

File system error

Experts,
I am getting the following error when I do a

#mountall
mountall: file system table may be corrupt

When I try to mount all files in the /etc/fstab individually it mounts them. But after mounting all the files individually , I did a "mountall" but still it gives the same error. I umounted all the files and fscked them. It doesnt show any corruption or anything. Any ideas or suggestions?

Thnks
SK

4 REPLIES 4
James R. Ferguson
Acclaimed Contributor
Solution

Re: File system error

Hi:

Try this:

# mv /etc/mnttab /etc/mnttaqb.old
# mount -a

Regards!

...JRF...
Helen French
Honored Contributor

Re: File system error

hey,

It can be a problem with ur /etc/mnttab file. Rename it and try 'mount -a'

HTH,
Shiju
Life is a promise, fulfill it!
S.K. Chan
Honored Contributor

Re: File system error

Try renaming /etc/mnttab and mount it again.
ShivKumar_1
Frequent Advisor

Re: File system error

Experts,
Thnks for the suggestions, in my /etc/fstab file there was a "." on the /dev/vg00/.lvol3 / so it was not recognising it.

Thnks
SK