Skip to main content

The following will disconnect the USB device.

sudo eject /dev/sde

The following will reconnect the USB device.

sudo eject -t /dev/sde

The above works on my Linux Mint.

Matthew Wai
  • 477
  • 3
  • 10
  • 17