Gentoo Archives: gentoo-dev

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] rfc: openrc mount service prototype
Date: Wed, 29 Jul 2015 22:36:25
Message-Id: CAOazyz0RKs90NCBZET4ZaU9tNUyoK==HAsFZ1Aea1bM2kt9=CQ@mail.gmail.com
In Reply to: Re: [gentoo-dev] rfc: openrc mount service prototype by William Hubbs
1 On 30 July 2015 at 01:33, William Hubbs <williamh@g.o> wrote:
2 > On Wed, Jul 29, 2015 at 05:22:54PM -0500, William Hubbs wrote:
3 >> On Thu, Jul 30, 2015 at 01:11:30AM +0300, Alon Bar-Lev wrote:
4 >> > On 29 July 2015 at 23:20, William Hubbs <williamh@g.o> wrote:
5 >> > >
6 >> > > All,
7 >> > >
8 >> > > so that there is a better idea out there of what I'm talking about, the
9 >> > > OpenRC github repository now has a mount-service branch.
10 >> >
11 >> > Nice!
12 >> >
13 >> > But I still trying to figure out why do we need to keep fstab around.
14 >> > It is pure legacy.
15 >>
16 >> Is it? I have heard different people say it is, and it isn't, so I have
17 >> no idea.
18 >>
19 >> If fstab is truly legasy, I'll look into that.
20 >
21 > It seems that it is not legasy...
22 >
23 > For example, what happens if you do:
24 >
25 > mount /foo/bar
26 >
27 > and don't have fstab?
28 >
29 > William
30 >
31
32 if I choose to not use fstab, I will not use mount /foo/bar
33
34 Why will I do that?
35 For example, I can put passwords in different ACL.
36 I can add logic, for example dynamic mount point.
37 This is why using netifrc like configuration is so great.
38
39 I can choose to use fstab, then I lost all these goodies but can do
40 mount /foo/bar...