Tags: iso

Sort by: Date / Title /

  1. 1 month ago by phil0805
    --Mounting the CD/DVD-- 
    #mount -t iso9660 /dev/cdrom /media/cdrom (adapt this to your environement)
    
    --Mounting the ISO image-- 
    #mount -o loop /path/to/file.iso  /path/to/isodest (adapt this to your environement)
    
    -- Using the command 'createrepo' to create the repository --
    Note : You will need to download the package 'createrepo' in order to be able to create the repository (look at http://dag.wieers.com/rpm/packages/createrepo/).
    
    Change to directory where you can list the content of the DVD :
    #cd /media/cdrom
    #createrepo .  (it should take some time)
    #yum clean all 
    
    --Create a new .repo file--
    #cd /etc/yum.repo.d/
    In this directory using your prefered text editor create a new file .repo :
    #vim rhel5_dvd.repo
    And the file should look like this :
    
    [rhel5_dvd]
    name=DVD Redhat Enterprise Linux 5
    baseurl=file:///media/cdrom/
    enabled=1
    gpgcheck=0
  2. 1 year ago by teke
    1. # Coller la ligne ci-dessous dans une console
    2. # (path pour l'Auge)
    3.  
    4. cd ~/Desktop/iso/ && md5sum --check ./MD5SUM
  3. 1 year ago by neorom
    1. #Activer loop device (section Block device ) dans le noyau
    2. mount –o loop +iso9660 /home/linux.iso /mnt/toto
  4. sponsorised links
  5. 1 year ago by neorom
    1. ddif=/dev/cdrom of=toto.iso
    2. #mkisofs ( utilitaire interessant)

First / Previous / Next / Last / Page 1 of 1 (4 posteets)