<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>In the  console I am trying to identify  unmounted and unformatted devices  along with mounted ones.<br><br><div>> Date: Sun, 8 Mar 2015 18:16:43 -0500<br>> From: me@jvonau.ca<br>> To: xsce-devel@googlegroups.com; server-devel@lists.laptop.org; tim@timmoody.com<br>> Subject: Re: [XSCE] rpi storage devices<br>> <br>> <br>> <br>> > On March 8, 2015 at 5:39 PM Tim Moody <tim@timmoody.com> wrote:<br>> ><br>> ><br>> > on the xo-4 and intel I use the following to get storage devices<br>> > ls -lav /dev |grep brw| grep disk| gawk 'NR==1' |gawk <br>> > --field-separator=' ' '{ print $10 }'<br>> > but on rpi2 this yields<br>> ><br>> <br>> > is there a reliable algorithm to identify sd cards, usb thumb drives or<br>> > hdd drives?<br>>                                          <br>> Would ansible_devices and maybe ansible_mounts meet your needs?<br></div>                                          </div></body>
</html>