Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: UDF and vnodes?



On Wed, Aug 26, 2009 at 02:44:15PM +0100, Patrick Welche wrote:
> Have any of you had luck with eg:
> 
> # vnconfig vnd3 6001.18000.080118-1840-kb3aikl_en.iso

From Reinoud, this wants to be

Â# vnconfig vnd3 6001.18000.080118-1840-kb3aikl_en.iso 2048/1/1/1

so the block size is 2048 instead of 512, and

> # mount -t udf /dev/vnd3d /mnt
> mount_udf: Cannot mount /dev/vnd3d on /mnt: Invalid argument

Â# mount -t udf -r /dev/vnd3d /mnt2

(readonly) then does the trick!

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index