Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## Desfragmentando particoes NTFS
- You can use udefrag from E2B https://www.easy2boot.com/make-an-easy2boot-usb-drive/make-using-linux/
- Install udefrag zipped static executable (tested with Ubuntu 18.04.4 LTS amd64)
- sudo dpkg --add-architecture i386
- sudo apt update
- sudo apt install libc6:i386 libncurses5:i386 libstdc++6:i386
- wget -r https://easy2boot.com/_files/200002026-43f1844ea0/udefrag.zip
- cd easy2boot.com/_files/200002026-43f1844ea0/
- unzip udefrag.zip
- sudo chmod 755 *
- sudo cp udefrag /sbin/
- In order to run it (replace sdX1 with the appropriate disk label)
- sudo ./udefrag -om /dev/sdX1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement