/var (6 gig or larger)

ben29

Verified User
Joined
Jul 20, 2006
Messages
449
Location
Israel
Code:
[root@server scripts]# ./doChecks.sh
*** You have /var partition.  The databases, emails and logs will use this partition. *MAKE SURE* its adequately large (6 gig or larger)
Press ctrl-c in the next 3 seconds if you need to stop
All Checks have passed, continuing with install...
my /etc/fstab:
Code:
/dev/VolGroup01/LogVol00                        /                       ext3    defaults,usrquota,grpquota      1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
tmpfs                   /dev/shm                tmpfs   noexec,nosuid   0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
/dev/VolGroup01/LogVol01 swap                    swap    defaults        0 0
/var/tmpMnt /tmp ext3 loop,rw,noexec,nosuid,nodev 0 0
 
Why what happen? What is your full question? Don't give us bits and pieces and expect us to read your mind.
 
Back
Top