Lines Matching refs:device
1 Channel attached Tape device driver
8 The LINUX for zSeries tape device driver manages channel attached tape drives
15 The device driver supports a maximum of 128 tape devices.
16 No official LINUX device major number is assigned to the zSeries tape device
19 Typically it will get major number 254 for both the character device front-end
20 and the block device front-end.
22 The tape device driver needs no kernel parameters. All supported devices
24 The devices detected are ordered by their subchannel numbers. The device with
25 the lowest subchannel number becomes device 0, the next one will be device 1
29 Tape character device front-end
31 The usual way to read or write to the tape device is through the character
32 device front-end. The zSeries tape device driver provides two character devices
33 for each physical device -- the first of these will rewind automatically when
36 The character device nodes are named /dev/rtibm0 (rewinding) and /dev/ntibm0
37 (non-rewinding) for the first device, /dev/rtibm1 and /dev/ntibm1 for the
40 The character device front-end can be used as any other LINUX tape device. You
45 Most LINUX tape software should work with either tape character device.
48 Tape block device front-end
50 The tape device may also be accessed as a block device in read-only mode.
55 One block device node is provided for each physical device. These are named
56 /dev/btibm0 for the first device, /dev/btibm1 for the second and so on.
62 Tape block device example
65 tape device. ISO9660 filesystem support must be built into your system kernel
83 - write the filesystem to the character device driver
89 - Now you can mount your new filesystem as a block device: