Updated xorriso documentation

This commit is contained in:
Thomas Schmitt 2008-12-16 16:37:49 +00:00
parent 1a5307c2e9
commit 2efe2b0f01
2 changed files with 8 additions and 2 deletions

View File

@ -123,9 +123,13 @@ Better try to unmount an eventually mounted media before a write run.
Besides true optical drives, xorriso can also address disk files as input or Besides true optical drives, xorriso can also address disk files as input or
output drives. The addresses of the disk files have to be preceded by "stdio:". output drives. By default paths to files under /dev are accepted only if the
device represents a real optical drive. Other device files may be addressed
by prepending "stdio:" to the path.
Like: Like:
xorriso -dev stdio:/tmp/pseudo_drive ...more arguments... xorriso -dev stdio:/dev/sdb ...more arguments...
This rule may be changed by xorriso option -drive_class.
Prefix "mmc:" causes a path to be accepted only if it is a real optical drive.
Testing Testing

View File

@ -443,6 +443,8 @@ Enhancements towards previous stable version xorriso-0.2.8.pl01:
<LI>New options -mount, -mount_cmd, -session_string</LI> <LI>New options -mount, -mount_cmd, -session_string</LI>
<LI>By using libburn-0.5.9: support for BD-R media</LI> <LI>By using libburn-0.5.9: support for BD-R media</LI>
<LI>New -format modes by_size_ and fast_by_size_</LI> <LI>New -format modes by_size_ and fast_by_size_</LI>
<LI>New option -assert_volid</LI>
<LI>New option -drive_class for safety management of pseudo-drive access</LI>
<!-- <!--
<LI>- none yet -</LI> <LI>- none yet -</LI>
--> -->