From 0e23721f2d7792f8f4e79e5acba48f572616c3a4 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 10 Jun 2007 07:06:42 +0000 Subject: [PATCH] Clarified MB to MiB if compatibility allows it (ticket 100) --- cdrskin/README | 4 ++-- cdrskin/cdrskin.1 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cdrskin/README b/cdrskin/README index b252bbf..a18c290 100644 --- a/cdrskin/README +++ b/cdrskin/README @@ -402,7 +402,7 @@ most recent session. For example put an ISO filesystem at address 1 GB: cdrskin dev=/dev/sr0 -v fs=32m -eject speed=4 write_start_address=524288s - The superuser may then do: mount -t iso9660 -o ro,sbsector=524288 /dev/sr0 /mnt -Note: On my linux-2.4.21-215 mount works only with sbsector <= 337920 (660 MB). +Note: On my linux-2.4.21-215 mount works only with sbsector <= 337920 (660 MiB) To extend a filesystem already existing at address 0 mkisofs -C 0,524288 -M /dev/sr0 ... | cdrskin dev=/dev/sr0 ... Record the number 524288 for usage as first number with -C at the next @@ -447,7 +447,7 @@ too on blanking by cdrecord, dvd+rw-format or cdrskin. Perils of DVD-RW. There are three DVD-RW formatting variants with cdrskin currently: blank=format_overwrite uses "DVD-RW Quick" formatting (MMC-type 15h) -and writes a first session of 128 MB. This leads to media which are expandable +and writes a first session of 128 MiB. This leads to media which are expandable and random addressable by cdrskin. blank=format_overwrite_quickest uses "DVD-RW Quick" formatting (type 15h) too, diff --git a/cdrskin/cdrskin.1 b/cdrskin/cdrskin.1 index f9ad560..428de85 100644 --- a/cdrskin/cdrskin.1 +++ b/cdrskin/cdrskin.1 @@ -271,7 +271,7 @@ stereo. For little-endian byte order (which is usual on PCs) use option -swab. Unless marked explicitely by option -data, input files with suffix ".wav" are examined wether they have a header in MS-WAVE format confirming those parameters and eventually raw audio data get extracted and burned as -audio track. Same is done for suffix .au and SUN Audio. +audio track. Same is done for suffix ".au" and SUN Audio. .br Option -audio may be used only with CD media and not with DVD. .TP @@ -298,14 +298,14 @@ Format a DVD-RW to "Restricted Overwrite". The user should bring some patience. (Note: blank=format_overwrite* are not original cdrecord options.) .TP format_overwrite_quickest -Like format_overwrite without creating a 128 MB trailblazer session. +Like format_overwrite without creating a 128 MiB trailblazer session. Leads to "intermediate" state which only allows sequential write beginning from address 0. The "intermediate" state ends after the first session of writing data. .TP format_overwrite_full For DVD-RW this is like format_overwrite but claims full media size -rather than just 128 MB. +rather than just 128 MiB. Most traditional formatting is attempted. No data get written. Much patience is required. .br