|
NAME | SYNOPSIS | DESCRIPTION | EXIT STATUS | OPTIONS | EXAMPLE | FILES | AUTHOR | AVAILABILITY | SEE ALSO | COLOPHON |
PKTSETUP(8) System Manager's Manual PKTSETUP(8)
pktsetup - set up and tear down packet device associations
pktsetup packet_device block_device
pktsetup -d packet_device
pktsetup -s
Pktsetup is used to associate packet devices with CD or DVD block
devices, so that the packet device can then be mounted and
potentially used as a read/write filesystem. This requires kernel
support for the packet device, and the UDF filesystem.
See: HOWTO.udf (in the udftools documents directory)
Pktsetup returns 0 on success, nonzero on failure.
-d packet-device
Delete the association between the specified packet-device and
its block device.
-s Show the current device mapping, one device per line, in the
format
name : pktdevid -> blkdevid
(e.g. "0 : 253:0 -> 22:0")
The following commands provide an example of using the packet device.
cdrwtool -d /dev/sr0 -q
pktsetup 0 /dev/sr0
mount -t udf /dev/pktcdvd0 /mnt
...
umount /dev/pktcdvd0
pktsetup -d 0
/dev/pktcdvd0,/dev/pktcdvd1,... CD/DVD packet devices
Jens Axboe <axboe@suse.de>
Some additions by Richard Atterer <atterer@debian.org>
pktsetup is part of the udftools package and is available from
https://github.com/pali/udftools/.
cdrwtool(1)
This page is part of the udftools (Linux tools for UDF filesystems
and DVD/CD-R(W) drives) project. Information about the project can
be found at ⟨https://github.com/pali/udftools⟩. If you have a bug
report for this manual page, see
⟨https://github.com/pali/udftools/issues⟩. This page was obtained
from the project's upstream Git repository
⟨https://github.com/pali/udftools.git⟩ on 2020-08-13. (At that time,
the date of the most recent commit that was found in the repository
was 2020-03-21.) If you discover any rendering problems in this HTML
version of the page, or you believe there is a better or more up-to-
date source for the page, or you have corrections or improvements to
the information in this COLOPHON (which is not part of the original
manual page), send a mail to man-pages@man7.org
System Management Commands udftools PKTSETUP(8)
Pages that refer to this page: cdrwtool(1) , udfinfo(1) , wrudf(1) , mkfs.udf(8) , mkudffs(8) , udflabel(8)