1PKTSETUP(8)               System Management Commands               PKTSETUP(8)
2
3
4

NAME

6       pktsetup - set up and tear down packet device associations
7
8

SYNOPSIS

10       pktsetup packet_device block_device
11       pktsetup -d packet_device
12       pktsetup -s
13

DESCRIPTION

15       Pktsetup  is  used  to  associate  packet  devices with CD or DVD block
16       devices, so that the packet device can then be mounted and  potentially
17       used  as  a read/write filesystem. This requires kernel support for the
18       packet device, and the UDF filesystem.
19
20       See: http://packet-cd.sourceforge.net/ ⟨⟩
21
22

EXIT STATUS

24       Pktsetup returns 0 on success, nonzero on failure.
25
26

OPTIONS

28       -d packet-device
29              Delete the association between the specified  packet-device  and
30              its block device.
31
32       -s     Show device mappings.
33
34

EXAMPLE

36       The following commands provide an example of using the packet device.
37
38              cdrwtool -d /dev/sr0 -q
39              pktsetup /dev/pktcdvd0 /dev/sr0
40
41              mount -t udf /dev/pktcdvd0 /mnt
42               ...
43              umount /dev/pktcdvd0
44              pktsetup -d /dev/pktcdvd0
45

FILES

47       /dev/pktcdvd0,/dev/pktcdvd1,...  CD/DVD packet devices (block major=97)
48
49

AUTHOR

51       Jens Axboe <axboe@suse.de>
52
53

AVAILABILITY

55       pktsetup  is  part  of  the  udftools  package  and  is  available from
56       http://linux-udf.sourceforge.net.
57
58

SEE ALSO

60       cdrwtool(1)
61
62
63
64udftools-1.0.0b2                  2002-02-09                       PKTSETUP(8)
Impressum