Question : Move /srv on RHEL5 backup server to separate LVM LV

I installed this RHEL5 server to comply with Linux FHS, and I made a separate LVM LV for /svr. I just realized that the FHS standard is srv, and RHEL5 installs with an /srv by default, so it is on my root LVM LV.

What would be the easiest way to make my separate LV, currently and erroneously named /svr into the system's /srv, which is at the moment empty? I don't mind emptying the /svr LV, too, because I am still testing different rsnapshot configs.

Answer : Move /srv on RHEL5 backup server to separate LVM LV

very easy:
as root:
cd /
umount /svr
rdmir /svr
mkdir /srv
vi /etc/fstab
Change /svr to /srv and save
mount /srv
Random Solutions  
 
programming4us programming4us