On Sat, Mar 21, 2015 at 11:52 AM, Heinz Diehl <htd+ml@xxxxxxxxxx> wrote: > I don't use any distribution kernel. My kernel has nilfs2 - definitely. > A manual mount works perfectly, just on boot /home doesn't get mounted and the > system boots into emergency shell. OK it's a little annoying when you provide so little information from the very start about what you're trying to do, and what the setup is, and now you're not even using a Fedora kernel. It's sorta important information to say upfront when you're having a problem. I don't really know what state your system is in now to even have a chance of reproducing the problem. When I install kernel-modules-extras, nilfs2 on /home works for me, I don't have duplicate UUIDs, and boot doesn't fail when trying to mount home. *shrug* /dev/sda2 on / type xfs (rw,relatime,seclabel,attr2,inode64,noquota) /dev/sda3 on /home type nilfs2 (rw,relatime) /dev/sda1 on /boot type xfs (rw,relatime,seclabel,attr2,inode64,noquota) # df -h Filesystem Size Used Avail Use% Mounted on /dev/sda2 50G 4.0G 47G 8% / /dev/sda3 28G 16M 27G 1% /home /dev/sda1 497M 153M 344M 31% /boot # lsblk -f NAME FSTYPE LABEL UUID MOUNTPOINT sda ├─sda1 xfs 9f5d6b34-7c6f-4e6c-996e-122f5b68e1f8 /boot ├─sda2 xfs f1da5867-6fd3-4e36-9c1c-76baac13dd1d / ├─sda3 nilfs2 2e2ef4de-13df-41d2-9e2e-593dfd42fb64 /home ├─sda4 └─sda5 swap 94516b4e-5b60-436a-8783-d168210d1bf2 [SWAP] sr0 # blkid /dev/sda1: UUID="9f5d6b34-7c6f-4e6c-996e-122f5b68e1f8" TYPE="xfs" PARTUUID="a00446cc-01" /dev/sda2: UUID="f1da5867-6fd3-4e36-9c1c-76baac13dd1d" TYPE="xfs" PARTUUID="a00446cc-02" /dev/sda3: UUID="2e2ef4de-13df-41d2-9e2e-593dfd42fb64" TYPE="nilfs2" PARTUUID="a00446cc-03" /dev/sda5: UUID="94516b4e-5b60-436a-8783-d168210d1bf2" TYPE="swap" PARTUUID="a00446cc-05" # cat /etc/fstab UUID=f1da5867-6fd3-4e36-9c1c-76baac13dd1d / xfs defaults 0 0 UUID=9f5d6b34-7c6f-4e6c-996e-122f5b68e1f8 /boot xfs defaults 0 0 UUID=2e2ef4de-13df-41d2-9e2e-593dfd42fb64 /home nilfs2 defaults 0 0 #UUID=0bc7066a-b8f1-4949-b480-3775dd5efec4 /home xfs defaults 0 0 UUID=94516b4e-5b60-436a-8783-d168210d1bf2 swap swap defaults 0 0 -- Chris Murphy -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org