Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@denhamparry
Created June 29, 2019 08:38
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 denhamparry/51d65f1351eec45ceef128049513c13d to your computer and use it in GitHub Desktop.
Save denhamparry/51d65f1351eec45ceef128049513c13d to your computer and use it in GitHub Desktop.
UbuntuCopy
#!/bin/bash
lsblk
sudo blkid
sudo fdisk -l
sudo mkdir /media/usb
sudo mount /dev/sdb1 /media/usb
sudo umount /media/usb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment