forked from Stichting-MINIX-Research-Foundation/minix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathumount.1
More file actions
38 lines (38 loc) · 880 Bytes
/
Copy pathumount.1
File metadata and controls
38 lines (38 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.TH UMOUNT 1
.SH NAME
umount \- unmount a mounted file system
.SH SYNOPSIS
\fBumount \fIname\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
.TP 20
.B umount /dev/fd1
# Unmount diskette 1
.TP 20
.B umount /mnt
# Unmount the file system mounted on /mnt
.SH DESCRIPTION
.PP
This command unmounts a file system identified by
.IR name .
This name may be either a block special file, or the path name of a mount
point.
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.
.SH "SEE ALSO"
.BR mount (1),
.BR umount (2).