From owner-freebsd-stable@freebsd.org Fri Jul 14 09:40:28 2017 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 9A788D9C59B for ; Fri, 14 Jul 2017 09:40:28 +0000 (UTC) (envelope-from maciej@suszko.eu) Received: from archeo.suszko.eu (archeo.unixguru.pl [IPv6:2001:41d0:2:8316::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61A8E840FB for ; Fri, 14 Jul 2017 09:40:28 +0000 (UTC) (envelope-from maciej@suszko.eu) Received: from archeo (localhost [127.0.0.1]) by archeo.suszko.eu (Postfix) with ESMTP id 452372355F; Fri, 14 Jul 2017 11:40:26 +0200 (CEST) X-Virus-Scanned: amavisd-new at archeo.local Received: from archeo.suszko.eu ([127.0.0.1]) by archeo (archeo.local [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id VVMGb7BErvs7; Fri, 14 Jul 2017 11:40:26 +0200 (CEST) Received: from helium (unknown [195.8.99.234]) by archeo.suszko.eu (Postfix) with ESMTPSA id C5CD923558; Fri, 14 Jul 2017 11:40:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=suszko.eu; s=dkim; t=1500025226; bh=+tkF9EYVOrqvh3uu/D1SzNEgHJ1sBgYv9dlEp11M1p8=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=b8pSPBw+wM3y+C1d3gdB4IGHPAMoDSFQHzaAmVfaOmG3pdB5kSgsQxWUICCNuWJ4P Bx4EKGvXQFaWZTvttn+eGJrkXyR1NuKJxNMCRbBSZJp+W7J0W8G1EZ1lETQi9FfUcA hUW1f9zKUoXliW9qM+dNGBYEJI3n4TbP671PzSRY= Date: Fri, 14 Jul 2017 11:40:16 +0200 From: Maciej Suszko To: "Eugene M. Zheganin" Cc: FreeBSD Stable Mailing List Subject: Re: mdconfig and UDF Message-ID: <20170714114016.0b7c0aff@helium> In-Reply-To: References: X-Mailer: Claws Mail 3.15.0 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/WE3haHEzYw4NJX.z_HF3+nh"; protocol="application/pgp-signature" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2017 09:40:28 -0000 --Sig_/WE3haHEzYw4NJX.z_HF3+nh Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 14 Jul 2017 14:31:15 +0500 "Eugene M. Zheganin" wrote: > Hi. >=20 >=20 > Is there any chance to mount UDF filesystem under FreeBSD with > mdconfig and ISO image ? Mount -t cd9660 /dev/md0 /mnt/cdrom gives me > the readme.txt with "This is UDF, you idiot" and mount -t > udf /dev/md0 /mnt/cdrom gives me >=20 >=20 > # mount -t udf /dev/md0 cdrom > mount_udf: /dev/md0: Invalid argument >=20 >=20 > So... Hi, Mount - probably not, but you can use archivers/p7zip to decompress the image. --=20 regards, Maciej Suszko. --Sig_/WE3haHEzYw4NJX.z_HF3+nh Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQRBv6xO7mzN+RcEaiUKKRSTSXuIagUCWWiRgAAKCRAKKRSTSXuI aoCRAJwPVLxoWdWDLDpkKNme+HGlAvLo0gCeLgLaX3R7Mkex2i57EFQ4h3LAOdk= =A+h+ -----END PGP SIGNATURE----- --Sig_/WE3haHEzYw4NJX.z_HF3+nh--