Hi,
I know it is a simple question but I would like to know how to create a mount point (commnad anf its syntax).
I am installing oracle and I need to create 4 of them.
Hi Gius,
Are you using different disk or are you using same disk?
Ask you system admin. person. If they have already created logical volume and have already created file system then just create directory
#cd /
#mkdir db1
#mkdir db2
#mkdir db3
#mkdir db4
#mount /dev/vg0?/lvol? /db1
#mount /dev/vg??/lvol? /db2 and so on...
for /dev/vg??/lvol? you have to contact system admin person. If you are the system admin person then first you have to create this volume group.
Let me know and I will post procedure to create LVs
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.