1752292 Members
4692 Online
108786 Solutions
New Discussion юеВ

Re: Missing filesystems

 
SOLVED
Go to solution
MarkSyder
Honored Contributor

Missing filesystems

Hi everybody.

I've just restored a new disc with apparent success.

I have one remaining problem: the filesystem on this disc is called /ha1. I have other filesystems called, for example, /ha1/ugs200, on a different disc. Now that I've regained access to /ha1 the system can no longer see these other filesystems. I'm sure there must be a simple command to bring them back. Anyone know what it is?

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
6 REPLIES 6
Pete Randall
Outstanding Contributor
Solution

Re: Missing filesystems

Mark,

Have you tried "mount -a"?


Pete

Pete
Fred Ruffet
Honored Contributor

Re: Missing filesystems

I'm not sure, but If I understand, you have mounted a fs at some point under wich other mount points exists...

You should umount /ha1, then unmount any fs mounted under /ha1, and remount anything in good order : first /ha1, then /ha1/ugs200, then /ha1/ugs200/xxx.

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)
Robert-Jan Goossens_1
Honored Contributor

Re: Missing filesystems

Hi Mark,

Do you get an error executing "mount -a" ?

Robert-Jan
Carsten Stolzenbach
New Member

Re: Missing filesystems

What do you mean with "the filesystem on this disc is called /ha1"?

Do you mean there is a file system on this disc that you've mounted to the directory (mountpoint) /ha1 on your root file system?
If this is the case and before mounting the new filesystem to /ha1 there was something below /ha1 (e.g. ugs200) you'll no longer see it, that's right.
So you first should unmount /ha1 again and either mount it to another mountpoint (e.g. /ha2) or unmount all that is under /ha1 and mount the filesystems in the correct order - as mentioned before.
Geoff Wild
Honored Contributor

Re: Missing filesystems

Sounds like you mounted /ha1 on top of /ha1/ugs200.

umount /ha1

umount /ha1/ugs200

mount /ha1
mount /ha1/ugs200

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
MarkSyder
Honored Contributor

Re: Missing filesystems

Thanks everyone.

Advice from HP: mkdir /ha1/ugs200
mount /dev/vg02/lvolx /ha1/ugs200

worked fine, the users are logged in, and I'm off the hook!

Mark
The triumph of evil requires only that good men do nothing