Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.7 KB

manpage.pod

File metadata and controls

61 lines (38 loc) · 1.7 KB

NAME

bashmount - tool to mount and unmount removable media

SYNOPSIS

bashmount

DESCRIPTION

bashmount is a menu-driven bash script that can use different backends to easily mount, unmount or eject removable devices without dependencies on any GUI. An extensive configuration file allows many aspects of the script to be modified and custom commands to be run on devices.

bashmount can also be used alongside any automounting solutions, such as graphical file managers, udev rules or Udiskie.

FILES

/etc/bashmount.conf

Default configuration file. An example configuration file can be seen at https://github.com/jamielinux/bashmount/blob/master/bashmount.conf.

$XDG_CONFIG_HOME/bashmount/config

User-specific configuration file.

BUGS

If you find any bugs, please send an email to the author, or create a new issue at https://github.com/jamielinux/bashmount/issues.

AUTHORS

Jamie Nguyen <j@jamielinux.com>

Lukas B.

COPYRIGHT

Copyright (C) 2013-2020 Jamie Nguyen <j@jamielinux.com>
Copyright (C) 2014 Lukas B.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA