
09-09-2011, 01:46 PM
|
|
Member
|
|
Join Date: Dec 2008
Posts: 31
|
|
No, I have not made any changes to the partitions. Here is the content of /etc/fstab:
Code:
LABEL=/ / ext3 defaults,usrquota 1 1
LABEL=/home /home ext3 defaults,noatime,usrquota 1 2
LABEL=/home2 /home2 ext3 defaults,noatime,nodev 1 2
LABEL=/var /var ext3 defaults,usrquota 1 2
LABEL=/usr /usr ext3 defaults,usrquota 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-sda5 swap swap defaults 0 0
LABEL=/tmp /tmp ext3 noexec,nosuid 1 2
/tmp /var/tmp ext3 noexec,nosuid 0 0
tmpfs /dev/shm tmpfs noexec,nosuid,nodev 0 0
|