Gentoo Archives: gentoo-user-fr

From: Laurent Jourden-Courtain <laurent.jourden@×××××××.net>
To: gentoo-user-fr@l.g.o
Subject: Re: [gentoo-user-fr] formatage UDF + archivage + équivalent robocopy
Date: Tue, 20 Dec 2005 17:53:28
Message-Id: 30398.193.58.247.50.1135101167.squirrel@parc.jourden.net
In Reply to: Re: [gentoo-user-fr] formatage UDF + archivage + équivalent robocopy by gigi
1 On Sat, December 17, 2005 15:19, gigi wrote:
2 > par contre je n'avais pas validé le packet writing au niveau du noyau et
3 > pourtant j'arrive à copier et supprimer sur un DVD que j'avais déjà au
4 > format UDF !!
5 > comprend pas .
6
7 Avec un DVD+RW c'est possible sans activer le packet writing. Il y a des
8 graveurs qui le refusent, d'autres qui l'acceptent plus ou moins bien.
9
10 Extrait de la doc /usr/src/linux/Documentation/cdrom/packet-writing.txt
11 ###
12 Packet writing for DVD+RW media
13 -------------------------------
14
15 According to the DVD+RW specification, a drive supporting DVD+RW discs
16 shall implement "true random writes with 2KB granularity", which means
17 that it should be possible to put any filesystem with a block size >=
18 2KB on such a disc. For example, it should be possible to do:
19
20 # mkudffs /dev/hdc
21 # mount /dev/hdc /cdrom -t udf -o rw,noatime
22
23 However, some drives don't follow the specification and expect the
24 host to perform aligned writes at 32KB boundaries. Other drives does
25 follow the specification, but suffer bad performance problems if the
26 writes are not 32KB aligned.
27
28 Both problems can be solved by using the pktcdvd driver, which always
29 generates aligned writes.
30
31 # pktsetup /dev/pktcdvd0 /dev/hdc
32 # mkudffs /dev/pktcdvd0
33 # mount /dev/pktcdvd0 /cdrom -t udf -o rw,noatime
34 ###
35
36 --
37 Laurent Jourden-Courtain
38 Encrypted and Signed correspondence preferred
39 OpenPGP Public Key ID: 0xE0D96090
40 Key Fingerprint : 1145 79CC 4668 897F 5D82 5BB6 A15C DE7E E0D9 6090
41 http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0xE0D96090
42 --
43 gentoo-user-fr@g.o mailing list