Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

rename the mountpoint in suse linux 10

576856Apr 17 2009 — edited Apr 17 2009
Hi,

we have requirement to rename the mount point

example: the below file system is mounted on /u01 mount point

/dev/cciss/c0d0p1 /u01

I want to change the mount point to /u02

like below

/dev/cciss/c0d0p1 /u02


so, how can I do this

is the below worksk:

(a) umount /u01

(b) edit the /etc/fstab and change the /u01 to /u02

(c) mount -a

will the above work...please suggest.....
This post has been answered by 506787 on Apr 17 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 15 2009
Added on Apr 17 2009
2 comments
1,672 views