Check out your /etc/fstab
Change the second trailing number for your home directory. In my case I would change the '2' to a '0' so /home will be skipped.Code:# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/hda3 / reiserfs defaults,noatime 0 1 /dev/hda2 /boot reiserfs defaults,noatime 0 2 /dev/hda5 /home reiserfs defaults,noatime 0 2 /dev/hda9 /opt reiserfs defaults,noatime 0 2 /dev/hda10 /srv reiserfs defaults,noatime 0 2 /dev/hda8 /tmp reiserfs defaults,noatime 0 2 /dev/hda6 /usr reiserfs defaults,noatime 0 2 /dev/hda7 /var reiserfs defaults,noatime 0 2 /dev/hda1 none swap sw 0 0 /dev/hdc /media/cdrom0 iso9660 ro,user,noauto 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
However, you may want to unmount home and manually run fsck on it before next boot and try to resolve the failure that you referred to.


Reply With Quote

Bookmarks