From plug-discuss-bounces@lists.phxlinux.org Fri Aug 20 13:10:17 2021 Return-Path: X-Original-To: lurker@lists.phxlinux.org Delivered-To: lurker@lists.phxlinux.org Received: from phxlinux.org (localhost [127.0.0.1]) by phxlinux.org (Postfix) with ESMTP id 782B832A0005; Fri, 20 Aug 2021 13:10:16 -0700 (MST) X-Original-To: plug-discuss@lists.phxlinux.org Delivered-To: plug-discuss@lists.phxlinux.org Received: from mail-ej1-f46.google.com (mail-ej1-f46.google.com [209.85.218.46]) by phxlinux.org (Postfix) with ESMTPS id EFD1132A0004 for ; Fri, 20 Aug 2021 13:10:13 -0700 (MST) Received: by mail-ej1-f46.google.com with SMTP id ia27so212994ejc.10 for ; Fri, 20 Aug 2021 13:10:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=sOVmIjLJa5S0os/ojHao3528aNlnPrrlkfxL8qm0AXo=; b=XZEwEihXIrLcKUNIXFZiccYhTbfLi8jOTi3L3rKKc9inwimlOdPIdUFLNwWMsqP/rU FWXbl6vlcByQZdthbnovjSZJhRjbHFGNwnYLQmjJ88YNGJqWuUGEML1ngAqiMRGBDKZl Jbh9ak6Lrf5cPTXcBB+8TAogtR7j17vNsUG+m6SgAck+u8NhIBMtqrI0HrNCFz2ZzzWv QfpRuTj0h69/A5qyNcouorKPKfEVao7sofFX2ST+V/kXq1xz0XdpCvP85OiEOGR3IX5I WlxkTJ7hibT2GC2FtiN0S2fxK5QZRGS6rqAP/isMrOXtPGgSZuXfD2yHXQ9GDG3cnx8v VvEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=sOVmIjLJa5S0os/ojHao3528aNlnPrrlkfxL8qm0AXo=; b=amzzGODq8j90YUdrCj/+PdIvODlm0aU9aCiSpnoO3wL1gyY3nVKBUI29mNaZ3DaIpJ Hb1EWVW1ErAl3HIGnkDFi1fNAmOrezZt3MUu9d1Cuq3p4+A5azzK8YecYsYuk9tIGdWb 1S0H51Jg++K/S+CAs9eDKvXVmdOStWvAySAxq8WuyWg61MMb7YwPoNHaXXXFHGXQriIW 5LEckCkE8SccMqkHDSVSFNdn98wT0ASNtlEOvotvk7T22gnx7GgotjVotH7dB0mhHIKw GXATfWqYRvWnL6E3HipJT2h0FS+kqklDE93TiOGYBEMle5nKyVEYv6CXtnVFif7rX5j/ 2H/w== X-Gm-Message-State: AOAM532IUA2qYvzxYxg/HaheL5sKf1oYQCLRBdIiBk7zJFtSGPJjR1sQ K+QpS//niCtq/QHBbR9PvMI+e8QBOH8lsMGyKUfCr12D X-Google-Smtp-Source: ABdhPJyhdK5M5nXSa5lTzk5ztT3RlHMY5XgGQyliG4AN3L2r+y3WU1620dS8LF9KDbA1QWUEgjjijzD0QpYwV4a4bKw= X-Received: by 2002:a17:906:c006:: with SMTP id e6mr23662988ejz.510.1629490212604; Fri, 20 Aug 2021 13:10:12 -0700 (PDT) MIME-Version: 1.0 References: <8f7c2318ee2a08b7dacc684757d4904c@crow202.org> In-Reply-To: <8f7c2318ee2a08b7dacc684757d4904c@crow202.org> Date: Fri, 20 Aug 2021 16:09:45 -0400 Message-ID: Subject: Re: /etc/fstab To: Main PLUG discussion list X-BeenThere: plug-discuss@lists.phxlinux.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Main PLUG discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Michael via PLUG-discuss Reply-To: Main PLUG discussion list Cc: Michael Content-Type: multipart/mixed; boundary="===============4906105082310477802==" Errors-To: plug-discuss-bounces@lists.phxlinux.org Sender: "PLUG-discuss" --===============4906105082310477802== Content-Type: multipart/alternative; boundary="000000000000498ec205ca034119" --000000000000498ec205ca034119 Content-Type: text/plain; charset="UTF-8" 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. On Fri, Aug 20, 2021 at 3:40 PM Matt Graham via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > On 2021-08-20 11:48, Michael via PLUG-discuss wrote: > > Please, will this work? > > > LABEL=boot /boot ext4 defaults 0 0 > > LABEL=rootdir / ext4 defaults 1 1 > > LABEL=swap swap swap pri=1 0 0 > > LABEL=home /home ext4 defaults 0 1 > > LABEL=opt /opt ext4 defaults 0 1 > > LABEL=usrsrc /usr/src ext4 defaults 0 0 > (snip, /proc et al are fine) > > This will probably work, but it's not 100% correct. The fs_dump column > is set to 1 for / , and you are probably not using dump. The / > filesystem should have an fs_passno of 1, while other filesystems that > should be fscked at boot time should have an fs_passno of 2. So you > should change the 1s in /home and /opt to 2s. > > Also, are you not using UEFI? I'm not sure how much longer the x86 > will continue supporting BIOS boots. It also seems a bit odd to split > /opt and /usr/src into separate filesystems. I've only got 1.4G in /opt > (almost all Android studio) and 3.1G in /usr/src , and I've got 2 > complete sets of kernel sources in the latter. (Should get rid of the > old one, it's not necessary any more.) > > -- > Crow202 Blog: http://crow202.org/wordpress > There is no Darkness in Eternity > But only Light too dim for us to see. > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org > To subscribe, unsubscribe, or to change your mail settings: > https://lists.phxlinux.org/mailman/listinfo/plug-discuss -- :-)~MIKE~(-: --000000000000498ec205ca034119 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
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 sam= e reason for the reasoning behind the /opt and /usr/src filesystem debacle.=

On Fri, Aug 20, 2021 at 3:40 PM Matt Graham via PLUG-discuss <plug-discuss@lists.phxlinux.or= g> wrote:
On 2021-08-20 11:48, Michael via PLUG-discuss wrote:
> Please, will this work?

> LABEL=3Dboot =C2=A0 =C2=A0 /boot =C2=A0 =C2=A0 ext4 =C2=A0defaults =C2= =A00=C2=A0 0
> LABEL=3Drootdir =C2=A0/ =C2=A0 =C2=A0 =C2=A0 =C2=A0 ext4 =C2=A0default= s =C2=A01=C2=A0 1
> LABEL=3Dswap =C2=A0 =C2=A0 swap =C2=A0 =C2=A0 =C2=A0swap =C2=A0pri=3D1= =C2=A0 =C2=A0 0=C2=A0 0
> LABEL=3Dhome =C2=A0 =C2=A0 /home =C2=A0 =C2=A0 ext4 =C2=A0defaults =C2= =A00=C2=A0 1
> LABEL=3Dopt =C2=A0 =C2=A0 =C2=A0/opt =C2=A0 =C2=A0 =C2=A0ext4 =C2=A0de= faults =C2=A00=C2=A0 1
> LABEL=3Dusrsrc =C2=A0 /usr/src =C2=A0ext4 =C2=A0defaults =C2=A00=C2=A0= 0
(snip, /proc et al are fine)

This will probably work, but it's not 100% correct.=C2=A0 The fs_dump c= olumn
is set to 1 for / , and you are probably not using dump.=C2=A0 The /
filesystem should have an fs_passno of 1, while other filesystems that
should be fscked at boot time should have an fs_passno of 2.=C2=A0 So you <= br> should change the 1s in /home and /opt to 2s.

Also, are you not using UEFI?=C2=A0 I'm not sure how much longer the x8= 6
will continue supporting BIOS boots.=C2=A0 It also seems a bit odd to split=
/opt and /usr/src into separate filesystems.=C2=A0 I've only got 1.4G i= n /opt
(almost all Android studio) and 3.1G in /usr/src , and I've got 2
complete sets of kernel sources in the latter.=C2=A0 (Should get rid of the=
old one, it's not necessary any more.)

--
Crow202 Blog: http://crow202.org/wordpress
There is no Darkness in Eternity
But only Light too dim for us to see.
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/= plug-discuss


--
:-)~MIKE~(-:
=
--000000000000498ec205ca034119-- --===============4906105082310477802== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tClBMVUct ZGlzY3VzcyBtYWlsaW5nIGxpc3QgLSBQTFVHLWRpc2N1c3NAbGlzdHMucGh4bGludXgub3JnClRv IHN1YnNjcmliZSwgdW5zdWJzY3JpYmUsIG9yIHRvIGNoYW5nZSB5b3VyIG1haWwgc2V0dGluZ3M6 Cmh0dHBzOi8vbGlzdHMucGh4bGludXgub3JnL21haWxtYW4vbGlzdGluZm8vcGx1Zy1kaXNjdXNz --===============4906105082310477802==--