Skip to content

Instantly share code, notes, and snippets.

@harshalbhakta
Created March 14, 2015 05:26
Show Gist options
  • Select an option

  • Save harshalbhakta/b20898903ff7c332a8c0 to your computer and use it in GitHub Desktop.

Select an option

Save harshalbhakta/b20898903ff7c332a8c0 to your computer and use it in GitHub Desktop.
Mount usb on Ubuntu server.

Mount

$ sudo fdisk -l
$ sudo  mkdir /media/usb
$ sudo mount /dev/sdb1 /media/usb

Unmount

$ sudo umount /media/usb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment