Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
how to mount/install iso images in linux
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
jakamaka
Apprentice
Apprentice


Joined: 17 Jun 2004
Posts: 266
Location: My self-sustainable fusion of thought

PostPosted: Fri Jul 23, 2004 7:50 pm    Post subject: how to mount/install iso images in linux Reply with quote

euhm, i'm just curious, how to emulate cdrom devices, so u can install/mount iso images ?
is there like a code or a program (like alcohol 120% in windows) ?
_________________
It would be more interesting to learn from children, than try to teach them how to behave, how to live and how to function. - U.G. Krishnamurti
Back to top
View user's profile Send private message
Gherald2
Guru
Guru


Joined: 02 Jul 2003
Posts: 326
Location: Madison, WI USA

PostPosted: Fri Jul 23, 2004 7:57 pm    Post subject: Reply with quote

as a matter of fact there is.... it's called mount 8)
_________________
Unregistered Linux User #17598363
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Fri Jul 23, 2004 8:00 pm    Post subject: Reply with quote

Code:
mkdir /mnt/vcdrom
mount -t auto /dev/xxx /mnt/vcdrom


this is assuming you already have a cd mounted in your cdrom, if you don't you can just mount it to /mnt/cdrom.
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
jakamaka
Apprentice
Apprentice


Joined: 17 Jun 2004
Posts: 266
Location: My self-sustainable fusion of thought

PostPosted: Fri Jul 23, 2004 8:04 pm    Post subject: Reply with quote

Gherald wrote:
as a matter of fact there is.... it's called mount 8)


so i have to edit the command mount [name].iso ?

'cause i did
Quote:
bash-2.05b$ mount [name].iso
mount: can't find /home/visvent/[name].iso in /etc/fstab or /etc/mtab


the thing is, i'm pretty new with linux (worked several months in dual boot with red hat and mandrake), and windows has really f*cked up my intelligence real bad, it's like i'm attending grammar school again, have to learn writing and reading all over again...[/quote]
_________________
It would be more interesting to learn from children, than try to teach them how to behave, how to live and how to function. - U.G. Krishnamurti


Last edited by jakamaka on Fri Jul 23, 2004 8:04 pm; edited 1 time in total
Back to top
View user's profile Send private message
Gherald2
Guru
Guru


Joined: 02 Jul 2003
Posts: 326
Location: Madison, WI USA

PostPosted: Fri Jul 23, 2004 8:04 pm    Post subject: Reply with quote

uh, I don't think he wants to mount a /dev/xxx

he wants to mount an iso file, which requires using mount with the loopback option.

I'm not sure exactly how to do it, I just know that's how it's done. Try searching the forums, or google for "linux mount iso loopback"
_________________
Unregistered Linux User #17598363
Back to top
View user's profile Send private message
jakamaka
Apprentice
Apprentice


Joined: 17 Jun 2004
Posts: 266
Location: My self-sustainable fusion of thought

PostPosted: Fri Jul 23, 2004 8:07 pm    Post subject: Reply with quote

Gherald wrote:
uh, I don't think he wants to mount a /dev/xxx

he wants to mount an iso file, which requires using mount with the loopback option.

I'm not sure exactly how to do it, I just know that's how it's done. Try searching the forums, or google for "linux mount iso loopback"


ah k, i saw something about loopback @ google
will try
thx
_________________
It would be more interesting to learn from children, than try to teach them how to behave, how to live and how to function. - U.G. Krishnamurti
Back to top
View user's profile Send private message
jakamaka
Apprentice
Apprentice


Joined: 17 Jun 2004
Posts: 266
Location: My self-sustainable fusion of thought

PostPosted: Fri Jul 23, 2004 8:13 pm    Post subject: Reply with quote

yeah k, i found it

Quote:
mount -o loop -t iso9660 /home/visvent/[name].iso /mnt/iso

_________________
It would be more interesting to learn from children, than try to teach them how to behave, how to live and how to function. - U.G. Krishnamurti
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Fri Jul 23, 2004 9:34 pm    Post subject: Reply with quote

-o loop, yeah i forgot about that option ... oops.
_________________
Join the adopt an unanswered post initiative today
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