https://github.com/satk0/usbdrivetools
📥 USB Drive transfer monitoring tools 🧿
https://github.com/satk0/usbdrivetools
bash monitor rsync sync usb usb-drive
Last synced: 9 months ago
JSON representation
📥 USB Drive transfer monitoring tools 🧿
- Host: GitHub
- URL: https://github.com/satk0/usbdrivetools
- Owner: satk0
- License: gpl-3.0
- Created: 2024-02-17T22:42:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T20:22:46.000Z (over 1 year ago)
- Last Synced: 2025-04-03T09:12:22.264Z (about 1 year ago)
- Topics: bash, monitor, rsync, sync, usb, usb-drive
- Language: Shell
- Homepage:
- Size: 332 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
usbdrivetools - USB Drive Tools
Simple bash tools that aim to help transfer files to USB Drive and monitor their syncing progress.
Solving, so called, [USB-stick stall problem](https://lwn.net/Articles/572911/) (when files aren't fully copied even though they appear so on USB Drive).
------------
Requirements:
- `rsync` (for file transfer progress)
Tools available:
- `usbcp` - USB Drive enhanced copy
- `usbmv` - USB Drive enhanced move
- `usbdd` - USB Drive enhanced ISO image writing tool
- `usbumount` - USB Drive enhanced umount
- `usbeject` - USB Drive enhanced eject
-----
## Installation
Clone the repo:
git clone git@github.com:satk0/usbdrivetools.git
Symlink scripts to `/usr/local/bin/` (recommended, copying to external usb drives requires `sudo`):
sudo ln -s "$PWD"/scripts/* /usr/local/bin/
or to `~/.local/bin/` (`sudo` would not be able to access the scripts):
ln -s "$PWD"/scripts/* ~/.local/bin/
**NOTE:** Run those commands from project directory!
-----
## Demonstration

------
Made with Love ❤️