AIX

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

AIX

Roshan
AIX 6100-07-01-1141
 
Hello,
 
how do I mount a filesystem with app in root?

Capture.PNG
 
Regards,
 
Joe
Reply | Threaded
Open this post in threaded view
|

Re: AIX

ErmanArslansOracleBlog
Administrator
Hi,

You will use the "mount" command.

A simple example: the following command will mount file system /dev/vl02 on the /test directory:

mount /dev/vl02 /test

But i didnt understand your phrase -> "with app in root"?