Red Hat LINUX 7.2 Reference Manual page 74

Hide thumbs Also See for LINUX 7.2:
Table of Contents

Advertisement

74
none /dev/pts devpts rw 0 0
automount(pid696) /misc autofs rw 0 0
The output found here is similar to contents of /etc/mtab, except that /proc/mount can be more
current.
The first column specifies the device that is mounted, with the second column revealing the mount-
point. The third column tells the filesystem type, and the fourth column tells you if it is mounted
read-only (ro) or read-write (rw). The fifth and sixth columns are dummy values designed to match
the format used in /etc/mtab.
4.2.23 /proc/mtrr
This file refers to the current Memory Type Range Registers (MTRRs) in use with the system. If your
system's architecture supports MTRRs, your mtrr might look something like this:
reg00: base=0x00000000 (
MTRRs are used with Intel P6 family of processors (Pentium Pro and higher), and they are used to
control processor access to memory ranges. When using a video card on a PCI or AGP bus, a properly
configured mtrr file can increase performance over 150%.
Most of the time, this value is properly configured for you. For more information on MTRRs and
manually configuring this file, please see http://web1.linuxhq.com/kernel/v2.3/doc/mtrr.txt.html.
4.2.24 /proc/partitions
For very detailed information on the various partitions currently available to the system,
major minor
3
3
3
3
3
3
Most of the information here is of little importance to most users, except for the following lines:
major — The major number of the device with this partition. The major number in our example
(3) corresponds with the ide0 device in /proc/devices, letting us know the kind of device
driver used to interact with that partition.
minor — The minor number of the device with this partition. This serves to separate the parti-
tions into different physical devices and relates to the number at the end of the name of the partition.
#blocks — Lists the number of physical disk blocks contained in a particular partition.
0MB), size=
#blocks
name
0
6297480 hda 103927 109145 1549044 1461980 66873 30417 780568 60414
1
56196 hda1 299 1995 4588 1300 17 9 52 5450 0 5210 6750
2
1 hda2 0 0 0 0 0 0 0 0 0 0 0
5
4610623 hda5 95638 62150 1262322 1304320 63580 16715 644512 539971
6
136521 hda6 6808 22109 231336 148110 2384 13484 127608 485020 0 1
7
1494013 hda7 1182 22891 50798 8250 892 209 8396 151240 0 86990 159
Chapter 4:The /proc Filesystem
64MB: write-back, count=1
rio rmerge rsect ruse wio wmerge wsect wuse runni

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the LINUX 7.2 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Linux 7.2

Table of Contents