FreeBSD and UDF DVD/CDrom

2010-06-24 Thread M. Vale
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD and UDF DVD/CDrom

2010-06-24 Thread Derek Funk

On 6/24/2010 5:06 AM, M. Vale wrote:

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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

   

Try using mount_cd9660 instead... it worked for me even on a udf disk

Derek
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD and UDF DVD/CDrom

2010-06-24 Thread Bruce Cran
On Thursday 24 June 2010 11:06:59 M. Vale wrote:

 So my question is is possible to mount an UDF disk on FreeBSD or is me that
 is doing something wrong ?

FreeBSD doesn't support the most recent UDF specification which is why it 
won't work

-- 
Bruce Cran
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD and UDF DVD/CDrom

2010-06-24 Thread Mikle Krutov
Why do you want to mount your Windows DVD image?
Why not using /dev/cd0 in your VirtualBox?
P.s. Bruce, sorry for doubled mail, did not see that i
haven't sent it to the mailing list till the last moment.

2010/6/24, Bruce Cran br...@cran.org.uk:
 On Thursday 24 June 2010 11:06:59 M. Vale wrote:

 So my question is is possible to mount an UDF disk on FreeBSD or is me
 that
 is doing something wrong ?

 FreeBSD doesn't support the most recent UDF specification which is why it
 won't work

 --
 Bruce Cran
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



-- 
with best regards, Krutov Mikle
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org