Updated xorriso documentation

This commit is contained in:
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
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:
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