Disk Auto Mount Generator is a web tool for generating systemd service files for automatically mounting disks on your Linux system.
- Generate systemd service files for disk auto-mounting
- User-friendly interface
- Inline error messages for form validation
- Download generated service file
- Step-by-step instructions on how to use the generated service file
- Go to the website: Disk Auto Mount Generator
- Fill in the service description, disk UUID, and mount path.
- Click the "Generate" button to create the systemd service file.
- Download the generated file by clicking the "Download" button.
- Follow the instructions provided in the "How to use" section to move and enable the service file on your Linux system.
index.html
- The main HTML file containing the structure of the application.main.css
- The CSS file containing the styles for the application.main.js
- The JavaScript file containing the logic for generating the service file and handling form interactions.
- Open the
index.html
file in your preferred web browser to run the application locally.
Contributions are welcome! If you have suggestions or improvements, feel free to open an issue or create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.