7

Is there a way to mount back a USB stick that is once ejected, without physically detaching it and then plugging it in?

It was a live-usb of Linux Mint 14 in it, if it helps.

1 Answers1

2

You can mount a device by typing i.e. sudo mount /dev/sdxX /mnt (change "xX" to your device)

Identify your USB-Stick by sudo fdisk -l to know the devicename and partition number which looks like sdbxX i.e. sdb1

prophecy201
  • 2,760
  • 17
  • 22