When I plug in my flash drive, it gets auto-mounted. If I right click on the drive and select 'eject', then it's unmounted.
Now, I want to remount the drive in Terminal. How do I do this?
I've been Googling this for 30 minutes and I haven't found anything that works.
I've read to run 'sudo fdisk -l
' but the USB drive isn't there. lsusb
gives me nothing either.
I want to make this clear: I know that if I plug the flash drive in again, that I can run mount to find where it is. However, what I really want to know is, if the drive is still plugged in and was just 'ejected', how do I then remount it from Terminal without physically touching the flash drive?
mount
. (Without parameters.) – user Jul 28 '13 at 19:58