I made a clean Cooker installation yesterday. Everything worked fine till 10 minutes ago. I woke up and turned my home-pc on. While booting up I noticed that system hanged at "Starting syslog". There were some entries like "cannot create /var/.../network: read-only file system". Tried booting with "init 1", same thing: could not change anything, and coult NOT mount anything because devfsd did not start. I booted with "devfs=nomount" and all is fine now. But I wonder why it worked fine with devfs for 24 hours?!? I report my fstab, that didn't change since the second boot yesterday (second of about 5 boots): [claudio@monster claudio]$ cat /etc/fstab /dev/md0 / ext2 defaults 1 1 /dev/hda2 /boot ext2 defaults 1 2 none /dev/pts devpts mode=0620 0 0 none /dev/shm tmpfs defaults 0 0 /dev/md1 /home ext2 defaults 1 2 /dev/hdc /mnt/cdrom auto user,iocharset=iso8859-1,exec,codepage=850,ro,noauto 0 0 /dev/scd0 /mnt/cdrom2 auto user,iocharset=iso8859-1,exec,codepage=850,ro,noauto 0 0 /dev/scd1 /mnt/cdrom3 auto user,iocharset=iso8859-1,exec,codepage=850,ro,noauto 0 0 /dev/hdd5 /mnt/cla reiserfs user,noauto 0 0 /dev/hdd1 /mnt/ext reiserfs user,noauto 0 0 /dev/fd0 /mnt/floppy auto user,iocharset=iso8859-1,sync,exec,codepage=850,noauto 0 0 none /proc proc defaults 0 0 /dev/hdg1 swap swap defaults 0 0 /dev/hda1 swap swap defaults 0 0 Even software raid was woking fine with devfs till this morning... C.
