From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F12601382C5 for ; Sun, 17 Jan 2021 08:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6580BE0849; Sun, 17 Jan 2021 08:34:59 +0000 (UTC) Received: from mail142c7.megamailservers.com (mail773.megamailservers.com [69.49.98.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A69CE083B for ; Sun, 17 Jan 2021 08:34:58 +0000 (UTC) X-Authenticated-User: admin@sys-concept.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megamailservers.com; s=mailtor; t=1610872498; bh=MHuapYrHZ9DILHlxHNIOz+WFwSkRJxVonZFsaxYmccY=; h=Subject:To:References:From:Date:In-Reply-To:From; b=DWrJs3oc0yZpXupnbzgqdVxKaICFuY2TVvyobiXlG+X0msI4PJa7fRxo5Vm23JHyC /VcLh+TGhMfrrMvHMxIpPkIJOwn5k19zh5hO9IxRyRFUj3fW1KJMcp03WrGOQwbToQ udXi/XHRACu3v3DH/adrcKUwG+rYPEM49e7nud2g= Feedback-ID:thelma@sys-conc X-VIP: 69.49.109.100 Received: from [10.0.0.109] 184.69.242.18":"46812 ([184.69.242.18]) (authenticated bits=0) by mail142c7.megamailservers.com (8.14.9/8.13.1) with ESMTP id 10H8YuUa023424 for ; Sun, 17 Jan 2021 03:34:58 -0500 Subject: Re: [gentoo-user] fstab mount /home by default To: gentoo-user@lists.gentoo.org References: From: thelma@sys-concept.com Message-ID: Date: Sun, 17 Jan 2021 01:34:49 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-CA Content-Transfer-Encoding: 7bit X-CTCH-RefID: str=0001.0A742F1A.6003F6B2.0016:SCFSTAT54230205,ss=1,re=-4.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: -4.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.3 cv=VLWjYOHX c=1 sm=1 tr=0 a=u3gW5Uk2xAGXuEgp5FffjQ==:117 a=u3gW5Uk2xAGXuEgp5FffjQ==:17 a=IkcTkHD0fZMA:10 a=046jbqsEAAAA:8 a=13CpXOQRxxJ1Ota8kKgA:9 a=QEXdDO2ut3YA:10 a=bGzDz6Hpkc7_N_b525It:22 X-VADE-SPAMSTATE: clean X-VADE-SPAMSCORE: 0 X-VADE-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduledrtdehgdduudelucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecujffquffvqffrkfetpdfqfgfvnecuuegrihhlohhuthemuceftddtnecunecujfgurhepuffvfhfhkffffgggjggtgfesthejredttdefjeenucfhrhhomhepthhhvghlmhgrsehshihsqdgtohhntggvphhtrdgtohhmnecuggftrfgrthhtvghrnhepffekueffledvvdevfefhgfffkeduvdehfeehteekgfdujeehgfekheffheektddtnecukfhppedukeegrdeiledrvdegvddrudeknecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepudekgedrieelrddvgedvrddukedphhgvlhhopegluddtrddtrddtrddutdelngdpmhgrihhlfhhrohhmpehthhgvlhhmrgesshihshdqtghonhgtvghpthdrtghomhdprhgtphhtthhopehgvghnthhoohdquhhsvghrsehlihhsthhsrdhgvghnthhoohdrohhrgh X-Origin-Country: CA X-Archives-Salt: 7eaba2af-26d3-4b40-b323-b1e7442344a9 X-Archives-Hash: 0f74064079720f21770f2de8bc7dc2a4 On 1/17/21 1:22 AM, thelma@sys-concept.com wrote: > On one of my system I have in fstab: > /dev/sda4 /home ext4 noatime 0 1 > and /home is mounted by default > > On my new installation, I have in my fstab: > /dev/sda5 /home ext4 noatime 0 1 > > but on new installation /home doesn't mount by default, why? > > On new installation, I created a user without "-m" > useradd -G users,wheel,audio -s /bin/bash thelma > > added to fstab: > /dev/sda5 /home ext4 noatime 0 1 > > but it doesn't mount by default. > xfce4 created new entry in /home /thelma > so I deleted the entry /thelma but manual mounting: mount /dev/sda5 /home > does not create directory /thelma manually under /home > > When I mount manually /dev/sda5 /home all data is there but but trying login as user "X" gets a black screen now. > How to get back "X" > > When I ssh and try to start it manually I get: > Fatal server error: > (EE) xf86OpenConsole: Cannot open virtual console 8 (Permission denied) Spelling :-/ It should be: dev/sda5 /home ext4 defaults 0 1