Re-mounting an un-mounted USB stick
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.
Solution 1:
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