Michael Wright writes:

Hi List   I cound't find any infomation on how i can extract the iso file like eg. simple <URL:http://mirror.aarnet.edu.au/pub/fedora/linux/releases/11/Fedora/i386/i so/Fedora-11-i386-disc1.iso>Fedora-11-i386-disc1.iso  Fedora-11-1386-disk1.iso could someone help us out as i'm new to fedoracore

What do you mean "extract"? If you want to access the content of the iso image, mount it with the -o loop option:

mkdir /media/isodvd
mount -o loop <isofile> /media/isodvd


Attachment: pgpaG2VK371IW.pgp
Description: PGP signature

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to