MOUNT.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH MOUNT 1
  2. .SH NAME
  3. mount - mount a file system
  4. .SH SYNOPSIS
  5. fBmount fIspecial fIfilefR [fB-rfR]fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-r" "File system is mounted read-only"
  19. .SH EXAMPLES
  20. .EX "mount /dev/fd1 /user" "Mount diskette 1 on fI/userfP"
  21. .SH DESCRIPTION
  22. .PP
  23. The file system contained on the special file is mounted on fIfilefP.
  24. In the example above, the root directory of the file system in drive 1
  25. can be accessed as
  26. .B /user
  27. after the mount.
  28. When the file system is no longer needed, it must be unmounted before being
  29. removed from the drive.
  30. .SH "SEE ALSO"
  31. .BR df (1),
  32. .BR mkfs (1),
  33. .BR fsck (1),
  34. .BR umount (1),
  35. .BR mount (2),
  36. .BR fstab (5).