File: mountpy.1

package info (click to toggle)
mountpy 0.8.1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 84 kB
  • ctags: 68
  • sloc: python: 330; ansic: 78; makefile: 60; sh: 1
file content (66 lines) | stat: -rw-r--r-- 1,695 bytes parent folder | download | duplicates (2)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH MOUNTPY 1 "2004-12-09"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
mountpy \- program for quick automatic mounting and umounting of
external filesystems, especially suited for USB removable devices.
.SH SYNOPSIS
.B mountpy
.RI [ options ] " " [ devices ] 
.br
.B umountpy
.RI [ options ] " " [ devices ] 
.SH DESCRIPTION
.PP
Just run
.B mountpy
to mount all the devices. Short summary will be printed. By default, you can find mounted filesystems
under /media
.PP
Run
.B mountpy -u
or
.B umountpy
to umount everything it can. Short summary will be printed, with warning if some device
could not have been umounted
.PP
.B mountpy device
tried to mount only one device, e.g.:
.B mountpy sda
or more devices, e.g.
.B mountpy sda fd0 cdrom

use -v to verbosely print what is going on, -vv to get even more information.

.SH OPTIONS
.TP
.B \-u, \-\-umount
Umount evrything possible.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-v
Be verbose
.TP
.B \-vv
Be very verbose

.SH SEE ALSO
.BR mount (8)
.SH AUTHOR
Radovan Garab\('ik <garabik@melkor.dnp.fmph.uniba.sk>