Gentoo Archives: gentoo-user

From: Tom H <tomh0665@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] fstab cleanup
Date: Wed, 21 May 2014 13:31:40
Message-Id: CAOdo=SyJe7rpUw2hkymNE8Nk2u-A=vTdZqmctWuQLKUkLp=EEA@mail.gmail.com
In Reply to: [gentoo-user] fstab cleanup by "Stefan G. Weichinger"
1 On Wed, May 21, 2014 at 6:32 AM, Stefan G. Weichinger <lists@×××××.at> wrote:
2 >
3 > Do I still need these lines .. especially with a modern
4 > systemd/gnome3-environment?
5 >
6 > # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
7 > # POSIX shared memory (shm_open, shm_unlink).
8 > # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
9 > # use almost no memory if not populated with files)
10 > tmpfs /dev/shm tmpfs
11 > nodev,nosuid,noexec 0 0
12 >
13 >
14 > /dev/cdrw /media/cdrecorder auto
15 > user,exec,noauto,managed 0 0
16
17 From "src/core/mount-setup.c":
18
19 { "tmpfs", "/dev/shm", "tmpfs",
20 "mode=1777", MS_NOSUID|MS_NODEV|MS_STRICTATIME, NULL,
21 MNT_FATAL|MNT_IN_CONTAINER },

Replies

Subject Author
Re: [gentoo-user] fstab cleanup "Stefan G. Weichinger" <lists@×××××.at>