📄 stinit.def.examples
字号:
# This file contains example definitions for different kinds of tape# devices. If the user agrees with the definitions, they can be used# in the definition file stinit.def by changing the manufacturer and# model fields to correspond the real tape device being defined.# The common definitions that can usually be used{buffer-writes read-ahead async-writes scsi2logical=1}# A non-compressing DAT (DDS-1)# The manufacturer, model, and revision strings can be obtained,# from the file /proc/scsi/scsi (cat /proc/scsi/scsi).manufacturer=XYZ model = "UVW1" {scsi2logical=1 can-bsr can-partitions auto-lockmode1 blocksize=0mode2 blocksize=1024 }# A compressing DAT (DDS-1-DC or DDS-[234])manufacturer=XYZ model = "UVW2" {can-bsr can-partitions auto-lockmode1 blocksize=0 compression=1mode2 blocksize=1024 compression=1mode3 blocksize=0 compression=0mode4 blocksize = 1024 compression=0 }# A QIC-150 drivemanufacturer=XYZ model="UVW3" {scsi2logical=0mode1 # blocksize=512 defined by drive}# A QIC-320/525 drivemanufacturer=XYZ model="UVW4" {defs-for-writesmode1 blocksize=0 density=0x11 # QIC-320mode2 blocksize=1024 density=0x11 # QIC-320mode3 blocksize=512 density=0x10 # QIC-150}# Exabyte 8505 and other similar 8 mm helical scan drivermanufacturer=XYZ model = "UVW5" {can-bsr auto-lockcleaning=0x080821mode1 blocksize=0 density=0x8c # 8500 density, compressingmode2 blocksize=0 density=0x15 # 8500 density, no compressionmode3 blocksize=0 density=0x90 # 8200 density, compressingmode4 blocksize=0 density=0x14 # 8200 density, no compression}# A reel-to-reel tape with 6250/1600/800 bpi densitiesmanufacturer=XYZ model = "UVW6" {can-bsr two-fmsscsi2logical=0mode1 blocksize=0 density=3 # 6250 bpimode2 blocksize=0 density=11 # 1600 bpimode3 blocksize=0 density=1 # 800 bpi}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -