Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
extract an iso file
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
crisler
n00b
n00b


Joined: 08 Nov 2002
Posts: 3

PostPosted: Fri Nov 08, 2002 11:43 am    Post subject: extract an iso file Reply with quote

hi, i'm a stupid n00b....

how do i extract an .iso file to a path i wont ?


thnx crisler
Back to top
View user's profile Send private message
bpkri
Tux's lil' helper
Tux's lil' helper


Joined: 07 Aug 2002
Posts: 118
Location: Germany

PostPosted: Fri Nov 08, 2002 11:51 am    Post subject: Reply with quote

You do not extract it, but you mount it via a loopback device.

As root make a directory for example

Code:
mkdir /mnt/tmp


Then you can mount your ISO file there:

Code:
mount -o loop path/to/iso-file /mnt/tmp


After that you can enter it like any other directory and look at its contents.

Ofcourse you can then copy the files from the iso file (or rather: from /mnt/tmp) to anywhere you want thus kind of extracting it. :)
Back to top
View user's profile Send private message
crisler
n00b
n00b


Joined: 08 Nov 2002
Posts: 3

PostPosted: Fri Nov 08, 2002 11:56 am    Post subject: Reply with quote

hi again

i make it and it came an error....

mount: Could not find any loop device, and, according to /proc/devices,
this kernel does not know about the loop device.
(If so, then recompile or `modprobe loop'.)


thnx crisler
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Fri Nov 08, 2002 12:03 pm    Post subject: Reply with quote

Do you have support for the loopback device in your kernel? It's under "Block devices".
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
TheCoop
Veteran
Veteran


Joined: 15 Jun 2002
Posts: 1814
Location: Where you least expect it

PostPosted: Fri Nov 08, 2002 12:29 pm    Post subject: Reply with quote

you'll need to enable kernel support for loop devices and recompile the kernel
_________________
95% of all computer errors occur between chair and keyboard (TM)

"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler

Change the world - move a rock
Back to top
View user's profile Send private message
crisler
n00b
n00b


Joined: 08 Nov 2002
Posts: 3

PostPosted: Fri Nov 08, 2002 12:37 pm    Post subject: Reply with quote

how ? ^^
i already said that i'm a n00b delux =)
Back to top
View user's profile Send private message
Ethernal
Tux's lil' helper
Tux's lil' helper


Joined: 06 Nov 2002
Posts: 106
Location: Stockholm, Sweden

PostPosted: Fri Nov 08, 2002 12:57 pm    Post subject: Reply with quote

first go to /usr/src/linux and type make menuconfig
go in to block devices and enable loop.

then save it and type
make dep && make clean bzImage && make modules && make modules_install

and copy your new bzImage to /boot

now I know I'm lousy at explaining things :?
_________________
Hmm.. Of course, these are MY opinions - likely to be just as flawed as anyone else's. Um, really, I guess you should assume everyone's speaking out of some external influence. Believe in whatever makes sense to you.
Back to top
View user's profile Send private message
Jonteponte
n00b
n00b


Joined: 19 Oct 2002
Posts: 33

PostPosted: Sat Nov 09, 2002 1:20 am    Post subject: Reply with quote

and before copying bzImage to /boot you have to mount your boot partition cause it's been unmounted after the boot sequence!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum