unstack, sort: cleanup and improvement
[minix.git] / man / man1 / umount.1
blob270731443999d094b1f02d7718457a7bc59ffaf5
1 .TH UMOUNT 1
2 .SH NAME
3 umount \- unmount a mounted file system
4 .SH SYNOPSIS
5 \fBumount \fIname\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH EXAMPLES
18 .TP 20
19 .B umount /dev/fd1
20 # Unmount diskette 1
21 .TP 20
22 .B umount /mnt
23 # Unmount the file system mounted on /mnt
24 .SH DESCRIPTION
25 .PP
26 This command unmounts a file system identified by
27 .IR name .
28 This name may be either a block special file, or the path name of a mount
29 point.
30 A mounted file system is unmounted after the cache has been flushed to disk.
31 A diskette should never be removed while it is mounted.
32 If this happens, and is discovered before another diskette is inserted, the
33 original one can be replaced without harm.
34 Attempts to unmount a file system holding working directories or open files
35 will be rejected with a \&'device busy\&' message.
36 .SH "SEE ALSO"
37 .BR mount (1),
38 .BR umount (2).