clocker1996
03-10-2002, 09:46 AM
Consider this:
cs:/home/node# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda5 372M 68M 285M 20% /
/dev/hda1 45M 5.9M 37M 14% /boot
/dev/hda3 7.1G 4.8G 1.9G 71% /home
none 124M 0 124M 0% /dev/shm
/dev/hda2 19G 2.6G 15G 14% /usr
/dev/hda6 251M 26M 212M 11% /var
Closely look at :
/dev/hda6 251M 26M 212M 11% /var
212mb available.
After seeing that, if you decide to do:
If you have qmail installed to /var/qmail
and you do:
cd /var
mv qmail /usr &
then:
ln -s /usr/qmail /var/qmail
chown root.qmail /var/qmail
Let's say the 50mb of data/whatever GOES into the QMAIL queue dir... 50mb.
(just an example)
Does this mean that the actual /var partition will have 50mb put onto it, or will that mean the /usr will have another 50mb onto it?
cs:/home/node# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda5 372M 68M 285M 20% /
/dev/hda1 45M 5.9M 37M 14% /boot
/dev/hda3 7.1G 4.8G 1.9G 71% /home
none 124M 0 124M 0% /dev/shm
/dev/hda2 19G 2.6G 15G 14% /usr
/dev/hda6 251M 26M 212M 11% /var
Closely look at :
/dev/hda6 251M 26M 212M 11% /var
212mb available.
After seeing that, if you decide to do:
If you have qmail installed to /var/qmail
and you do:
cd /var
mv qmail /usr &
then:
ln -s /usr/qmail /var/qmail
chown root.qmail /var/qmail
Let's say the 50mb of data/whatever GOES into the QMAIL queue dir... 50mb.
(just an example)
Does this mean that the actual /var partition will have 50mb put onto it, or will that mean the /usr will have another 50mb onto it?
