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
Need Product Key Viewer (Not as simple as using keyfinder)
Restore Failed.
Setting up Clients on Outlook Anywhere
SQL Server 2000- new line/return character appearing as square boxes
inner join and an outer join in one query
"DoCmd.RunCommand acCmdRefresh" documentation.
Configure Multiple Exchange Server in single profile
prefetch files
Slow rebooting - 3 to 5 minutes "Applying Computer Setting"
To httpd or to apachectl?? upgrade kills autostart