Skip to content

Instantly share code, notes, and snippets.

@ipedrazas
Created May 18, 2020 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipedrazas/ebbccdf2f24c71bb4ae4f3e347b21029 to your computer and use it in GitHub Desktop.
Save ipedrazas/ebbccdf2f24c71bb4ae4f3e347b21029 to your computer and use it in GitHub Desktop.
Rename USB disk
# 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