Messages in this thread Patch in this message |  | | | From | "Justin P. Mattock" <> | | Subject | [PATCH 18/18]Documentation/cdrom/packet-writing.txt update web address. | | Date | Tue, 20 Jul 2010 21:51:54 -0700 |
| |
The patch below removes info about an old program in of which I could not find for the life of me, and just points to a an updated address. If anybody knows let me know and I'll resend.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
--- Documentation/cdrom/packet-writing.txt | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/Documentation/cdrom/packet-writing.txt b/Documentation/cdrom/packet-writing.txt index 1c40777..a9433b4 100644 --- a/Documentation/cdrom/packet-writing.txt +++ b/Documentation/cdrom/packet-writing.txt @@ -94,17 +94,7 @@ Using the pktcdvd sysfs interface --------------------------------- Since Linux 2.6.20, the pktcdvd module has a sysfs interface -and can be controlled by it. For example the "pktcdvd" tool uses -this interface. (see http://people.freenet.de/BalaGi#pktcdvd ) - -"pktcdvd" works similar to "pktsetup", e.g.: - - # pktcdvd -a dev_name /dev/hdc - # mkudffs /dev/pktcdvd/dev_name - # mount -t udf -o rw,noatime /dev/pktcdvd/dev_name /dvdram - # cp files /dvdram - # umount /dvdram - # pktcdvd -r dev_name +and can be controlled by it. see: http://packet-cd.sourceforge.net/ For a description of the sysfs interface look into the file: -- 1.7.1.rc1.21.gf3bd6
|  |