1BASHMOUNT(1) bashmount BASHMOUNT(1)
2
3
4
6 bashmount - tool to mount and unmount removable media
7
9 bashmount
10
12 bashmount is a menu-driven bash script that can use different backends
13 to easily mount, unmount or eject removable devices without
14 dependencies on any GUI. An extensive configuration file allows many
15 aspects of the script to be modified and custom commands to be run on
16 devices.
17
18 bashmount can also be used alongside any automounting solutions, such
19 as graphical file managers, udev rules or Udiskie.
20
22 /etc/bashmount.conf
23 Default configuration file. An example configuration file can be
24 seen at
25 <https://github.com/jamielinux/bashmount/blob/master/bashmount.conf>.
26
27 $XDG_CONFIG_HOME/bashmount/config
28 User-specific configuration file.
29
31 If you find any bugs, please send an email to the author, or create a
32 new issue at <https://github.com/jamielinux/bashmount/issues>.
33
35 Jamie Nguyen <j@jamielinux.com>
36
37 Lukas B.
38
40 Copyright (C) 2013-2020 Jamie Nguyen <j@jamielinux.com>
41 Copyright (C) 2014 Lukas B.
42
43 This program is free software; you can redistribute it and/or modify it
44 under the terms of the GNU General Public License v2 as published by
45 the Free Software Foundation.
46
47 This program is distributed in the hope that it will be useful, but
48 WITHOUT ANY WARRANTY; without even the implied warranty of
49 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
50 General Public License for more details.
51
52 You should have received a copy of the GNU General Public License along
53 with this program; if not, write to the Free Software Foundation, Inc.,
54 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
55
56
57
58bashmount 4.3.2 2020-09-08 BASHMOUNT(1)