You are not logged in.

#1 2015-04-02 14:25:26

Firelight
Member
Registered: 2014-11-28
Posts: 3

systemd stuck on mounting /home

I can mount all partitions and chroot into it perfectly fine.

Last 100 lines of journalctl: http://pastie.org/private/pi7hbxfxaqbcemvqrprg

fstab: http://pastie.org/private/gognryylegmg8sui76w

Offline

#2 2015-04-02 16:21:00

Spider.007
Member
Registered: 2004-06-20
Posts: 1,175

Re: systemd stuck on mounting /home

Did you mount it by uuid, like it is defined in the fstab? When you boot using a stick, does /dev/disk/by-uuid/60684ca6-a72a-4971-a504-0ff4b0fd69d7 exist?

Last edited by Spider.007 (2015-04-02 16:21:25)

Offline

#3 2015-04-03 00:30:50

Firelight
Member
Registered: 2014-11-28
Posts: 3

Re: systemd stuck on mounting /home

Spider.007 wrote:

Did you mount it by uuid, like it is defined in the fstab? When you boot using a stick, does /dev/disk/by-uuid/60684ca6-a72a-4971-a504-0ff4b0fd69d7 exist?

Just tried. It works perfectly fine.

Last edited by Firelight (2015-04-03 00:34:04)

Offline

#4 2015-04-03 00:54:02

BRAXS69
Member
Registered: 2010-06-05
Posts: 9

Re: systemd stuck on mounting /home

You also do not need to specify systemd to handle the mount, its already doing that. 

try
UUID=60684ca6-a72a-4971-a504-0ff4b0fd69d7    /home         btrfs         rw,relatime,compress=lzo,space_cache,autodefrag,noauto    0 0


"Im not sure if it would make the boot fail like it has, but you have told fstab to mount /home before the / mount directory. [the last number is the order ]"
Well I'm a idiot. the last number is the order in which fsck checks the file system. For btrfs it set to 0 for disable.

Last edited by BRAXS69 (2015-04-03 01:12:56)

Offline

#5 2015-04-03 00:57:15

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: systemd stuck on mounting /home

BRAXS69 wrote:

Im not sure if it would make the boot fail like it has, but you have told fstab to mount /home before the / mount directory. [the last number is the order ]

No, the last number determines whether the filesystem is fsck'ed or not: https://wiki.archlinux.org/index.php/Fs … efinitions


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#6 2015-04-03 01:10:50

BRAXS69
Member
Registered: 2010-06-05
Posts: 9

Re: systemd stuck on mounting /home

Haha thanks jasonwryan, I can't believe I missed that little detail for as long as I have.

jasonwryan wrote:
BRAXS69 wrote:

Im not sure if it would make the boot fail like it has, but you have told fstab to mount /home before the / mount directory. [the last number is the order ]

No, the last number determines whether the filesystem is fsck'ed or not: https://wiki.archlinux.org/index.php/Fs … efinitions

Offline

Board footer

Powered by FluxBB