From owner-freebsd-questions@FreeBSD.ORG Thu Jun 24 10:07:01 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65657106566C for ; Thu, 24 Jun 2010 10:07:01 +0000 (UTC) (envelope-from maurovale@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id EDBD68FC0A for ; Thu, 24 Jun 2010 10:07:00 +0000 (UTC) Received: by fxm7 with SMTP id 7so4299937fxm.13 for ; Thu, 24 Jun 2010 03:06:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=QXO8/BqxcmxK9dML4dbPOuyiwkSgIy3b+vFKI+/c5/Y=; b=WFCxJuH8Gf7hDvTNKWYYuQxB8/4GYSNbCAmX7niRdjluFjxJqRNbavuwdZjj8SnQ6c rofZX3nfiH5u09lP/96IkzbeaKz+xdohM3eEQXkNRJDbYOiKRfp9Ooe1ccKgdUodFJPh Ll+GzT+V1xWdHGxYNfj4vBq+PDct7X2bZd6V8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Q3gT439al6nmnEL/dFD1A6qnwimupDJ3cpo99e3rSDtp80GJABeCbwAPXE3BRgnLNF I5eJyB693IjYUowdyFKRJ9vOWL+j6r5Pi9o/AcCUCGExDRjpGDe62wZriKlaAnnl8Ubv 72ACVGFEM8KTfNPigbhNEeaHbQ3/6jzPZ8a8U= MIME-Version: 1.0 Received: by 10.204.162.194 with SMTP id w2mr6465145bkx.11.1277374019736; Thu, 24 Jun 2010 03:06:59 -0700 (PDT) Received: by 10.204.163.147 with HTTP; Thu, 24 Jun 2010 03:06:59 -0700 (PDT) Date: Thu, 24 Jun 2010 11:06:59 +0100 Message-ID: From: "M. Vale" To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD and UDF DVD/CDrom X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2010 10:07:01 -0000 Hi, I'm trying to install Windows 7 on Virtualbox for testing, but the W7 is a DVD in UDF format. On this computer booting gentoo and ubuntu I can mount the DVD without any problem, but on FreeBSD 8.0 after kldloading udf and trying to mount udf using: mount_udf /dev/acd0t0s1 /cdrom or mount -t udf /dev/acd0t0s1 /cdrom: mount_udf: /dev/acd0t01: Invalid argument And running dmesg: kernel: FSD does not lie within the partition! So my question is is possible to mount an UDF disk on FreeBSD or is me that is doing something wrong ? Thank You MV