<div dir="ltr">Thank you so much Matt. As fir the UEFI issue I'm just doing what LFS recommends in the process of building their OS; and the same reason for the reasoning behind the /opt and /usr/src filesystem debacle.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Aug 20, 2021 at 3:40 PM Matt Graham via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org">plug-discuss@lists.phxlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2021-08-20 11:48, Michael via PLUG-discuss wrote:<br>
> Please, will this work?<br>
<br>
> LABEL=boot     /boot     ext4  defaults  0  0<br>
> LABEL=rootdir  /         ext4  defaults  1  1<br>
> LABEL=swap     swap      swap  pri=1     0  0<br>
> LABEL=home     /home     ext4  defaults  0  1<br>
> LABEL=opt      /opt      ext4  defaults  0  1<br>
> LABEL=usrsrc   /usr/src  ext4  defaults  0  0<br>
(snip, /proc et al are fine)<br>
<br>
This will probably work, but it's not 100% correct.  The fs_dump column <br>
is set to 1 for / , and you are probably not using dump.  The / <br>
filesystem should have an fs_passno of 1, while other filesystems that <br>
should be fscked at boot time should have an fs_passno of 2.  So you <br>
should change the 1s in /home and /opt to 2s.<br>
<br>
Also, are you not using UEFI?  I'm not sure how much longer the x86 <br>
will continue supporting BIOS boots.  It also seems a bit odd to split <br>
/opt and /usr/src into separate filesystems.  I've only got 1.4G in /opt <br>
(almost all Android studio) and 3.1G in /usr/src , and I've got 2 <br>
complete sets of kernel sources in the latter.  (Should get rid of the <br>
old one, it's not necessary any more.)<br>
<br>
-- <br>
Crow202 Blog: <a href="http://crow202.org/wordpress" rel="noreferrer" target="_blank">http://crow202.org/wordpress</a><br>
There is no Darkness in Eternity<br>
But only Light too dim for us to see.<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>