<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, May 15, 2016 at 3:28 PM, fb.dev.gen <span dir="ltr"><<a href="mailto:fb.dev.gen@gmail.com" target="_blank">fb.dev.gen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
What should be the way to mount the root file system using systemd unit<br>
file (i.e: without any `/etc/fstab` configuration file)?<br></blockquote><div><br></div><div>Asking the system to mount anything at / doesn't make much sense, because the fact that systemd is running and can read its unit files already means the rootfs is mounted... (There's always something mounted at /; if it's not the real rootfs, then it's the initramfs or something.)</div><div><br></div><div>If you're just trying to *re*mount / with different options, that's not done via .mount units – it's done by systemd-remount-fs, which always parses the fstab. But in that case, why not specify the correct mount options in the first place? Putting "<font face="monospace, monospace">rootflags=discard,noatime</font>" in the kernel command line should be enough.</div></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Mantas Mikulėnas <<a href="mailto:grawity@gmail.com" target="_blank">grawity@gmail.com</a>></div></div>
</div></div>