LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   reboot issue (https://www.linuxquestions.org/questions/linux-newbie-8/reboot-issue-4175462789/)

Hostloc 05-20-2013 10:40 PM

reboot issue
 
2 Attachment(s)
Hello,first,I am sorry for my bad english, and I am a new in linux.
below is commands executed before:
umount /dev/sda3
mkfs.ext3 -B 4096 /dev/sda3
mount /dev/sda3 /home
the reboot issue report:
Attachment 12556
/etc/fstab below:
Attachment 12557
I enter the password and vim /etc/fstab,then delete the mounted of /home,
then I can reboot successfully.
but I mount it again,the same problem.
what is the problem,how can I mount /dev/sda3 /home?
Thank you for any help.

John VV 05-20-2013 11:04 PM

use your install dvd in "rescue" mode and undo what you did
/home needs to be automounted

Hostloc 05-21-2013 12:03 AM

Quote:

Originally Posted by John VV (Post 4955398)
use your install dvd in "rescue" mode and undo what you did
/home needs to be automounted

undo what you did ? How to do it? Thanks

gdejonge 05-21-2013 01:01 AM

The OP probably forgot to put a label on sda3 when he formatted it. Fstab is referring to a filesystem with label '/home'. Use e2label to put the label on /dev/sda3.

Cheers.

Hostloc 05-21-2013 01:39 AM

Quote:

Originally Posted by gdejonge (Post 4955451)
The OP probably forgot to put a label on sda3 when he formatted it. Fstab is referring to a filesystem with label '/home'. Use e2label to put the label on /dev/sda3.

Cheers.

You are right.I can mount the partition and restart successfully. Thank you very much.


All times are GMT -5. The time now is 02:55 PM.