Created
May 18, 2020 08:48
-
-
Save ipedrazas/ebbccdf2f24c71bb4ae4f3e347b21029 to your computer and use it in GitHub Desktop.
Revisions
-
ipedrazas created this gist
May 18, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # 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