Red Hat ENTERPRISE LINUX 3 Reference Manual page 75

Hide thumbs Also See for ENTERPRISE LINUX 3:
Table of Contents

Advertisement

proc
Chapter 5. The
5.2.22.
/proc/mounts
This file provides a list of all mounts in use by the system:
rootfs / rootfs rw 0 0
/dev/hda2 / ext3 rw 0 0
/proc /proc proc rw 0 0
/dev/hda1 /boot ext3 rw 0 0
none /dev/pts devpts rw 0 0
none /dev/shm tmpfs rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
The output found here is similar to contents of
date.
The first column specifies the device that is mounted, the second column reveals the mount point, and
the third column tells the file system type, and the fourth column tells you if it is mounted read-only
(
) or read-write (
ro
rw
used in
.
/etc/mtab
5.2.23.
/proc/mtrr
This file refers to the current Memory Type Range Registers (MTRRs) in use with the system. If the
system architecture supports MTRRs, then the
reg00: base=0x00000000 (
MTRRs are used with the Intel P6 family of processors (Pentium II and higher) and control processor
access to memory ranges. When using a video card on a PCI or AGP bus, a properly configured
file can increase performance more than 150%.
/proc/mtrr
Most of the time, this value is properly configured by default. More information on manually config-
uring this file, can be found online at the following URL:
http://web1.linuxhq.com/kernel/v2.3/doc/mtrr.txt.html
5.2.24.
/proc/partitions
Most of the information here is of little importance to the user, except for the following columns:
— The major number of the device with this partition. The major number in our example
major
(
) corresponds with the block device
3
— The minor number of the device with this partition. This serves to separate the partitions
minor
into different physical devices and relates to the number at the end of the name of the partition.
— Lists the number of physical disk blocks contained in a particular partition.
#blocks
— The name of the partition.
name
5.2.25.
/proc/pci
This file contains a full listing of every PCI device on the system. Depending on the number of PCI
devices,
/proc/pci
the following:
File System
). The fifth and sixth columns are dummy values designed to match the format
0MB), size=
ide0
can be rather long. A sampling of this file from a basic system looks similar to
, except that
/etc/mtab
file may look similar to the following:
/proc/mtrr
64MB: write-back, count=1
in
.
/proc/devices
is more up-to-
/proc/mount
57

Advertisement

Table of Contents
loading

Table of Contents