I'm busy to create a template system setup, but I'm getting stucked on
the name of the file systems. Can someone tell me if it is possible to
rename file systems is AIX?
Thanks - Paul
To rename the actual logical volume, run:
chlv -n newname currentname
The file system must be unmounted.
To rename the file system mount point, run:
chfs -m /newdir /currentdir
mkdir /newdir
If the file system is mounted, just unmount it and remount it with:
umount /currentdir
mount /newdir
--
Kevin Gee | CS Grad. Student - Univ. of Texas at Arlington
ge...@cse.uta.edu | Team Lead, AIX Supportline - IBM
IBM and UTA are not responsible for my opinions.