[root@stinky etc]# less fstab ## Notice that I left the original values in place and commented them out ## with a #. I think you should do that too as it gives you reference to ## what was there if you make an error. The reson that you need to match ## up partition numbers instead of using the disk "label" is that I do not ## know how to make a disk label and I simply do not have any need to. #LABEL=/ / ext3 defaults 1 1 /dev/hda7 / ext3 defaults 1 1 #LABEL=/boot /boot ext3 defaults 1 2 /dev/hda1 /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 #LABEL=/home /home ext3 defaults 1 2 /dev/hda8 /home ext3 defaults 1 2 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 #LABEL=/tmp /tmp ext3 defaults 1 2 /dev/hda6 /tmp ext3 defaults 1 2 #LABEL=/usr /usr ext3 defaults 1 2 /dev/hda2 /usr ext3 defaults 1 2 #LABEL=/var /var ext3 defaults 1 2 /dev/hda5 /var ext3 defaults 1 2 /dev/hda3 swap swap defaults 0 0 /dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0 /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0