Created
May 18, 2020 08:48
-
-
Save ipedrazas/ebbccdf2f24c71bb4ae4f3e347b21029 to your computer and use it in GitHub Desktop.
Rename USB disk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Source: https://help.ubuntu.com/community/RenameUSBDrive | |
sudo apt-get install ntfsprogs | |
sudo fdisk -l | |
sudo umount /dev/sda1 | |
sudo ntfslabel /dev/sda1 usb_ext_6t | |
mount /dev/sda1 /media/usb/usb_ext_6t |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment