From owner-freebsd-stable@freebsd.org Sun Feb 28 11:45:17 2016 Return-Path: Delivered-To: freebsd-stable@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 84E53AB784D for ; Sun, 28 Feb 2016 11:45:17 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2184E793 for ; Sun, 28 Feb 2016 11:45:16 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (ezra.dcm1.omnilan.net [IPv6:2a00:e10:2800::a135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id u1SBjCB4064266; Sun, 28 Feb 2016 12:45:12 +0100 (CET) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (titan.inop.mo1.omnilan.net [IPv6:2001:a60:f0bb:1::3:1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 3F69393; Sun, 28 Feb 2016 12:45:12 +0100 (CET) Message-ID: <56D2DDB2.2080003@omnilan.de> Date: Sun, 28 Feb 2016 12:44:50 +0100 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: "Eugene M. Zheganin" CC: freebsd-stable stable Subject: Re: FreeBSD and UDF References: <56CEF0D3.80000@norma.perm.ru> In-Reply-To: <56CEF0D3.80000@norma.perm.ru> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]); Sun, 28 Feb 2016 12:45:12 +0100 (CET) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: ; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 11:45:17 -0000 Bezüglich Eugene M. Zheganin's Nachricht vom 25.02.2016 13:17 (localtime): > Hi, > > recenlty I needed to mount the Windows 2012 R2 iso image, which pappened > to ba an UDF image. After mdconfiging it and attempting to mount I got: > > # mount -t udf /dev/md1 cdrom01 > mount_udf: /dev/md1: Invalid argument > > udf is in kernel. Is UDF filesystem supported in FreeBSD ? I run > 10.3-PRERELEASE r294405. I'ts a matter of the UDF-Version. I'm no expert, just missing the ability to quickly look into common flowting DVD discs, which doesn't work so I asked ddg. It seems today's DVD's are all UDF2 – FreeBSD has only support for UDF 1.02: https://people.freebsd.org/~scottl/udf/ Blu-ray's seem to be in UDF2.5: https://lists.freebsd.org/pipermail/freebsd-fs/2015-July/021528.html There's also the UDF2.0 FreeBSD-10-driver mentioned: https://github.com/williamdevries/UDF Hope this helps, unfortunately you'll have to enable UDF2 support on your own. -Harry