From owner-freebsd-questions@freebsd.org Mon May 8 06:33:36 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A3DBD62273 for ; Mon, 8 May 2017 06:33:36 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dnvrco-oedge-vip.email.rr.com", Issuer "dnvrco-oedge-vip.email.rr.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 30C32116F for ; Mon, 8 May 2017 06:33:35 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from [74.134.208.22] ([74.134.208.22:12803] helo=localhost) by dnvrco-omsmta02 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 55/A0-29375-E7010195; Mon, 08 May 2017 06:30:22 +0000 Date: Mon, 08 May 2017 06:29:15 +0000 Message-ID: <55.A0.29375.E7010195@dnvrco-omsmta02> From: "Thomas Mueller" To: freebsd-questions@freebsd.org Subject: How to identify FreeBSD version on a different partition? X-RR-Connecting-IP: 107.14.64.7:25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 May 2017 06:33:36 -0000 Is there any way to identify the version of a FreeBSD installation when booted to a different FreeBSD or NetBSD installation? With NetBSD, I can look under //stand , always see i386 or amd64, but I don't see anything so good or dependable with FreeBSD. /etc/motd doesn't always show this information. uname only shows the actively running version. In my case, I use UFS and GPT, so FreeBSD and NetBSD can read each other's partitions with no disklabel incompatibilities. Tom