21 lines
800 B
SQL
21 lines
800 B
SQL
# $Revision: 1.1 $
|
|
#
|
|
# Device Table
|
|
#
|
|
# Format\: Colon-list
|
|
# alias\:cdevice\:bdevice\:pathname\:attrs
|
|
#
|
|
# Fields\:
|
|
# alias The device alias (primary key)
|
|
# cdevice Pathname to the inode for the character device
|
|
# bdevice Pathname to the inode for the block device
|
|
# pathname Pathname to the inode for the device
|
|
# attrs Expression-list\: attributes of the device
|
|
# An expression in this list is of the form attr=\"value\"
|
|
# where attr is the attribute name and value is the
|
|
# value of that attribute.
|
|
#
|
|
spool:::/var/spool/pkg:desc="Packaging Spool Directory"
|
|
#
|
|
tape:/dev/tape:::desc="Default Cartridge Tape Drive" volume="cartridge tape" type="tape" removable="true" capacity="245760" bufsize="20480" norewind="/dev/nrtape" removecmd="/usr/bin/mt -f /dev/tape offline" erasecmd="true"
|