Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: how to find iso image after download

  1. #1
    Join Date
    Aug 2010
    Location
    india
    Beans
    69
    Distro
    Ubuntu 10.04 Lucid Lynx

    how to find iso image after download

    after creating the dvd i vaguely remember seeing the iso file listed twice...i deleted one. now i cant find the iso image anywhere and i want to make a usb stick from it. when i bring up brasero it still shows two items for that file with the same name but if i click on either of them i get the same error that the file is gone.

    the file is not in the trash.

    is it really gone?

  2. #2
    Join Date
    Jun 2007
    Location
    Poughkeepsie, NY
    Beans
    5,810
    Distro
    Ubuntu

    Re: how to find iso image after download

    Is anything ever really gone?
    try this command from a terminal

    Code:
    find / -name *.iso

  3. #3
    Join Date
    Aug 2010
    Location
    india
    Beans
    69
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how to find iso image after download

    Quote Originally Posted by LowSky View Post
    Is anything ever really gone?
    try this command from a terminal

    Code:
    find / -name *.iso
    i am pretty sure of the original name of the file, so this is what i typed:
    Find / -10.04-desktop-i386*.iso
    and got 'command not found'
    then i retyped without the capital 'F' and got 'unknown predicate'


    i typed this beginning from the $ prompt, is that correct?


    sorry, i am very new at this. i need 'instructions for dummies'...

  4. #4
    Join Date
    Sep 2005
    Location
    Benbrook Texas
    Beans
    767
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: how to find iso image after download

    Quote Originally Posted by salima View Post
    after creating the dvd i vaguely remember seeing the iso file listed twice...i deleted one. now i cant find the iso image anywhere and i want to make a usb stick from it. when i bring up brasero it still shows two items for that file with the same name but if i click on either of them i get the same error that the file is gone.

    the file is not in the trash.

    is it really gone?
    I'm not trying to be a wise guy here but did you look in 'Download'?

    I wasted some time once, looking for something I had downloaded until I happened to look in Download.
    Lewis.

    ******

  5. #5
    Join Date
    Feb 2007
    Location
    Little Rock, AR
    Beans
    372
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: how to find iso image after download

    You need to type that command exactly without changing anything. Copy and paste it into the Terminal.
    - Silverglade00

  6. #6
    Join Date
    Mar 2006
    Beans
    1,441
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: how to find iso image after download

    Quote Originally Posted by salima View Post
    i am pretty sure of the original name of the file, so this is what i typed:
    Find / -10.04-desktop-i386*.iso
    and got 'command not found'
    then i retyped without the capital 'F' and got 'unknown predicate'


    i typed this beginning from the $ prompt, is that correct?


    sorry, i am very new at this. i need 'instructions for dummies'...
    You entered a wrong command. it should have been something like:
    find / -name 10.04-desktop-i386.iso

    so no star if you know the filename
    _______________
    - anaconda

  7. #7
    Join Date
    Aug 2010
    Location
    india
    Beans
    69
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how to find iso image after download

    thanks for the answers everyone-
    actually i did look in download, the download helper file, and the brasero files but no luck.

    if i enter either of those commands above now i am getting 'permission denied' and various gibberish.

    should i be doing this from root?

  8. #8
    Join Date
    Oct 2008
    Beans
    208
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how to find iso image after download

    You can run the find command as root so that the command can search in folders where you don't normally have read access. However, I highly doubt you would have downloaded the .iso to one of these system folders. No harm in trying though!

    Code:
    sudo find / -name *.iso
    Ubuntu isn't perfect, but neither are we.
    "Life is a dangerous activity. One hundred percent of participants end up dead."
    Symlinks to hard links | Ultimate Minecraft

  9. #9
    Join Date
    Mar 2008
    Location
    Sparta NC
    Beans
    478
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how to find iso image after download

    There is also the locate command which can find a file anywhere on the computer:

    locate *.iso

    AFAIK, all bash commands are in lower case unless they are aliased to a command with capital letters.
    "Not a window in the house but somehow there's more light..."

    Linux Power Tools

  10. #10
    Join Date
    Aug 2010
    Location
    india
    Beans
    69
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how to find iso image after download

    thanks anyway, but i think it is really gone. none of this works for me.

    i will have to go about it another way.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •