Sponsored Content
Full Discussion: Creating a new mount point
Operating Systems AIX Creating a new mount point Post 302263479 by dkranes on Monday 1st of December 2008 04:07:18 PM
Old 12-01-2008
Creating a new mount point

Hello, I have an AIX Oracle database server that I need to create a new filesystem/mount where I can create a new ORacle home to install 11g on. What are the needed steps to create this? There are mounts for Oracle 9i and 10g already. Thank you.

- David
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mount point

hi people, I'm trying to create a mount point, but am having no sucess at all, with the following: mount -F ufs /dev/dsk/diskname /newdirectory but i keep getting - mount-point /newdirectory doesn't exist. What am i doing wrong/missing? Thanks Rc (1 Reply)
Discussion started by: colesy
1 Replies

2. UNIX for Dummies Questions & Answers

auto mount point

hi can i know what is the command to create auto mount point in my unix server? is there any directory which i have to go? (1 Reply)
Discussion started by: legato
1 Replies

3. UNIX for Advanced & Expert Users

Mount point options

Hello all, I'm sharing 1 volume from a Sun Storage array (6130), out to 2 servers. Created a slice on one server and mounted a filesystem. On the other server the disk already sees the created slice from the other server (shared throught the storage array, so mounted this filesystem as well. ... (1 Reply)
Discussion started by: Sunguy222
1 Replies

4. Solaris

Mount Point Sorting?

Dear Gurus, Could it be possible to have the output of df -k sorted? The df -k output messed up after recent power trip. Also, is there any folders that I should look into to reduce the root size (other than /var/adm and /var/crash) after server crash? Many thanks in advance. ... (2 Replies)
Discussion started by: honmin
2 Replies

5. AIX

Change Mount point

Deart All, can any one help to do this, i need to change mount point in AIX 6 /opt/OM should be /usr/lpp/OM, how do i do.... Please help me Urgent issue (2 Replies)
Discussion started by: gulamibrahim
2 Replies

6. Solaris

Mount point in a server

Hi , How to find out mount point in a server ? OS -- SunOS 5.6 Generic sun4u sparc SUNW Thanks (4 Replies)
Discussion started by: Maddy123
4 Replies

7. Solaris

creating single mount point

hi , I am new in this field,we are using solaris 10,we have two unpartation name /dev/md/rdsk/d110 and /dev/md/rdsk/d111 with size 500gb each. Now actually i want to create a single mount point /u06 and assign both 500gb unallocated space to /u06 to became the size 1 terabyte for /u06 mount... (8 Replies)
Discussion started by: zeeshan047
8 Replies

8. Red Hat

NFS mount point

Hi, Can you tell me something about NFS mount point ? Regards, Maddy (3 Replies)
Discussion started by: Maddy123
3 Replies

9. AIX

How to change the mount point of LV?

I have situation where my disk upon reboot, has its mount point as # LOGICAL VOLUME: disk4vol VOLUME GROUP: disk4vg LV IDENTIFIER: 00f609aa00004c0000000152414b786c.1 PERMISSION: read/write VG STATE: active/complete LV STATE: closed/syncd TYPE: jfs2 WRITE VERIFY: off MAX LPs: 512 PP SIZE: 512... (1 Reply)
Discussion started by: mrmurdock
1 Replies

10. UNIX for Beginners Questions & Answers

How to create a new mount point with 600GB and add 350 GBexisting mount point? IN AIX

How to create a new mount point with 600GB and add 350 GBexisting mount point Best if there step that i can follow or execute before i mount or add diskspace IN AIX Thanks (2 Replies)
Discussion started by: Thilagarajan
2 Replies
COPYFS-MOUNT(1) 						   User Commands						   COPYFS-MOUNT(1)

NAME
copyfs-mount - mounts a versioned file system SYNOPSIS
copyfs-mount version-directory mount-point DESCRIPTION
This script lets you mount a CopyFS file system. version-directory is the directory where the files and version information will be stored by CopyFS. When using CopyFS for the first time, copyfs-mount will create the required files in the version-directory before running copyfs-daemon. mount-point is the directory where the copyfs file system will be mounted. This is where the users will have access to the files. If you want to mount a CopyFS at '/mnt/fs', whose version directory is at /var/versions, you would use: root@host# copyfs-mount /var/versions /mnt/fs To unmount it, simply do: root@host# umount /mnt/fs As you would do for any other filesystem. You can also allow an ordinary non-root users to mount and unmount CopyFS filesystems provided that the user is added to the 'fuse' group. Ordinary users will be able unmount the filesystem, using the fusermount command: $ fusermount -u mount-point AUTHORS
CopyFS was created by Thomas Joubert and Nicolas Vigier <boklm@mars-attacks.org> LINKS
<http://n0x.org/copyfs/> CopyFS web site. <http://fuse.sourceforge.net/> FUSE - Filesystem in USErspace SEE ALSO
copyfs(1), copyfs-fversion(1), copyfs-daemon(1), fusermount(1) copyfs-mount May 2008 COPYFS-MOUNT(1)
All times are GMT -4. The time now is 05:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy