From owner-freebsd-questions@freebsd.org Tue Jun 30 15:49:14 2015 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 5D21098D47E for ; Tue, 30 Jun 2015 15:49:14 +0000 (UTC) (envelope-from paul@kraus-haus.org) Received: from mail-qk0-f169.google.com (mail-qk0-f169.google.com [209.85.220.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 235B818CB for ; Tue, 30 Jun 2015 15:49:13 +0000 (UTC) (envelope-from paul@kraus-haus.org) Received: by qkei195 with SMTP id i195so9289318qke.3 for ; Tue, 30 Jun 2015 08:49:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:content-transfer-encoding:date :subject:to:message-id:mime-version; bh=Y67Q8fm++vMzL/OniKC/RwKoy0EKP5I3OTRWs89pomY=; b=Z8S4Sa4f/HhkSPA7edvzvKkGvthClCvWCPr1dRkntKkMHub/ztYC3DNJKh9Kgh9yEw 4jQ/0NJ7I9vQfQA/mNgBIs8GYt9IXHdmFFYS7MtDyUb6aTpyoCfqLpHS4QZ2bneqGqsq 6wDsaoJXCoYzrtMEXtDTlUpUwjmmoCdXFo4ujhKsJjYOe0dvvX5n7ffN0CwHABb61A1F Jh6fa2c/emIWuC6guuWpcjNNsP+UvK6AJsHy9pytuIM4udXgqiXHmI8IcQhJclc55roP MpBOHRTduaD+54PeKWvDGmrxrZghdCzeoBhnlrOrAHm5UcwNk9lSpdboAvLB6RUaC4BM 9wGQ== X-Gm-Message-State: ALoCoQnUOC/tgwP+RvVYEIU8w4UgTpB5Mt7QIqm8qc3TeieD9pNKy7CHzTfr0b6z9k5KW7s9y6C1 X-Received: by 10.55.20.166 with SMTP id 38mr44888830qku.12.1435679347252; Tue, 30 Jun 2015 08:49:07 -0700 (PDT) Received: from mbp-1.thecreativeadvantage.com (mail.thecreativeadvantage.com. [96.236.20.34]) by mx.google.com with ESMTPSA id 80sm98750qhr.26.2015.06.30.08.49.04 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 30 Jun 2015 08:49:05 -0700 (PDT) From: Paul Kraus Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Date: Tue, 30 Jun 2015 11:49:03 -0400 Subject: Install OS from UDF for VBox To: FreeBSD Questions Message-Id: <7EE5DEAF-9A83-4C13-BDA5-83910F195AEF@kraus-haus.org> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 15:49:14 -0000 Apologies if this is an answered question, but searching both online and = my copies of this list have turned up nothing useful. I am running a number of VBox environments under FBSD and need to be = able to install various OSes from ISO images that are UDF not = 9660+extensions. The specific ones I am running up against right now = include: Ubunutu 14.04 LTS Server Windows 8.1 Pro=20 Windows Server 2012 R2 I am running FBSD 10.1 as current as possible for both OS and ports. VBox tosses an error when I try to add the ISO image to the =93CD=94 = drive. The error is VERR_NOT_SUPPORTED and my research has led me to the = conclusion that the problem is that these are UDF format ISO=92s (so = that they may contain files larger than 2 GB). I also cannot mount the = ISO under FBSD using mount_udf, so they are a newer version of UDF than = mount_udf supports. I assume this is the crux of the issue VBox is = having, the underlying OS does not have support for this version of the = UDF spec. Am I missing something obvious, like a port to add that support (I tried = sysutils/udfclient with no luck as well), or is this just a feature that = has not been added to FBSD (yet) ? -- Paul Kraus paul@kraus-haus.org