.\" 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 "2019-12-11" .\" 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 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