Gentoo Archives: gentoo-user

From: Michael <confabulate@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] custom mount fstab
Date: Fri, 03 Jul 2020 13:47:03
Message-Id: 1769074.tdWV9SEqCh@lenovo.localdomain
In Reply to: [gentoo-user] custom mount fstab by Tamer Higazi
1 On Friday, 3 July 2020 14:33:52 BST Tamer Higazi wrote:
2 > Hi people,
3 >
4 > I had a problem with docker on gentoo and found the solution for all my
5 >
6 > problems with a custom mount command:
7 > |sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd
8 >
9 > Can anybody of you tell me how to add that one in /etc/fstab file ?
10 > best, Tamer |
11
12 I haven't used cgroups or docker, but if your mount command above is correct,
13 I assume something like this ought to work as far as fstab is concerned:
14
15 cgroup /sys/fs/cgroup/systemd cgroup none,name=systemd 0 1

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] custom mount fstab Tamer Higazi <th982a@××××××××××.com>