Re: [Server-devel] [XSCE] rpi storage devices

2015-03-08 Thread Tim Moody
In the console I am trying to identify unmounted and unformatted devices along with mounted ones. Date: Sun, 8 Mar 2015 18:16:43 -0500 From: m...@jvonau.ca To: xsce-de...@googlegroups.com; server-devel@lists.laptop.org; t...@timmoody.com Subject: Re: [XSCE] rpi storage devices

[Server-devel] rpi storage devices

2015-03-08 Thread Tim Moody
on the xo-4 and intel I use the following to get storage devices ls -lav /dev |grep brw| grep disk| gawk 'NR==1' |gawk --field-separator=' ' '{ print $10 }' but on rpi2 this yields brw-rw 1 root disk7, 0 Mar 8 18:30 loop0brw-rw 1 root disk 7, 1 Dec 31 1969