Hi,

Now I encountered a prlblem. When I add an entry in /etc/fstab to mount
a disk on a dir like below, mount can be done successfully though /aa/bb
doesn't exist.
_ _ _ _ _
/dev/disk/by-uuid/xxx-xxx  /aa/bb   xfs  defaults  0 2


However when I make a initramfs for kdump kernel, I add an entry to
$mntimg/etc/fstab like below, mount will fail if /sysroot/var/crash
doesn't exist. 
_ _ _ _ _
/dev/disk/by-uuid/xxx-xxx    /sysroot/var/crash xfs 
rw,relatime,...,x-initrd.mount 0 2

Does anyone know why this happen and how to fix it, or any
suggestion/idea?

Thanks
Baoquan

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to