On Thu, Aug 27, 2015 at 12:06 PM, ToddAndMargo <[email protected]> wrote: > From the command line, how do I get this info that shows up > in /var/log/messages when I insert a flash drive?
That information is coming from the kernel ring buffer. You can use dmesg(1) to retrieve such information. Brandon Vincent
