/linux-mount-home

Automates mounting a secondary drive as `/home` in Linux, simplifying storage expansion for user directories.

Primary LanguageShellMIT LicenseMIT

Linux Mount Home

The Linux Mount Home script automates the process of mounting a secondary drive as the /home directory in Linux. Simplify the expansion of available storage for user home directories by designating a secondary drive for home directory storage. This script guides users through the process of selecting the drive and specifying the username for the home directory, making it effortless to expand storage capacity and manage user data in Linux environments.

Usage

  1. Clone Repository: Clone this repository to your Linux system:

    git clone https://github.com/KIRAN-KUMAR-K3/linux-mount-home.git
  2. Navigate to Repository: Navigate to the repository directory:

    cd linux-mount-home
  3. Make Script Executable: Make the script executable:

    chmod +x mount_home.sh
  4. Run Script: Run the script with sudo privileges:

    sudo ./mount_home.sh
  5. Follow Instructions: Follow the on-screen instructions to select the drive and enter the username for the /home directory.

Requirements

  • Linux
  • Bash shell

License

This project is licensed under the terms of the MIT License. See the LICENSE file for details.

Feel free to contribute or report issues! 🚀