Quote:
Originally Posted by peterpan0307
I used to use suse but yesterday I did a yast update and it screwed up the system then I decided to swtich to FC5.
Here's my problem:
I have a suse reiserfs partition which I mounted it as /home during FC5 installation.
After booting up, the system failed to mount the partition.
How can I mount my /home back?
do I need any changes in /etc/fstab?
|
Your fstab looks fine. By default, the reiserfs-utils are not installed with FC5.
You can install them easily, and then, reboot and your /home directory will be mounted automatically and usable. As root, type this from a shell:
yum install reiserfs-utils
Exit your terminal, reboot, and you should have your /home directory back!