Skip to content

Instantly share code, notes, and snippets.

@directorscut82
Created January 8, 2018 10:59
Show Gist options
  • Select an option

  • Save directorscut82/0247d3096c0207f3256762f5a0b4ba01 to your computer and use it in GitHub Desktop.

Select an option

Save directorscut82/0247d3096c0207f3256762f5a0b4ba01 to your computer and use it in GitHub Desktop.
[mount usb device] #CLI
mkdir testusb
sudo mount /dev/sdc -t auto testusb/
#for debuggin use
mount
sudo fdisk -l
dmesg -tail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment