1837979 Members
2306 Online
110124 Solutions
New Discussion

partition not mounted

 
EL MEZIANE
Occasional Contributor

partition not mounted

hello, when I have to start again my server HP-UX, a partition was not mounted, because I had noted it when I used the order pwd, want, please to indicate the method to me which allows mount a partition.
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: partition not mounted

Try doing a man on mount.


Pete

Pete
baiju_3
Esteemed Contributor

Re: partition not mounted

Do you know which which lvol on which vg is not mounted .( check this information is /etc/fstab , or bdf o/p captured earlier)

if you know that do ,

mount /dev/vgxx/lvolxx /mount_point .

Once it is mounted , update the /etc/fstab so that it gets mounted automatically next time when the system is booted.


Regards ...BL.
Good things Just Got better (Plz,not stolen from advertisement -:) )
Lolupee
Regular Advisor

Re: partition not mounted

# mount -a ( if there is no error and the file system is still not mounted, then cont)

# vgdisplay -v vg??
after you get the logical volume

# mount /dev/vg??/lvol?? /mount_point>

Please, do not forget to add the file system to the /etc/fstab file.

if you do not know the lvol, compare what you have in /etc/fstab for that volume with what you have mounted and try the mount command again
James George_1
Trusted Contributor

Re: partition not mounted

Hi

#mount -a

or ..

mount /dev/vg??/lvol??? /FSmountpoint.


James

forum is for techies .....heaven is for those who are born again !!
Geoff Wild
Honored Contributor

Re: partition not mounted

Make sure it is listed in /etc/fstab...

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.