From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E97151381FA for ; Wed, 21 May 2014 10:32:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1207BE0AE4; Wed, 21 May 2014 10:32:35 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E90ACE0A82 for ; Wed, 21 May 2014 10:32:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id 93BC1BD0 for ; Wed, 21 May 2014 12:32:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1400668351; bh=rP7X7Q0y5Ivmt0DDct7bfbKrdTewjLiplifNyWcw7qQ=; h=Date:From:Reply-To:To:Subject; b=YiAi9KJg539Eg5nSyf6PZ/7tR2qet39W4GD68HkzsUMsWb3Bann+eRVn/CYku/n0d utET19Db9WFaZsEF+ypqLlykMUIwPHcMp45IeWnefVPBrjZpEZlVYnq3VPmWV676K/ lapE1mIDsNAk6rVKH1kdY2rch3TErBigH5JdduOM= Received: from postler.lichtfels.com ([127.0.0.1]) by localhost (postler.lichtfels.com [127.0.0.1]) (amavisd-maia, port 10024) with LMTP id 21392-02 for ; Wed, 21 May 2014 12:32:29 +0200 (CEST) Received: from hiro.oops.intern (unknown [IPv6:2001:15c0:65ff:8742:1446:a098:ea2c:a3b6]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id D538ABCE for ; Wed, 21 May 2014 12:32:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1400668348; bh=rP7X7Q0y5Ivmt0DDct7bfbKrdTewjLiplifNyWcw7qQ=; h=Date:From:Reply-To:To:Subject; b=FAuk7mcpTHpabMOvvTD4lAUTzjrRvRnY+w8+/8WxIQYBm4c6ey2e6BqpPAEtsWZ5j cOkpc0r4M2xLaSJksmU4swxy1WSKhNZCArOYH64Uuc/xPgsnsvJeGryz39uwJv75AM K52iAf8LYPHJds+ym1xz0LetOHDyF6UqfiTSa+2s= Message-ID: <537C80BC.3070305@xunil.at> Date: Wed, 21 May 2014 12:32:28 +0200 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] fstab cleanup X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2c X-Archives-Salt: 22a0cb07-ce00-4638-adda-7f326ca40b66 X-Archives-Hash: c3620f43b011e1694ef3054d604ae7dd Do I still need these lines .. especially with a modern systemd/gnome3-environment? -> # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for # POSIX shared memory (shm_open, shm_unlink). # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will # use almost no memory if not populated with files) tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0 /dev/cdrw /media/cdrecorder auto user,exec,noauto,managed 0 0 ?