search for: multisession

Displaying 19 results from an estimated 19 matches for "multisession".

2002 May 14
1
isolinux and multisession cds
Is it possible for isolinux to support multisession cds? This would be handy for adding kernels to the cd w/o reburning the whole thing.
2018 Apr 29
1
formating DVR-RW
On Sun, 29 Apr 2018, Thomas Schmitt wrote: > Michael Hennebry wrote: >> The last time I use it [K3B], , it crapped out after writing, >> but before finalizing. > > Sounds like a growisofs problem. > > If it was with unformatted DVD-R or DVD-RW media, does it resemble this > error ? > https://bugzilla.redhat.com/show_bug.cgi?id=810483 > > Any message from
2001 Feb 09
0
Some problems with Nero
...have to insert the original before starting Nero and when Nero asks to insert the blank media to be written to (and I do that), Nero cannot see it (claims there is no free space on the cd). I can create a cd-image of the source cd, quit Nero, change media, start Nero and write the image. I believe multisession cd's also cause problems. I am unable to start or continue a multisession cd. I am using the Ricoh MP9120 IDE writer, mounted at /dev/scd0 (dev=0,0,0) using the ide2scsi kernel module. Wine does give some of these messages: fixme:aspi:SendASPI32Command ASPI: Partially implemented SC_HA_INQUI...
2006 Feb 03
3
Booting UDF?
Greetings, I wonder whether there are any plans to build udflinux or the likes. I've searched through the mailing list, finding out that should I create a mixed ISO9660/UDF filesystem. Unfortunately, that is not an option if I want to use a significant feature of UDF filesystem, which is writing. Making a mixed ISO9660/UDF, using mkisofs -udf, will (to my best knowledge) not allow me to
2007 Feb 14
1
Help regarding DVD burning in multi session
Dear All, I am burning DVD using growisofs command and -M option for multi session burning. Command is executing properly but when I try to mount dvd, it is displaying error and error no is 32. Therefore, I am not able to view the DVD contents. If I try to read same written DVD on Win-XP, I am able to view it all records. Can u tell me where I am making mistake. I am using the following command:
2008 Apr 04
0
looking 4
I used to have Cool Edit Pro (i was working with multisessions like crazy, it's a great tool) but i don't remember the number of my version at that time and my version was loading and reading MP3 but i lost to a virus my laptop. Now i'm looking 4 help, i bought Cool ?dit Pro V1.2 from e Bay and i got a message from it like this: error 126 L...
2020 Apr 29
0
mclapply returns NULLs on MacOS when running GAM
...d at the top of their script). (Disclaimer: I'm the author) The 'future' framework tries to take this developer-end-user separation one step further and with a lower level API - future(), value(), resolved() - for which different parallel backends have been implemented, e.g. multicore, multisession ("PSOCK"), cluster (any parallel::makeCluster() cluster), callr, batchtools (HPC job schedulers), etc. All these have been tested to conform to the Future API specs, so we know our parallel code works regardless of which of these backends the user picks. Now, based on these basic future...
2020 Apr 29
2
mclapply returns NULLs on MacOS when running GAM
Thanks Simon, I will take note of the sensible default for core usage. I?m trying to achieve small scale parallelism, where tasks take 1-5 seconds and make fuller use of consumer hardware. Its not a HPC-worthy computation but even laptops these days come with 4 cores and I don?t see a reason to not make use of it. The goal for the current piece of code I?m working on is to bootstrap many
2003 Jun 15
2
dvd+rw-tools ported to FreeBSD (Sony 500A DVD[+/-]R[W] support)
I just finished up a port of Andy Polyakov's excellent dvd+rw-tools to FreeBSD, and he has incorporated the patches into his release: http://fy.chalmers.se/~appro/ http://fy.chalmers.se/~appro/linux/DVD+RW/ http://fy.chalmers.se/~appro/linux/DVD+RW/tools/ (version 5.8.4.4.4) These tools support DVD-R, DVD-RW, DVD+R, and DVD+RW format dvd burners, including the popular Sony
2004 Dec 08
3
isolinux needing mkisofs
Due to limitations of equipment, I have need of using the isolinux boot loader with .iso files generated by roxio. After trying (and of course failing) with an off the shelf version of isolinux, I grabbed the source for isolinux (syslinux 2.11 package) and started looking. It took a few hours to orient myself, but I ended up doing the modification below to isolinux.asm. I then had to write
2003 Jul 05
2
NEC 1300A DVD-R writing
...e hardware ============= NEC ND-1300A vendor info: http://www.necd.de/productdetail.php?id=671&lang=ENG Shortlist, modes supported: DVD single/dual-layers, DVD single/double-sided, DVD Video, DVD-ROM, DVD-R(W), DVD+R(W), CD-ROM, CD-ROM XA, CD-Text, CD-Video, CD-Extra, CD-DA, Photo-CD (single-/multisession), CD-R(W) The media ============= GET [CURRENT] CONFIGURATION: Mounted Media: 11h, DVD-R Sequential READ DVD STRUCTURE[#E]: Data Recordable Area: 16621272 MediaID: PRINCO READ DVD STRUCTURE[#10h]: Media Book Type: 25h, DVD-R book [revision 5] Legacy lead-out...
2020 Apr 07
1
ISOLINUX stuck at boot menu. How do I debug ?
I have just created an ISO containing Fedora and ISOLinux as the bootloader. This is the ISO creation command: genisoimage -U -r -v -T -J -joliet-long -V "Fedora-WS-Live-31-1-9" -volset "Fedora-WS-Live-31-1-9" -A "Fedora-WS-Live-31-1-9" -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e
2003 Feb 03
4
[Bug 40] system hangs, Availability problems, maybe conntrack bug, possible reason here.
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=40 laforge@netfilter.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From laforge@netfilter.org 2003-02-03 16:49 ------- We haven't seen this
2007 Apr 18
20
[patch 00/20] XEN-paravirt: Xen guest implementation for paravirt_ops interface
This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual block
2007 Apr 18
20
[patch 00/20] XEN-paravirt: Xen guest implementation for paravirt_ops interface
This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual block
2007 Apr 18
20
[patch 00/20] XEN-paravirt: Xen guest implementation for paravirt_ops interface
This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual block
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
33
[RFC PATCH 00/33] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths