/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Linux/hardware/cdrw/cdrecord.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Writing multisession CD
 
2
-----------------------
 
3
1. Theory:
 
4
    All, expect last session must be written with "-multi" option. 
 
5
    All, tracks must been composed with '-R'(RockRidge) option
 
6
    Tracks must been writed in XA2 mode (automatic)
 
7
    Second and later session Images must be created in next way:
 
8
        I,J=cdrecord dev=... -msinfo
 
9
        mkisofs -R -C I,J -M /dev/scd0 ...
 
10
        
 
11
2. cdrecord 1.11 doesn't support continuing CD's started in Windows
 
12
3. I also can't force cdrecord 1.10 (MDK 8.1) to write simple rockrige
 
13
    multisession CD ;(((( Only first track are visible...
 
14
 
 
15
Localisation
 
16
------------
 
17
 
 
18
1. mkisofs --input-charset koi8-r
 
19
    if cp866 encoding recoded to koi8-r (codepage=866,charset=koi8-r)
 
20
   
 
21
   This will give good encoding and in Windows (if -J specified) and in 
 
22
   Linux (if -r specified).
 
23
 
 
24
Writing DVDs
 
25
------------
 
26
1. Maximum Size: 4,701,000,000
 
27
2. cdrecord-dvdhack -dao ...
 
28
 
 
29
Writing DVDs using dvd+rw tools
 
30
-------------------------------
 
31
Writing ISO:
 
32
    growisofs [-speed=2] -Z /dev/scd0=DarkLin.iso
 
33
Formating DVD+RW:
 
34
    dvd+rw-format /dev/scd0
 
35
 
 
36
Plextor DVD+RW
 
37
--------------
 
38
1. Both growisofs/cdrecord/dvdrecord failed to setup writing speed of DVD+R 
 
39
disks. Both ignoring speed parameters and write on maximum speed...
 
40
2. cdrecord/dvdrecord have problems with writing DVD+R(W) disks on Plextor,
 
41
CD-RW writes without problem.
 
42
 
 
43
Serial-ATA
 
44
----------
 
45
1. The device should be in AHCI mode, otherwise it is not detected by Linux
 
46
kernel.
 
47
2. Nero requires mod_sg driver to be loaded
 
48
 
 
49
Packet Writing
 
50
==============
 
51
1. cdrwtool -d /dev/sr0 -q  (Formating)
 
52
2. pktsetup /dev/pktcdvd0 /dev/sr0
 
53
3. mount -t udf /dev/pkt.. /mnt/cdrom
 
54
4. ........ Writing files ...........
 
55
5. umount /mnt/cdrom
 
56
6. pktsetup -d /dev/pkt...
 
57
 
 
58
 
 
59
Large Files
 
60
===========
 
61
It is quite difficult to get ISO files with 4GB+ files inside.
 
62
1. Until 4GB recent versions of mkisofs are doing well.
 
63
2. 4GB+ is not supported by ISO9660 and UDF should be used.
 
64
3. UDF support in mkisofs is not full, and files above 4GB are not supported
 
65
4. UDF can be created using udftools and kernel
 
66
    dd if=/dev/zero of=m1.udf bs=64k seek=71715 count=1
 
67
    mkudffs --media-type=dvd m1.udf
 
68
    mount -t udf m1.udf image/ -o loop
 
69
5. UDF support in kernel is broken (2.6.18) and limited by 1GB files :)
 
70
6. Nero is able to produce good UDF file system and write it to DVD's or
 
71
   NRG images.
 
72
7. Convertion of NRG to ISO is still not possible.
 
73
    nrg2iso generates invalid iso file.
 
74
    Other tested tools are also not abable to work with UDF images
 
75
8. So it posible to convert image in Windows or it should be just copied back
 
76
   from writed DVD.
 
77
   
 
 
b'\\ No newline at end of file'