From owner-freebsd-questions@freebsd.org Tue Apr 18 11:23: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 D4D59D4406F for ; Tue, 18 Apr 2017 11:23:36 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D417F46 for ; Tue, 18 Apr 2017 11:23:36 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [2.247.252.90] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1d0REF-0001mJ-4q for freebsd-questions@freebsd.org; Tue, 18 Apr 2017 13:23:27 +0200 Received: from localhost.my.domain (c720-r314251 [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id v3IBNPS6004795 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 18 Apr 2017 13:23:25 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id v3IBNPaQ004794 for freebsd-questions@freebsd.org; Tue, 18 Apr 2017 13:23:25 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Tue, 18 Apr 2017 13:23:25 +0200 From: Matthias Apitz To: freebsd-questions@freebsd.org Subject: OT: mounting our GPT/UFS file system in Linux/Ubuntu Message-ID: <20170418112325.GA4745@c720-r314251> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Operating-System: FreeBSD 12.0-CURRENT r314251 (amd64) User-Agent: Mutt/1.8.0 (2017-02-23) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 2.247.252.90 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: Tue, 18 Apr 2017 11:23:36 -0000 Hello, It's somewhat off-topic asking Linux related questions here, but it's between FreeBSD and Linux. Please be patient with me. I have a disk which was partitioned with: # gpart create -s gpt da2 da2 created # gpart add -t freebsd-boot -s 512k -a4k -l extboot da2 da2p1 added # gpart bootcode -b /boot/pmbr -p /boot/gptboot -i1 da2 partcode written to da2p1 bootcode written to da2 # gpart add -t freebsd-ufs -l extrootfs -b 1m -s 16g da2 da2p2 added # gpart add -t freebsd-swap -l extswap -a 1m -s 2g da2 da2p3 added # gpart add -t freebsd-ufs -l extbackupfs -a 1m da2 da2p4 added # newfs -U -t /dev/gpt/extrootfs # newfs -U -t /dev/gpt/extbackupfs I know that Linux has some UFS support, but it want's to mount the full partition as UFS and seems to not understand our GPT slicing... How could I mount /dev/gpt/extbackupfs in Ubuntu? Any hints? matthias -- Matthias Apitz, ✉ guru@unixarea.de, ⌂ http://www.unixarea.de/ ☎ +49-176-38902045