Displaying 3 results from an estimated 3 matches for "xorrecord".
Did you mean:
logrecord
2018 Apr 27
0
formating DVR-RW
...reduces life time.
(The other overwritable DVD and BD types need no /dev/pktcdvd* because
they can be used for addressing with 2 KiB granularity.)
Nataraj wrote:
> I suggest that you try xorriso.
Thank you for flying xorriso. :))
It has a cdrecord-wodim-compatibility mode described in man 1 xorrecord.
Formatting is done by:
xorrecord -v dev=/dev/sr0 blank=format_overwrite
The native command mode is more versatile but demands learning new names
and new rules. See man 1 xorriso.
xorriso -outdev /dev/sr0 -format as_needed
The mode "as_needed" formats what can be formatted and is...
2014 Jan 20
3
[PATCH] Add some man pages.
Add very basic pages for:
isohybrid - It's not particularly more useful than --help, but my QA
department really wants this to exist.
memdiskfind - Explain what it does and its invocation.
Signed-off-by: Peter Jones <pjones at redhat.com>
---
man/isohybrid.1 | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
man/memdiskfind.1 | 10 +++++++++
2 files changed, 71
2014 Feb 02
2
xorriso or genisoimage syntax assistance
...d
in mkisofs. Vice versa, several mkisofs options are not supported
by xorriso -as mkisofs. Most notably: -udf, -hfs.
You may also use xorriso to put the ISO image onto optical
media on GNU/Linux, FreeBSD, or Solaris:
xorriso -as cdrecord -v blank=as_needed -eject output.iso
(Documented in man xorrecord.)
Send bug reports or enhancement wishes to me directly or to
bug-xorriso at gnu.org
Have a nice day :)
Thomas