From: Marc G. <gr...@at...> - 2009-03-05 12:29:12
|
Hi Stefano, I would say your fstab should look as follows: #/dev/sda / ocfs2 defaults 0 0 #LABEL=/tmp /tmp ext3 defaults 1 2 #LABEL=/var /var ext3 defaults 1 2 #LABEL=/usr /usr ext3 defaults 1 2 #/dev/cciss/c0d0p1 /boot ext3 defaults 1 2 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 LABEL=SW-cciss/c0d0p2 swap swap defaults 0 0 On Thursday 05 March 2009 12:41:12 Stefano Elmopi wrote: > Hi Marc, > > the process goes forward and when it starts to load CentOS > I see some errors like that does not find the file /etc/fstab, > as if the reference to find the path for files were wrong ! > In the end arrive at the login screen but whatever I write, it tells > me that the login is wrong !! > > To clarify on my /etc/fstab, I must uncomment the line: > > #LABEL=/tmp /tmp ext3 defaults 1 2 > > Comunque, ho deciso che proverò a fare tutto il boot da SAN !!! ;-) You're saying everything is booting from a SAN right? But the line: /dev/cciss/c0d0p1 /boot ext3 defaults 1 2 tell's different. Doesn't it? But the fstab obove should work. > > Thanks -- Gruss / Regards, Marc Grimme http://www.atix.de/ http://www.open-sharedroot.org/ |