filesystem (1)
MOUNT - Man Page
Submitted by btilma on Wed, 12/31/2008 - 02:18.
Section: Linux Programmer's Manual (8)
Updated: 2004-12-16
Index
Updated: 2004-12-16
Index
NAME
mount - mount a file systemSYNOPSIS
mount [-lhV]
mount -a [-fFnrsvw] [-t vfstype] [-O optlist]
mount [-fnrsvw] [-o options [,...]] device | dir
mount [-fnrsvw] [-t vfstype] [-o options] device dir
DESCRIPTION
All files accessible in a Unix system are arranged in one big tree, the file hierarchy, rooted at /. These files can be spread out over several devices. The mount command serves to attach the file system found on some device to the big file tree. Conversely, the umount(8) command will detach it again.- Read more
- 48 reads


