umount.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行

1
60
字号


UMOUNT(1)                 Minix Programmer's Manual                  UMOUNT(1)


NAME
     umount - unmount a mounted file system

SYNOPSIS
     umount special

OPTIONS
     (none)

EXAMPLES

     umount /dev/fd1     # Unmount diskette 1

DESCRIPTION

     A mounted file system is unmounted after the cache has  been  flushed  to
     disk.   A  diskette should never be removed while it is mounted.  If this
     happens, and is discovered  before  another  diskette  is  inserted,  the
     original  one  can  be replaced without harm.  Attempts to unmount a file
     system holding working directories or open files will be rejected with  a
     'device busy' message.

SEE ALSO
     mount(1), umount(2).




























                                                                             1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?