1PKTSETUP(8) System Manager's Manual 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 pktsetup -s
13
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: HOWTO.udf (in the udftools documents directory)
21
22
24 Pktsetup returns 0 on success, nonzero on failure.
25
26
28 -d packet-device
29 Delete the association between the specified packet-device and
30 its block device.
31
32
33 -s Show the current device mapping, one device per line, in the
34 format
35 name : pktdevid -> blkdevid
36 (e.g. "0 : 253:0 -> 22:0")
37
38
40 The following commands provide an example of using the packet device.
41
42 cdrwtool -d /dev/sr0 -q
43 pktsetup 0 /dev/sr0
44
45 mount -t udf /dev/pktcdvd0 /mnt
46 ...
47 umount /dev/pktcdvd0
48 pktsetup -d 0
49
51 /dev/pktcdvd0,/dev/pktcdvd1,... CD/DVD packet devices
52
53
55 Jens Axboe <axboe@suse.de>
56 Some additions by Richard Atterer <atterer@debian.org>
57
58
60 pktsetup is part of the udftools package and is available from
61 https://github.com/pali/udftools/.
62
63
65 cdrwtool(1)
66
67
68
69System Management Commands udftools PKTSETUP(8)