PDA

View Full Version : /etc/fstab on FC2


Jason Lee
02-13-2005, 03:14 AM
I upgraded from RH9 to FC2 but I've noticed some errors on boot and I was wondering if someoen with a FC2 server from 1and1 could post their /etc/fstab file so I can compair it with mine and hopefully notice whats causing the problem and fix it.

krawhitham
02-13-2005, 04:40 PM
LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=home /home xfs defaults,usrquota 1 2
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
LABEL=usr /usr xfs defaults 1 2
LABEL=var /var xfs defaults 1 2
/dev/hda2 swap swap defaults 0 0

eWebtricity
02-13-2005, 07:53 PM
From a RH9 Root III server for what it's worth

[root@server root]# cat /etc/fstab
/dev/hda3 / ext3 defaults,usrquota 1 1
/dev/hda1 /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda2 swap swap defaults 0 0
[root@server root]#