From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Zf30u-0004gz-Dz for mharc-grub-devel@gnu.org; Thu, 24 Sep 2015 05:40:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf30r-0004da-JS for grub-devel@gnu.org; Thu, 24 Sep 2015 05:40:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zf30o-000176-Sp for grub-devel@gnu.org; Thu, 24 Sep 2015 05:40:25 -0400 Received: from alpheca.uberspace.de ([185.26.156.48]:50719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf30o-00016i-Ky for grub-devel@gnu.org; Thu, 24 Sep 2015 05:40:22 -0400 Received: (qmail 27211 invoked from network); 24 Sep 2015 09:40:19 -0000 Received: from localhost (HELO 127.0.0.1) (127.0.0.1) by alpheca.uberspace.de with SMTP; 24 Sep 2015 09:40:19 -0000 To: grub-devel@gnu.org From: Klemens Nanni Subject: search command doesn't find anything X-Enigmail-Draft-Status: N1110 Message-ID: <5603C4FE.10700@autoboot.org> Date: Thu, 24 Sep 2015 09:40:14 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 185.26.156.48 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 09:40:27 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hello, using GRUB as of commit 7a210304 as autoboot payload. I've got an USB device containing a file in it's root directory (ext4 formatted SD card). $ cat (usb0,1)/file_to_find shows me the file's content as expected. However I wasn't able find the device using GRUB's search command: $ search --file file_to_find $ search --file file_to_find --hint=usb0 $ search --hint=usb0 $ search --label SD $ ... In fact, not a single variation of the search command worked: I couldn't find a any device no matter if looking for files, labels or using hints. According to search's help text, the above mentioned commands seem to be correct. To be clear: Every device or file I was searching for was available all the time and could be accessed using 'ls' and 'cat'. Am I missing something or is 'search' broken? Regards, Klemens Nanni - -- Encrypt your messages using GNUPG if you can - nobody likes snoopers! For more detailed information, look at the FSF's Email Self-Defense Guideguide under https://emailselfdefense.fsf.org Autoboot Key ID: 0xB375A7EE | fingerprint: 6D43 AB28 A92C 9278 E8F8 40A9 0A3A 37D8 B375 A7EE -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJWA8T2AAoJEAo6N9izdafunHIQAKnXXMGPRu10fTQBdzTRqUtG 7lLoVA7RSCegNCk0YYPoorWie5Qn/GTOoyV7DSyBfOYX5Hym+Qnqw9u5+hjCTOTn EjSuOHTI/2JAJbV170g+2/C2Sw9nic8dGBvzy4VnuORKGHq1uh1rYwlzScdX0ZUK uGuNlFEtNii+QtdK4KNqKy5zLMrdNHwRgCZJ92iWn6tHSDWJ/JL8UxbbH1BQui+p ZAKaUPWcRU9P0vcLsr2XmeLU4+ESOMPl3VZ22/5gd1WuL5IBbGYlfkfUeM0BSwi0 co/qz1o7JFCOebVuZqG3Iy4pGLnOzVkreHjUXaFd12AaoJum9nB7670LCCHgV27F edyJ8/p1aipkxxJ1z0LBjgeYM3nIdwpvsgI3C/u4sQjWrDY9m9XeF5ASFji2lsv1 cZdgMt+2AaQRUNew+xClf3J6XsjWA3EE3ahF8ehcwwDOFOUIW+PCXqidzk//8EGu KRea/fE7aXtJK+aJGb1ZENVD0Ci9uAuNSlStbQBCpqbEFQqBTArdmDZlfuqot/wn WyPHVhK0k/2T5v6SRma5EEzLw5Q3fIurX7NdzMzj2pJZVq3rHlTOTRyLOSoLTWJO fDNS26D7XbmSD2QitVGXoVE3qrm2k8UYx6bWKa9rpIWcRevX22pOVQLsT7t16cqp +9R2lFkOxlzzHp9nSXz6 =y0ar -----END PGP SIGNATURE-----