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 B8FDA1381FA for ; Mon, 26 May 2014 06:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28E78E0880; Mon, 26 May 2014 06:27:55 +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 20ECBE0866 for ; Mon, 26 May 2014 06:27:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id B0013125D2 for ; Mon, 26 May 2014 08:27:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1401085671; bh=xiuiLsHcJXS3sWrSN1RUbsDLgYBrP6swjZZ4Fuf4ZkI=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=U8wNLsR/46XGpGPQoUOZTAO/5XQXvsV7EpVrogsnLEoGLCyl8vBx2otdU2lHJLf3P Q6aeAkKVVL9n2OYRcv2u1uocJus0VA/Afg4SGt1ip1yJiqYPS6BuStUMxnZwnG+RRN kcV3TSncE/68Fn1XtlUvvaOwMRgtLMB6Vfq+dT2I= 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 23256-07 for ; Mon, 26 May 2014 08:27:49 +0200 (CEST) Received: from [IPv6:2001:15c0:65ff:8742:e063:5735:61ff:e421] (unknown [IPv6:2001:15c0:65ff:8742:e063:5735:61ff:e421]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id 164A2123E0 for ; Mon, 26 May 2014 08:27:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1401085669; bh=xiuiLsHcJXS3sWrSN1RUbsDLgYBrP6swjZZ4Fuf4ZkI=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=RdZ8OLni7N6b+k+G7h/1pnw4nOhdOTR+VsKmaCfiK7jZmCdmfMlHJxmrdzB1wROHB guJYKzpd/3puUUG2z6qv7pcnOgRj/rwL7Wcf5iV3FgztvEktw+m4Gpw71nW2czpp5M JmF7w0xwvR+e4kDnltMaA/ze1LRE8N2BNu3ekhNs= Message-ID: <5382DEE3.3000102@xunil.at> Date: Mon, 26 May 2014 08:27:47 +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: Re: [gentoo-user] Re: fstab cleanup References: <537C80BC.3070305@xunil.at> In-Reply-To: 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: 59766ce3-89a1-494f-b02d-847854bf6cda X-Archives-Hash: fb53f965a6414024db07db301f2886e1 Am 26.05.2014 06:47, schrieb Nikos Chantziaras: > On 21/05/14 13:32, Stefan G. Weichinger wrote: >> >> Do I still need these lines .. especially with a modern >> systemd/gnome3-environment? >> >> tmpfs /dev/shm tmpfs >> nodev,nosuid,noexec 0 0 >> >> /dev/cdrw /media/cdrecorder auto >> user,exec,noauto,managed 0 0 > > You can safely delete both. A /dev/shm mount is created automatically, > and /media/cdrecorder is not used by anything. Some old cruft left from back then somedays --- removed it already, yes.