|
|
|
@ -274,7 +274,7 @@ On FreeBSD the device files have names like
|
|
|
|
|
On OpenSolaris: |
|
|
|
|
-dev /dev/rdsk/c4t0d0s2 |
|
|
|
|
Get a list of accessible drives by command |
|
|
|
|
-devices |
|
|
|
|
-device_links |
|
|
|
|
It might be necessary to do this as *superuser* in order to see all |
|
|
|
|
drives and to then allow rw-access for the intended users. Consider to |
|
|
|
|
bundle the authorized users in a group like old "floppy". |
|
|
|
@ -2690,6 +2690,16 @@ File: xorriso.info, Node: Inquiry, Next: Navigate, Prev: DialogCtl, Up: Opti
|
|
|
|
|
*superuser* who is able to see all drives. |
|
|
|
|
Drives which are occupied by other processes get not shown. |
|
|
|
|
|
|
|
|
|
-device_links |
|
|
|
|
Like -devices, but presenting the drives with addresses of |
|
|
|
|
symbolic links which point to the actual device files. |
|
|
|
|
Modern GNU/Linux systems may shuffle drive addresses from boot to |
|
|
|
|
boot. The udev daemon is supposed to create links which always |
|
|
|
|
point to the same drive, regardless of its system address. The |
|
|
|
|
command -device_links shows the addresses of such links if they |
|
|
|
|
begin by "/dev/dvd" or "/dev/cd". Precedence is: "cdrw", "dvdrw", |
|
|
|
|
"cdrom", "dvd", "cd". |
|
|
|
|
|
|
|
|
|
-toc |
|
|
|
|
Show media specific table of content. This is the media session |
|
|
|
|
history, not the ISO image directory tree. |
|
|
|
@ -3627,10 +3637,10 @@ groups which shall be able to use the drives with `xorriso'. On
|
|
|
|
|
Solaris use pfexec. Consider to restrict privileges of `xorriso' to |
|
|
|
|
"base,sys_devices" and to give r-permission to user or group. |
|
|
|
|
|
|
|
|
|
$ xorriso -devices |
|
|
|
|
0 -dev '/dev/sr0' rwrw-- : '_NEC ' 'DVD_RW ND-4570A' |
|
|
|
|
1 -dev '/dev/sr1' rwrw-- : 'HL-DT-ST' 'DVDRAM GSA-4082B' |
|
|
|
|
2 -dev '/dev/sr2' rwrw-- : 'PHILIPS ' 'SPD3300L' |
|
|
|
|
$ xorriso -device_links |
|
|
|
|
1 -dev '/dev/cdrom1' rwrw-- : 'TSSTcorp' 'DVD-ROM SH-D162C |
|
|
|
|
1 -dev '/dev/cdrw' rwrw-- : 'TSSTcorp' 'CDDVDW SH-S223B' |
|
|
|
|
2 -dev '/dev/cdrw3' rwrw-- : 'HL-DT-ST' 'BDDVDRW_GGC-H20L' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
File: xorriso.info, Node: ExCreate, Next: ExDialog, Prev: ExDevices, Up: Examples |
|
|
|
@ -4235,6 +4245,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|
|
|
|
* -cpx copies files to disk: Restore. (line 88) |
|
|
|
|
* -cut_out inserts piece of data file: Insert. (line 126) |
|
|
|
|
* -dev aquires one drive for input and output: AqDrive. (line 12) |
|
|
|
|
* -device_links gets list of drives: Inquiry. (line 18) |
|
|
|
|
* -devices gets list of drives: Inquiry. (line 7) |
|
|
|
|
* -dialog enables dialog mode: DialogCtl. (line 7) |
|
|
|
|
* -disk_dev_ino fast incremental backup: Loading. (line 189) |
|
|
|
@ -4303,8 +4314,8 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|
|
|
|
* -md5 controls handling of MD5 sums: Loading. (line 155) |
|
|
|
|
* -mkdir creates ISO directory: Insert. (line 166) |
|
|
|
|
* -mount issues mount command for ISO session: Restore. (line 122) |
|
|
|
|
* -mount_cmd composes mount command line: Inquiry. (line 31) |
|
|
|
|
* -mount_cmd controls mount command: Inquiry. (line 47) |
|
|
|
|
* -mount_cmd composes mount command line: Inquiry. (line 41) |
|
|
|
|
* -mount_cmd controls mount command: Inquiry. (line 57) |
|
|
|
|
* -mv renames file in ISO image: Manip. (line 35) |
|
|
|
|
* -no_rc disables startup files: Scripting. (line 7) |
|
|
|
|
* -not_leaf sets exclusion pattern: SetInsert. (line 62) |
|
|
|
@ -4327,12 +4338,12 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|
|
|
|
* -print prints result text line: Scripting. (line 81) |
|
|
|
|
* -print_info prints message text line: Scripting. (line 84) |
|
|
|
|
* -print_mark prints synchronizing text line: Scripting. (line 87) |
|
|
|
|
* -print_size predicts image size: Inquiry. (line 69) |
|
|
|
|
* -print_size predicts image size: Inquiry. (line 79) |
|
|
|
|
* -prog sets program name: Frontend. (line 30) |
|
|
|
|
* -prog_help prints help text: Frontend. (line 33) |
|
|
|
|
* -prompt prompts for enter key: Scripting. (line 92) |
|
|
|
|
* -publisher sets publisher id: SetWrite. (line 113) |
|
|
|
|
* -pvd_info shows image id strings: Inquiry. (line 82) |
|
|
|
|
* -pvd_info shows image id strings: Inquiry. (line 92) |
|
|
|
|
* -pwd tells working directory in ISO: Navigate. (line 20) |
|
|
|
|
* -pwdx tells working directory on disk: Navigate. (line 23) |
|
|
|
|
* -quoted_not_list sets exclusions: SetInsert. (line 72) |
|
|
|
@ -4351,7 +4362,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|
|
|
|
* -scdbackup_tag enables scdbackup checksum tag: Emulation. (line 168) |
|
|
|
|
* -scsi_log reports SCSI commands: Scripting. (line 125) |
|
|
|
|
* -session_log logs written sessions: Scripting. (line 116) |
|
|
|
|
* -session_string composes session info line: Inquiry. (line 56) |
|
|
|
|
* -session_string composes session info line: Inquiry. (line 66) |
|
|
|
|
* -set_filter applies filter to file: Filter. (line 60) |
|
|
|
|
* -set_filter_r applies filter to file tree: Filter. (line 85) |
|
|
|
|
* -setfacl sets ACL in ISO image: Manip. (line 73) |
|
|
|
@ -4371,9 +4382,9 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|
|
|
|
* -stdio_sync controls stdio buffer: SetWrite. (line 245) |
|
|
|
|
* -stream_recording controls defect management: SetWrite. (line 226) |
|
|
|
|
* -system_id sets system id: SetWrite. (line 128) |
|
|
|
|
* -tell_media_space reports free space: Inquiry. (line 78) |
|
|
|
|
* -tell_media_space reports free space: Inquiry. (line 88) |
|
|
|
|
* -temp_mem_limit curbs memory consumption: Scripting. (line 74) |
|
|
|
|
* -toc shows list of sessions: Inquiry. (line 18) |
|
|
|
|
* -toc shows list of sessions: Inquiry. (line 28) |
|
|
|
|
* -uid sets global ownership: SetWrite. (line 191) |
|
|
|
|
* -update inserts path if different: Insert. (line 99) |
|
|
|
|
* -update_l inserts paths if different: Insert. (line 121) |
|
|
|
@ -4447,6 +4458,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|
|
|
|
* Drive, for input and output, -dev: AqDrive. (line 12) |
|
|
|
|
* Drive, for input, -indev: AqDrive. (line 24) |
|
|
|
|
* Drive, for output, -outdev: AqDrive. (line 31) |
|
|
|
|
* Drive, get drive list, -device_links: Inquiry. (line 18) |
|
|
|
|
* Drive, get drive list, -devices: Inquiry. (line 7) |
|
|
|
|
* Drive, list supported media, -list_profiles: Writing. (line 150) |
|
|
|
|
* Drive, reduce activity, -calm_drive: Loading. (line 235) |
|
|
|
@ -4487,7 +4499,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|
|
|
|
* Image, set volume id, -volid: SetWrite. (line 89) |
|
|
|
|
* Image, set volume set id, -volset_id: SetWrite. (line 108) |
|
|
|
|
* Image, set volume timestamp, -volume_date: SetWrite. (line 135) |
|
|
|
|
* Image, show id strings, -pvd_info: Inquiry. (line 82) |
|
|
|
|
* Image, show id strings, -pvd_info: Inquiry. (line 92) |
|
|
|
|
* Insert, enable overwriting, -overwrite: SetInsert. (line 127) |
|
|
|
|
* Insert, file exclusion absolute, -not_paths: SetInsert. (line 55) |
|
|
|
|
* Insert, file exclusion from file, -not_list: SetInsert. (line 67) |
|
|
|
@ -4598,17 +4610,17 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|
|
|
|
* Rock Ridge, _definiton: Extras. (line 6) |
|
|
|
|
* Session, _definition: Model. (line 6) |
|
|
|
|
* Session, altered start address, -displacement: Loading. (line 35) |
|
|
|
|
* Session, info string, -session_string: Inquiry. (line 56) |
|
|
|
|
* Session, info string, -session_string: Inquiry. (line 66) |
|
|
|
|
* Session, issue mount command, -mount: Restore. (line 122) |
|
|
|
|
* Session, log when written, -session_log: Scripting. (line 116) |
|
|
|
|
* Session, mount command line, -mount_cmd: Inquiry. (line 31) |
|
|
|
|
* Session, mount parameters, -mount_opts: Inquiry. (line 47) |
|
|
|
|
* Session, mount command line, -mount_cmd: Inquiry. (line 41) |
|
|
|
|
* Session, mount parameters, -mount_opts: Inquiry. (line 57) |
|
|
|
|
* Session, select as input, -load: Loading. (line 11) |
|
|
|
|
* SUN Disk Label, production: Bootable. (line 187) |
|
|
|
|
* SUN SPARC boot images, activation: Bootable. (line 220) |
|
|
|
|
* System area, _definiton: Bootable. (line 121) |
|
|
|
|
* Table-of-content, search sessions, -rom_toc_scan: Loading. (line 210) |
|
|
|
|
* Table-of-content, show, -toc: Inquiry. (line 18) |
|
|
|
|
* Table-of-content, show, -toc: Inquiry. (line 28) |
|
|
|
|
* Timestamps, set in ISO image, -alter_date: Manip. (line 147) |
|
|
|
|
* Timestamps, set in ISO image, -alter_date_r: Manip. (line 167) |
|
|
|
|
* Tree, disk, traverse, -findx: Navigate. (line 106) |
|
|
|
@ -4628,12 +4640,12 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|
|
|
|
* Write, defect management, -stream_recording: SetWrite. (line 226) |
|
|
|
|
* Write, enable Joliet, -joliet: SetWrite. (line 10) |
|
|
|
|
* Write, fifo size, -fs: SetWrite. (line 255) |
|
|
|
|
* Write, free space, -tell_media_space: Inquiry. (line 78) |
|
|
|
|
* Write, free space, -tell_media_space: Inquiry. (line 88) |
|
|
|
|
* Write, log problematic disk files, -errfile_log: Scripting. (line 96) |
|
|
|
|
* Write, log written sessions, -session_log: Scripting. (line 116) |
|
|
|
|
* Write, padding image, -padding: SetWrite. (line 268) |
|
|
|
|
* Write, pending ISO image, -commit: Writing. (line 13) |
|
|
|
|
* Write, predict image size, -print_size: Inquiry. (line 69) |
|
|
|
|
* Write, predict image size, -print_size: Inquiry. (line 79) |
|
|
|
|
* Write, set speed, -speed: SetWrite. (line 211) |
|
|
|
|
* Write, simulation, -dummy: SetWrite. (line 251) |
|
|
|
|
* xattr, _definiton: Extras. (line 52) |
|
|
|
@ -4653,53 +4665,53 @@ Node: Model3264
|
|
|
|
|
Node: Media6148 |
|
|
|
|
Node: Methods8814 |
|
|
|
|
Node: Drives11363 |
|
|
|
|
Node: Extras14671 |
|
|
|
|
Node: Processing18136 |
|
|
|
|
Node: Dialog21606 |
|
|
|
|
Node: Options23269 |
|
|
|
|
Node: AqDrive24877 |
|
|
|
|
Node: Loading27914 |
|
|
|
|
Node: Insert42181 |
|
|
|
|
Node: SetInsert51886 |
|
|
|
|
Node: Manip60454 |
|
|
|
|
Node: CmdFind69181 |
|
|
|
|
Node: Filter80443 |
|
|
|
|
Node: Writing84781 |
|
|
|
|
Node: SetWrite92774 |
|
|
|
|
Node: Bootable106820 |
|
|
|
|
Node: Jigdo120038 |
|
|
|
|
Node: Charset124284 |
|
|
|
|
Node: Exception127043 |
|
|
|
|
Node: DialogCtl133156 |
|
|
|
|
Node: Inquiry135743 |
|
|
|
|
Node: Navigate140071 |
|
|
|
|
Node: Verify148039 |
|
|
|
|
Node: Restore156704 |
|
|
|
|
Node: Emulation163364 |
|
|
|
|
Node: Scripting173167 |
|
|
|
|
Node: Frontend179295 |
|
|
|
|
Node: Examples180594 |
|
|
|
|
Node: ExDevices181765 |
|
|
|
|
Node: ExCreate182403 |
|
|
|
|
Node: ExDialog183677 |
|
|
|
|
Node: ExGrowing184939 |
|
|
|
|
Node: ExModifying185741 |
|
|
|
|
Node: ExBootable186242 |
|
|
|
|
Node: ExCharset186791 |
|
|
|
|
Node: ExPseudo187611 |
|
|
|
|
Node: ExCdrecord188509 |
|
|
|
|
Node: ExMkisofs188824 |
|
|
|
|
Node: ExGrowisofs190162 |
|
|
|
|
Node: ExException191297 |
|
|
|
|
Node: ExTime191751 |
|
|
|
|
Node: ExIncBackup192210 |
|
|
|
|
Node: ExRestore196134 |
|
|
|
|
Node: ExRecovery197092 |
|
|
|
|
Node: Files197660 |
|
|
|
|
Node: Seealso198958 |
|
|
|
|
Node: Bugreport199546 |
|
|
|
|
Node: Legal200127 |
|
|
|
|
Node: CommandIdx201057 |
|
|
|
|
Node: ConceptIdx215871 |
|
|
|
|
Node: Extras14676 |
|
|
|
|
Node: Processing18141 |
|
|
|
|
Node: Dialog21611 |
|
|
|
|
Node: Options23274 |
|
|
|
|
Node: AqDrive24882 |
|
|
|
|
Node: Loading27919 |
|
|
|
|
Node: Insert42186 |
|
|
|
|
Node: SetInsert51891 |
|
|
|
|
Node: Manip60459 |
|
|
|
|
Node: CmdFind69186 |
|
|
|
|
Node: Filter80448 |
|
|
|
|
Node: Writing84786 |
|
|
|
|
Node: SetWrite92779 |
|
|
|
|
Node: Bootable106825 |
|
|
|
|
Node: Jigdo120043 |
|
|
|
|
Node: Charset124289 |
|
|
|
|
Node: Exception127048 |
|
|
|
|
Node: DialogCtl133161 |
|
|
|
|
Node: Inquiry135748 |
|
|
|
|
Node: Navigate140592 |
|
|
|
|
Node: Verify148560 |
|
|
|
|
Node: Restore157225 |
|
|
|
|
Node: Emulation163885 |
|
|
|
|
Node: Scripting173688 |
|
|
|
|
Node: Frontend179816 |
|
|
|
|
Node: Examples181115 |
|
|
|
|
Node: ExDevices182286 |
|
|
|
|
Node: ExCreate182945 |
|
|
|
|
Node: ExDialog184219 |
|
|
|
|
Node: ExGrowing185481 |
|
|
|
|
Node: ExModifying186283 |
|
|
|
|
Node: ExBootable186784 |
|
|
|
|
Node: ExCharset187333 |
|
|
|
|
Node: ExPseudo188153 |
|
|
|
|
Node: ExCdrecord189051 |
|
|
|
|
Node: ExMkisofs189366 |
|
|
|
|
Node: ExGrowisofs190704 |
|
|
|
|
Node: ExException191839 |
|
|
|
|
Node: ExTime192293 |
|
|
|
|
Node: ExIncBackup192752 |
|
|
|
|
Node: ExRestore196676 |
|
|
|
|
Node: ExRecovery197634 |
|
|
|
|
Node: Files198202 |
|
|
|
|
Node: Seealso199500 |
|
|
|
|
Node: Bugreport200088 |
|
|
|
|
Node: Legal200669 |
|
|
|
|
Node: CommandIdx201599 |
|
|
|
|
Node: ConceptIdx216486 |
|
|
|
|
|
|
|
|
|
End Tag Table |
|
|
|
|