Replaced several occurences of the word "media" by "medium"
This commit is contained in:
@ -308,13 +308,13 @@ ISO image out of the file given by option -M.
|
||||
Separated by a comma, set the next_writeable_address to which the
|
||||
add-on session will finally be written. Decisive is actually the block
|
||||
address which the intended readers will have to use as superblock address
|
||||
on the intended media.
|
||||
on the intended medium.
|
||||
@*
|
||||
Both values can be inquired from optical media by help of burn programs
|
||||
and cdrecord option -msinfo. xorriso itself can obtain it in its
|
||||
cdrecord emulation. Do not let it load the drive, but rather do this manually
|
||||
or by a program like dd which reads a few bytes. Only then it is sure that
|
||||
the device driver knows the true readable size of the media.
|
||||
the device driver knows the true readable size of the medium.
|
||||
@*
|
||||
@sp 1
|
||||
dd if=/dev/... count=1 >/dev/null 2>&1
|
||||
@ -866,7 +866,7 @@ Conformant are ASCII characters out of [A-Z0-9_]. Like: "IMAGE_23"
|
||||
Joliet allows 16 UCS-2 characters. Like: "Windows name"
|
||||
@*
|
||||
Be aware that the volume id might get used automatically as name of the
|
||||
mount point when the media is inserted into a playful computer system.
|
||||
mount point when the medium is inserted into a playful computer system.
|
||||
@c man .TP
|
||||
@item -volid text
|
||||
@kindex -volid set Volume Id
|
||||
@ -1275,7 +1275,7 @@ Set the ASCII label text of a SUN Disk Label.
|
||||
@cindex Character sets, _definition
|
||||
Character sets should not matter as long as only english alphanumeric
|
||||
characters are used for file names or as long as all writers and readers
|
||||
of the media use the same character set.
|
||||
of the medium use the same character set.
|
||||
Outside these constraints it may be necessary to let xorriso convert byte
|
||||
codes.
|
||||
@*
|
||||
@ -1629,11 +1629,11 @@ Follow-up sessions are written like this:
|
||||
@sp 1
|
||||
Always eject the drive tray between sessions. The old sessions
|
||||
get read via /dev/sr0. Its device driver might not be aware
|
||||
of the changed content before it loads the media again.
|
||||
of the changed content before it loads the medium again.
|
||||
In this case the previous session would not be loaded and the
|
||||
new session would contain only the newly added files.
|
||||
@*
|
||||
For the same reason do not let xorriso -as cdrecord load the media,
|
||||
For the same reason do not let xorriso -as cdrecord load the medium,
|
||||
but rather do this manually or by a program that reads from /dev/sr0.
|
||||
@c man .SS
|
||||
@c man .B Let xorrisofs work underneath growisofs
|
||||
@ -1692,12 +1692,12 @@ Files with names matching *.o or *.swp get excluded explicitly.
|
||||
@*
|
||||
@sp 1
|
||||
@c man .sp 1
|
||||
To be used several times on the same media, whenever an update of
|
||||
the two disk trees to the media is desired. Begin with blank media and start
|
||||
a new blank media when the run fails due to lack of remaining space on
|
||||
To be used several times on the same medium, whenever an update of
|
||||
the two disk trees to the medium is desired. Begin with a blank medium and
|
||||
update it until he run fails gracefully due to lack of remaining space on
|
||||
the old one.
|
||||
@*
|
||||
Do not let xorriso -as cdrecord load the media,
|
||||
Do not let xorriso -as cdrecord load the medium,
|
||||
but rather do this manually or by a program that reads from /dev/sr0.
|
||||
@*
|
||||
@sp 1
|
||||
@ -1731,9 +1731,11 @@ on media and if the expected changes are much smaller than the full backup.
|
||||
@strong{Better do not use your youngest backup for -old-root}.
|
||||
Have at least two media which you use alternatingly. So only older backups
|
||||
get endangered by the new write operation, while the newest backup is
|
||||
stored safely on a different media.
|
||||
Always have a blank media ready to perform a full backup in case the update
|
||||
attempt fails due to insufficient remaining capacity.
|
||||
stored safely on a different medium.
|
||||
@*
|
||||
Always have a blank medium ready to perform a full backup in case the update
|
||||
attempt fails due to insufficient remaining capacity. This failure will
|
||||
not spoil the old medium, of course.
|
||||
@*
|
||||
@sp 1
|
||||
@c man .sp 1
|
||||
@ -1812,7 +1814,7 @@ With the first session:
|
||||
With the second session, option -old-root refers to /session1 and the
|
||||
new -root is /session2.
|
||||
@*
|
||||
Do not let xorriso -as cdrecord load the media,
|
||||
Do not let xorriso -as cdrecord load the medium,
|
||||
but rather do this manually or by a program that reads from /dev/sr0.
|
||||
@*
|
||||
@sp 1
|
||||
|
Reference in New Issue
Block a user