rename the mountpoint in suse linux 10
576856Apr 17 2009 — edited Apr 17 2009Hi,
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.....