> Maybe this might be of interest too: > > # cat /etc/fstab > LABEL=/ / ext3 defaults > 1 1 > LABEL=/boot /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/hda5 swap swap defaults > 0 0 > /dev/cdrom /mnt/cdrom udf,iso9660 > noauto,owner,kudzu,ro 0 0 > /dev/cdrom1 /mnt/cdrom1 udf,iso9660 > noauto,owner,kudzu,ro 0 0 > /dev/fd0 /mnt/floppy auto > noauto,owner,kudzu 0 0 > /dev/hdb1 /mnt/storage1 auto > rw,noexec,uid=500,gid=500 0 0 > /dev/hdb5 /mnt/storage2 auto > rw,noexec,uid=500,gid=500 0 0 > /dev/hda1 /mnt/winxp ntfs > ro,noexec,uid=500,gid=500 0 0 OOPS, I misread the error message, it's trying to "umount" /initrd and it's not mounted? The systems comes up and runs fine, besides that? All the filesytems are mounted that you expect and can be accesses? Check /var/log/messages also. Dave