Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
FSTAB.5
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:
OS Develop
Development Platform:
WINDOWS
- .TH FSTAB 5
- .SH NAME
- fstab, mtab - list of file systems to mount, mounted file system table.
- .SH SYNOPSIS
- .B /etc/fstab
- .sp
- .B /etc/mtab
- .SH DESCRIPTION
- .B /etc/fstab
- is a table of file system to mount at boot time,
- .B /etc/mtab
- is a table of currently mounted file systems as maintained by
- .B mount
- and
- .BR umount .
- .PP
- .B /etc/fstab
- is not read by
- .B mount
- as it should be. It is instead a simple shell script listing the three
- devices that Minix needs to operate: The device names of the root file
- system, the temporary (scratch) file system, and the file system for
- .BR /usr .
- Of these only the /usr file system is mounted in
- .BR /etc/rc ,
- the scratch file system is there for the system administrator to test new
- kernels, or as a temporary file system.
- .PP
- .B /etc/mtab
- contains lines of four fields. The layout is:
- .sp
- .RS
- .nf
- .ft B
- .ta +10n +13n +8n
- device directory type options
- .ft P
- .fi
- .RE
- .PP
- These fields may be explained as follows:
- .sp
- .B device
- .br
- .RS
- A block special device.
- .RE
- .sp
- .B directory
- .br
- .RS
- Mount point.
- .RE
- .sp
- .B type
- .br
- .RS
- Either
- .BR 1 ,
- or
- .BR 2 ,
- indicating a V1 or V2 file system.
- .RE
- .sp
- .B options
- .br
- .RS
- Either
- .BR ro ,
- or
- .BR rw ,
- indicating a read-only or read-write mounted file system.
- .RE
- .SH FILES
- .TP 15n
- .B /etc/fstab
- Shell script naming three important file systems.
- .TP
- .B /etc/mtab
- List of mounted file systems.
- .SH "SEE ALSO"
- .BR printroot (8),
- .BR mount (1),
- .BR fsck (1),
- .BR mkfs (1).
- .SH BUGS
- .B /etc/fstab
- is a joke.
- .SH AUTHOR
- Kees J. Bot (kjb@cs.vu.nl)