1PKTSETUP(8) System Management Commands PKTSETUP(8)
2
3
4
6 pktsetup - set up and tear down packet device associations
7
8
10 pktsetup packet_device block_device
11 pktsetup -d packet_device
12
14 Pktsetup is used to associate packet devices with CD or DVD block
15 devices, so that the packet device can then be mounted and potentially
16 used as a read/write filesystem. This requires kernel support for the
17 packet device, and the UDF filesystem.
18
19 See: http://packet-cd.sourceforge.net/ ⟨⟩
20
21
23 Pktsetup returns 0 on success, nonzero on failure.
24
25
27 -d packet-device
28 Delete the association between the specified packet-device and
29 its block device.
30
31
33 The following commands provide an example of using the packet device.
34
35 cdrwtool -d /dev/sr0 -q
36 pktsetup /dev/pktcdvd0 /dev/sr0
37
38 mount -t udf /dev/pktcdvd0 /mnt
39 ...
40 umount /dev/pktcdvd0
41 pktsetup -d /dev/pktcdvd0
42
44 /dev/pktcdvd0,/dev/pktcdvd1,... CD/DVD packet devices (block major=97)
45
46
48 Jens Axboe <axboe@suse.de>
49
50
52 pktsetup is part of the udftools package and is available from
53 http://linux-udf.sourceforge.net.
54
55
57 cdrwtool(1)
58
59
60
61udftools-1.0.0b2 2002-02-09 PKTSETUP(8)