LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Timeout of mount /home directory during boot (systemd and sysvinit) (https://www.linuxquestions.org/questions/linux-software-2/timeout-of-mount-home-directory-during-boot-systemd-and-sysvinit-920033/)

JZL240I-U 12-22-2011 06:45 AM

Timeout of mount /home directory during boot (systemd and sysvinit)
 
This is openSuSE 12.1_64, hardware specs see my signature.

After waiting for the timeout to occurr I get thrown into an emergency shell. There I can mount /dev/sda11 /home instantaneously. "fsck -f /dev/sda11" runs through with no errors. Occurrs both with systemd and also when kernel parameter "init=/sbin/sysvinit" is given.

Any ideas how to rectify this?

MensaWater 12-22-2011 08:03 AM

Are you sure the timeout you're seeing isn't AFTER the /home mount? Often the last thing you see on the screen in a boot is actually before whatever is erroring out. Is /home the last filesystem in fstab? If not have you checked the one after it? If it is you might want to look at your boot order to see what runs after mounts to see if perhaps this is the issue.

JZL240I-U 12-22-2011 08:30 AM

Yes I'm sure, because there are some more lines ending with the request to enter the root-password. Furthermore, I can fsck without umounting sda11 and in rescue mode it tells me to repair (the perfectly healthy) file system.

I _think_ it is the last, I'll check, also at the boot order, will report back.

JZL240I-U 12-22-2011 11:02 AM

*hrmph* Really, this is embarrassing here as well :o.

I'll repost from this thread: http://www.linuxquestions.org/questi...ritten-919319/

<QUOTE>

You know, when I prepared the switch of the 12.1/home (sda11) to the 11.4/home (sda6) working horse, I used the vi-editor in a hurry to edit /etc/fstab. I (or rather openSuSE) use the UUID-scheme to identify partitions. So I changed /dev/disk/by-id/ata-ST31000520AS_5VX0VRDP-part11 /home to /dev/disk/by-id/ata-ST31000520AS_5VX0VRDP-par6 /home.

Little wonder mount didn't find that partition.

</QUOTE>

Thanks for reading and trying to help, MensaWater :).


All times are GMT -5. The time now is 12:49 PM.