Microsoft
Software
Hardware
Network
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
Event ID 13, Could not access the home directory
Ruby - writing data from array to file
How to make visible functions at package level in python?
Download Service Pack 2
Sendmail mailq is backed up! Need to delete selective mail.
Slipstream XP with sp2 and IE7 plus updates
AJAX Cascading Dropdown Code and Source Data
Problem run the ksh script after run BASH.
Subscribe/Unsubscribe email database script
Introducing Exchange 2003 server into a Single Domain with a Exchange 2000 domain Controller.