Changes between Version 3 and Version 4 of UDF
- Timestamp:
- 2012-07-03T09:27:11Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UDF
v3 v4 34 34 You can also select media type: "hd" or "dvd" and blocksize: 512 or 2048 or something else. 35 35 36 Unless you are overwriting already existing image, you need to create empty file first (otherwise you would get ''trying to change type of multiple extents'' error). Following creates 32M file: 37 {{{ 38 dd if=/dev/zero of=./udf.img bs=4096 count=8192 39 }}} 40 36 41 37 42 ==== 3.4 Mount udf disk image under Linux ====