command to create mount points [message #68528] |
Sat, 24 January 2004 06:48 |
Denise McMillan
Messages: 23 Registered: May 2003
|
Junior Member |
|
|
I'm trying to install Oracle 8i, solaris intel, I want to create mount points u01,u02.u03. What is the command to create mount points? Is it just mkdir? Thanks very much for any help. I'm very new at this.
|
|
|
Re: command to create mount points [message #68549 is a reply to message #68528] |
Fri, 13 February 2004 03:18 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
Yes, you can just create these directories (though you can use different names if you like). If it is for a production system, you may want to mount different filesystems on top of these directories to spread the I/O load across several disks and controllers.
The following commands may come in handy:
mkfs = create a new filesystem
mount = mount a filesystem
mkdir = create a directory for your mount points
Best regards.
Frank
|
|
|