Skip to content

Instantly share code, notes, and snippets.

@jeanbaptistebeck
Created October 31, 2018 09:57
Show Gist options
  • Save jeanbaptistebeck/d63e9d3f8553c83598576851d3b008d5 to your computer and use it in GitHub Desktop.
Save jeanbaptistebeck/d63e9d3f8553c83598576851d3b008d5 to your computer and use it in GitHub Desktop.
Access hard drive from Ubuntu USB
cd /
cd mnt
mkdir hdd
sudo fdisk -l
sudo mount -v /dev/sdxx /mnt/hdd
cd hdd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment