From owner-freebsd-questions@freebsd.org Fri Sep 18 02:05:03 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8C4E33F4B60 for ; Fri, 18 Sep 2020 02:05:03 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from kicp.uchicago.edu (kicp.uchicago.edu [128.135.20.70]) by mx1.freebsd.org (Postfix) with ESMTP id 4BsxxB70v4z3yDK for ; Fri, 18 Sep 2020 02:05:02 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from [192.168.43.231] (unknown [172.58.140.236]) (Authenticated sender: galtsev) by kicp.uchicago.edu (Postfix) with ESMTPSA id E95834E64C; Thu, 17 Sep 2020 20:58:17 -0500 (CDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.1\)) Subject: Re: partitioning server with 2 hard drives From: Valeri Galtsev In-Reply-To: <20200918015609.GA37787@neutralgood.org> Date: Thu, 17 Sep 2020 20:58:15 -0500 Cc: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <2EA28B13-6886-4268-90A4-FC281DD92C63@kicp.uchicago.edu> References: <20200918015609.GA37787@neutralgood.org> To: "Kevin P. Neal" X-Mailer: Apple Mail (2.3608.120.23.2.1) X-Rspamd-Queue-Id: 4BsxxB70v4z3yDK X-Spamd-Bar: ++++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="No valid SPF, No valid DKIM" header.from=uchicago.edu (policy=none); spf=none (mx1.freebsd.org: domain of galtsev@kicp.uchicago.edu has no SPF policy when checking 128.135.20.70) smtp.mailfrom=galtsev@kicp.uchicago.edu X-Spamd-Result: default: False [6.38 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; RECEIVED_SPAMHAUS_XBL(5.00)[172.58.140.236:received]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; GREYLIST(0.00)[pass,body]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM_MEDIUM(0.77)[0.773]; RECEIVED_SPAMHAUS_PBL(0.00)[172.58.140.236:received]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.02)[-0.015]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.03)[0.026]; R_SPF_NA(0.00)[no SPF record]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:160, ipnet:128.135.0.0/16, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions]; DMARC_POLICY_SOFTFAIL(0.10)[uchicago.edu : No valid SPF, No valid DKIM,none] X-Spam: Yes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2020 02:05:03 -0000 > On Sep 17, 2020, at 8:56 PM, Kevin P. Neal wrote: > > On Tue, Sep 15, 2020 at 04:58:46PM -0500, Valeri Galtsev wrote: >> Apologies about Linuxism question: we do not have "nodev" mount option >> (I just double checked with man mount). Are we weaker here than Linux >> folks? I do use "nodev" in addition to the above on world writable mount >> points on Linux boxes. > > The mknod man page says that devices outside of devfs don't work since > FreeBSD 6.0. So there's no need for "nodev". Thanks a lot, Kevin. I always say to myself: you learn something every day. Valeri > -- > Kevin P. Neal http://www.pobox.com/~kpn/ > > "What is mathematics? The age-old answer is, of course, that mathematics > is what mathematicians do." - Donald Knuth