(cache)Fedora-20-i386-DVD.iso contents?
Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2014
    Location
    Colorado
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Fedora-20-i386-DVD.iso contents?

    Can some one post the contents of Fedora-20-i386-DVD.iso
    It shows the folders here but doesn't show to files in the base iso directory:
    http://mirror.umd.edu/fedora/linux/r...edora/i386/os/

  2. #2
    Join Date
    Mar 2011
    Location
    /
    Posts
    5,216
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Fedora-20-i386-DVD.iso contents?

    May I ask what you are trying to find here?

    Perhaps the easiest way is to mount the DVD and looking at the contents .... ?

  3. #3
    Join Date
    Mar 2014
    Location
    Colorado
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Fedora-20-i386-DVD.iso contents?

    Sorry for not including more back story. What happened was I was transferring the ISO to a flash drive in windows and since fat32 has a 4gb file size limit I has to extract it to the [verbatim] flash drive. I was looking at the files on the drive in PCManFM and I somehow accidentally moved the files to another folder (in the drive, than couldn't undo the move).

    cd /run/media/user/16gb/
    ls

    LiveOS
    Packages
    images
    isolinux
    repodata
    repoview
    [There was like 5 other files here that got moved]


    The ISO is gone now and I am hoping I could get the other files so I don't have to redownload it.

  4. #4
    Join Date
    Jul 2005
    Location
    RainCity
    Posts
    1,885
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Fedora-20-i386-DVD.iso contents?

    Try
    Code:
    yum list available
    Download individual packages with
    Code:
    yumdownloader packagename
    The install of the OS onto the usb key worked?

    Whoops! I just reread yoursecond post. Is it some of the directories you need?

  5. #5
    Join Date
    Jan 2014
    Location
    Paracin
    Age
    22
    Posts
    61
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Fedora-20-i386-DVD.iso contents?

    if you know the names of that missing files you could locate them with:
    Code:
    locate filename

  6. #6
    Join Date
    Mar 2014
    Location
    Colorado
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Fedora-20-i386-DVD.iso contents?

    Quote Originally Posted by Ayleid
    if you know the names of that missing files you could locate them with:
    Code:
    locate filename
    I don't know the filenames

  7. #7
    Join Date
    May 2011
    Location
    Confoederatio Helvetica (Swissh)
    Age
    39
    Posts
    4,276
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Fedora-20-i386-DVD.iso contents?

    You dont download the folder and files from that remote location.
    Those are 'libraries' for network installs. (technical term incorrect)

    You're supposed to download (the iso) here: http://mirror.umd.edu/fedora/linux/r...dora/i386/iso/
    no from: http://mirror.umd.edu/fedora/linux/r...edora/i386/os/

    hth
    EFI Cheatsheet :: http://forums.fedoraforum.org/showthread.php?t=298546
    Video Handler Script (VHS) (mass re-encode videos, screenrecorder, console music/webradio player, ...) :: http://forums.fedoraforum.org/showthread.php?t=299182
    Windows 8+ & Fedora 20+ Dualboot :: http://forums.fedoraforum.org/showthread.php?t=298161

  8. #8
    Join Date
    Oct 2006
    Location
    新加坡
    Posts
    998
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Fedora-20-i386-DVD.iso contents?

    You can mount the iso file as loop device. After mounting it, you can list its content to, err, your heart's content.
    I could not ever remember the exact steps myself each time I want to do so, but google is our friend. Keyword: "Linux iso loop".

    HTH.

    EDIT: just notice this thread is rather stale by now
    YaoWT - Leave no window unbroken ♪ (^。^) 

  9. #9
    Join Date
    Jan 2014
    Location
    Paracin
    Age
    22
    Posts
    61
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Fedora-20-i386-DVD.iso contents?

    Quote Originally Posted by weitjong
    You can mount the iso file as loop device. After mounting it, you can list its content to, err, your heart's content.
    I could not ever remember the exact steps myself each time I want to do so, but google is our friend. Keyword: "Linux iso loop".

    HTH.

    EDIT: just notice this thread is rather stale by now
    iso loop, i think that is going like this:
    Code:
     sudo mount -o loop FILE.ISO MOUNT_POINT
    and MOUNT_POINT is where do you want to mount ISO file it can be /mnt/ for example.

Similar Threads

  1. Fedora 12-i386-DVD.iso burns bad
    By BdclrzktUv in forum Installation, Upgrades and Live Media
    Replies: 7
    Last Post: 17th January 2010, 08:21 AM
  2. Help on sha256sum Fedora#11-i386-DVD.iso
    By lewis41 in forum Installation, Upgrades and Live Media
    Replies: 15
    Last Post: 11th August 2009, 06:08 AM
  3. sha256sum fails for Fedora-11-i386-DVD.iso
    By hobbieman in forum Installation, Upgrades and Live Media
    Replies: 2
    Last Post: 6th July 2009, 03:44 PM
  4. Fedora-11-i386-netinst.iso did not find required files on Fedora-11-i386-DVD.iso:
    By doru in forum Installation, Upgrades and Live Media
    Replies: 7
    Last Post: 1st July 2009, 08:32 AM
  5. Checksums for the CONTENTS of fedora F-7-x86_64-DVD.iso
    By Pythagoras in forum Installation, Upgrades and Live Media
    Replies: 7
    Last Post: 10th September 2007, 08:25 AM

Tags for this Thread

Posting Permissions

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