We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to create a multiboot pool. So I have the following
$ zfs list -r ssd/linux NAME USED AVAIL REFER MOUNTPOINT ssd/linux 81,7G 79,1G 96K none ssd/linux/arch 21,1G 79,1G 19,5G legacy ssd/linux/arch/pkg 1,59G 79,1G 1,59G /var/cache/pacman/pkg ssd/linux/home 60,5G 79,1G 60,5G /home $ grep arch /etc/fstab ssd/linux/arch / zfs defaults 0 0
I think /home is mounted before arch root.
/home
The text was updated successfully, but these errors were encountered:
@dasJ any updates on this? This issue stops me from multi-boot on ZFS pool. Could you at least point me to files that needs to be fixed?
Sorry, something went wrong.
@yurikoles I have a similar issue as the one you described. Are you also getting an error like the following?
Jan 03 20:20:46 archlinux mount[790]: mount: /sysroot--: mount point does not exist.
No branches or pull requests
I want to create a multiboot pool. So I have the following
I think
/home
is mounted before arch root.The text was updated successfully, but these errors were encountered: