Git Product home page Git Product logo

mnt's Introduction



[English] [Русский]

MNT

Description

'mnt' is a program that allows you to quickly mount and unmount disk devices in Linux-based operating systems. It will allow you to save a lot of time when mounting disks in systems with or without a graphical environment.

Usage

Everything you need to do to use 'mnt':

  1. Call the program from the terminal
  2. Mark the disks that should be mounted and uncheck those that you want to unmount
  3. Press the 'OK' button in the whiptail window or the 'Enter' key on the keyboard

It's incredibly simple and quick, and will also help you save a lot of time!

mnt

Installation

There is a ready-made script in the root directory of the repository that will install the program for you. You only need to run it and follow the instructions:

git clone https://github.com/Andrew-Flame/mnt.git
cd mnt
chmod +x install
./install

Dependencies

  • whiptail
  • sudo

Customization

'mnt' is a configurable program. Location of the configuration file ~/.config/mnt.ini You can configure:

  • The name of the folder where each disk will be mounted. Section '[associations]':
    [associations]
    Disk C = C
    Disk I = I
    Disk H = H
  • The display of disks in the dialog window. Section '[display]':
    [display]
    # Default: ON
    Disk C = OFF
    Disk I = ON
    Disk H = ON
  • Some other values. Section '[general]':
    [general]
    # The language in which the program will be output.
    language = 'en'
    
    # The directory where the disks will be mounted.
    mountpoint = '/mnt'

mnt's People

Contributors

andrew-flame avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.