savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-help-public] [sr #107968] search does not return the partition


From: Arbiel Perlacremaz
Subject: [Savannah-help-public] [sr #107968] search does not return the partition name when a looked for file is inside an isofile
Date: Mon, 27 Feb 2012 11:12:41 +0000
User-agent: Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:9.0.1) Gecko/20100101 Firefox/9.0.1

URL:
  <http://savannah.gnu.org/support/?107968>

                 Summary: search does not return the partition name when a
looked for file is inside an isofile
                 Project: Savannah Administration
            Submitted by: arbiel
            Submitted on: lun. 27 févr. 2012 12:12:40 CET
                Category: None
                Priority: 5 - Normal
                Severity: 3 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
        Operating System: GNU/Linux
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

A given file may be on an iso_file or somewhere else as a regular file. So I
wrote

loopback iso /path/to/iso_file/iso.file.name
search --set=device --file --no-floppy /path/to/looked.for.file


When the file resides inside the isofile, the result is (iso) and not
(iso,msdos1)

To circumvent this erroneous behavior, I only execute the search command after
having tested for the existence of the looked for file inside the isofile

if ! [ -e (iso,msdos1)/path/to/looked.for.file ]; then search ; else set
device="iso,msdos1"; fi




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?107968>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]