public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Hal mount .iso
@ 2009-08-24  6:03 Top Point
  2009-08-24  6:26 ` Jesús Guerrero
  2009-08-24  9:26 ` Daniel Troeder
  0 siblings, 2 replies; 8+ messages in thread
From: Top Point @ 2009-08-24  6:03 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 148 bytes --]

Hi.
Can hal mount .iso 9660 by loop device? I can mount .iso manually but I
want to do it automatically by hal.


-- 
vasya <pipe.strong@gmail.com>

[-- Attachment #2: Type: text/html, Size: 224 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Hal mount .iso
  2009-08-24  6:03 [gentoo-user] Hal mount .iso Top Point
@ 2009-08-24  6:26 ` Jesús Guerrero
  2009-08-24  6:40   ` Dale
  2009-08-24  9:26 ` Daniel Troeder
  1 sibling, 1 reply; 8+ messages in thread
From: Jesús Guerrero @ 2009-08-24  6:26 UTC (permalink / raw
  To: gentoo-user


On Mon, August 24, 2009 08:03, Top Point wrote:
> Hi.
> Can hal mount .iso 9660 by loop device? I can mount .iso manually but I
> want to do it automatically by hal.

I don't quite get it. What would be the "trigger" to mount it?
Hal doesn't really mount anything, anyway. It's just a supposedly
simpler way to interface your hardware.

Maybe you should look into fuseiso or cdemu.

-- 
Jesús Guerrero




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Hal mount .iso
  2009-08-24  6:26 ` Jesús Guerrero
@ 2009-08-24  6:40   ` Dale
  2009-08-24  6:48     ` Jesús Guerrero
  0 siblings, 1 reply; 8+ messages in thread
From: Dale @ 2009-08-24  6:40 UTC (permalink / raw
  To: gentoo-user

Jesús Guerrero wrote:
> On Mon, August 24, 2009 08:03, Top Point wrote:
>   
>> Hi.
>> Can hal mount .iso 9660 by loop device? I can mount .iso manually but I
>> want to do it automatically by hal.
>>     
>
> I don't quite get it. What would be the "trigger" to mount it?
> Hal doesn't really mount anything, anyway. It's just a supposedly
> simpler way to interface your hardware.
>
> Maybe you should look into fuseiso or cdemu.
>
>   

Could he use ivman?  Maybe have a config that tells it how to mount or
would it look at fstab and OP could put the options there?

Dale

:-)  :-) 



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Hal mount .iso
  2009-08-24  6:40   ` Dale
@ 2009-08-24  6:48     ` Jesús Guerrero
  0 siblings, 0 replies; 8+ messages in thread
From: Jesús Guerrero @ 2009-08-24  6:48 UTC (permalink / raw
  To: gentoo-user


On Mon, August 24, 2009 08:40, Dale wrote:
> Jesús Guerrero wrote:
>
>> On Mon, August 24, 2009 08:03, Top Point wrote:
>>
>>
>>> Hi.
>>> Can hal mount .iso 9660 by loop device? I can mount .iso manually but
>>> I
>>> want to do it automatically by hal.
>>>
>>
>> I don't quite get it. What would be the "trigger" to mount it?
>> Hal doesn't really mount anything, anyway. It's just a supposedly
>> simpler way to interface your hardware.
>>
>> Maybe you should look into fuseiso or cdemu.
>>
>>
>>
>
> Could he use ivman?  Maybe have a config that tells it how to mount or
> would it look at fstab and OP could put the options there?

I guess yes, he could use fstab. Just using the iso instead of the
node name and giving it the loop option should work, if all he
wants is to permanently mount an iso that will always live in the
same place.

ivman is for automounting, again, here, what would be the "trigger" that
will tell ivman "mount this iso that appeared here in I don't know what
place"?

The problem here is that I don't visualize too well the true aim of
the original poster. But well, there he has some ideas to try already :)

-- 
Jesús Guerrero




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Hal mount .iso
  2009-08-24  6:03 [gentoo-user] Hal mount .iso Top Point
  2009-08-24  6:26 ` Jesús Guerrero
@ 2009-08-24  9:26 ` Daniel Troeder
  2009-08-24 10:07   ` Ward Poelmans
  1 sibling, 1 reply; 8+ messages in thread
From: Daniel Troeder @ 2009-08-24  9:26 UTC (permalink / raw
  To: gentoo-user

On Mon, 2009-08-24 at 10:03 +0400, Top Point wrote:
> Hi.
> Can hal mount .iso 9660 by loop device? I can mount .iso manually but
> I
> want to do it automatically by hal. 
Do you want to mount it by "right-clicking" it in a graphical
environment like GNOME or KDE?

If that is what you want, in GNOME you could just drop a shell script in
~/.gnome2/nautilus-scripts that does mount "$@". I don't know about KDE,
but I'm sure there is something similar.

Bye,
Daniel






^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Hal mount .iso
  2009-08-24  9:26 ` Daniel Troeder
@ 2009-08-24 10:07   ` Ward Poelmans
  2009-08-25 17:11     ` Vasya Volkov
  0 siblings, 1 reply; 8+ messages in thread
From: Ward Poelmans @ 2009-08-24 10:07 UTC (permalink / raw
  To: gentoo-user

On Mon, Aug 24, 2009 at 11:26, Daniel Troeder<daniel@admin-box.com> wrote:
> On Mon, 2009-08-24 at 10:03 +0400, Top Point wrote:
>> Hi.
>> Can hal mount .iso 9660 by loop device? I can mount .iso manually but
>> I
>> want to do it automatically by hal.
> Do you want to mount it by "right-clicking" it in a graphical
> environment like GNOME or KDE?
>
> If that is what you want, in GNOME you could just drop a shell script in
> ~/.gnome2/nautilus-scripts that does mount "$@". I don't know about KDE,
> but I'm sure there is something similar.


try http://g-scripts.sourceforge.net/nautilus-scripts/File%20System%20Management/Mount_Image



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Hal mount .iso
  2009-08-24 10:07   ` Ward Poelmans
@ 2009-08-25 17:11     ` Vasya Volkov
  2009-08-25 22:28       ` Jesús Guerrero
  0 siblings, 1 reply; 8+ messages in thread
From: Vasya Volkov @ 2009-08-25 17:11 UTC (permalink / raw
  To: gentoo-user

В Пнд, 24/08/2009 в 12:07 +0200, Ward Poelmans пишет:
> On Mon, Aug 24, 2009 at 11:26, Daniel Troeder<daniel@admin-box.com> wrote:
> > On Mon, 2009-08-24 at 10:03 +0400, Top Point wrote:
> >> Hi.
> >> Can hal mount .iso 9660 by loop device? I can mount .iso manually but
> >> I
> >> want to do it automatically by hal.
> > Do you want to mount it by "right-clicking" it in a graphical
> > environment like GNOME or KDE?
> >
> > If that is what you want, in GNOME you could just drop a shell script in
> > ~/.gnome2/nautilus-scripts that does mount "$@". I don't know about KDE,
> > but I'm sure there is something similar.
> 
> 
> try http://g-scripts.sourceforge.net/nautilus-scripts/File%20System%20Management/Mount_Image
> 

Thanks for all! I've started with cdEMU, but it's very extreme. Does
fuseiso better? Nautilus script very interesting, but not works fine. In
my topic under hal I meant smthing authentic linux wich can mount .iso
by "right-clicking". But then I really thought that Hal can mount .iso.
Sorry for my incompetence. It's randomly.)


-- 
vasya <my.pipes.burn@gmail.com>




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Hal mount .iso
  2009-08-25 17:11     ` Vasya Volkov
@ 2009-08-25 22:28       ` Jesús Guerrero
  0 siblings, 0 replies; 8+ messages in thread
From: Jesús Guerrero @ 2009-08-25 22:28 UTC (permalink / raw
  To: gentoo-user


On Tue, August 25, 2009 19:11, Vasya Volkov wrote:
> В Пнд, 24/08/2009 в 12:07 +0200, Ward Poelmans пишет:
>
>> On Mon, Aug 24, 2009 at 11:26, Daniel Troeder<daniel@admin-box.com>
>> wrote:
>>
>>> On Mon, 2009-08-24 at 10:03 +0400, Top Point wrote:
>>>
>>>> Hi.
>>>> Can hal mount .iso 9660 by loop device? I can mount .iso manually
>>>> but I
>>>> want to do it automatically by hal.
>>> Do you want to mount it by "right-clicking" it in a graphical
>>> environment like GNOME or KDE?
>>>
>>> If that is what you want, in GNOME you could just drop a shell script
>>> in ~/.gnome2/nautilus-scripts that does mount "$@". I don't know about
>>> KDE,
>>> but I'm sure there is something similar.
>>
>>
>> try
>> http://g-scripts.sourceforge.net/nautilus-scripts/File%20System%20Manag
>> ement/Mount_Image
>>
>
> Thanks for all! I've started with cdEMU, but it's very extreme. Does
> fuseiso better? Nautilus script very interesting, but not works fine. In my
> topic under hal I meant smthing authentic linux wich can mount .iso by
> "right-clicking". But then I really thought that Hal can mount .iso.
> Sorry for my incompetence. It's randomly.)

Hal doesn't mount anything as said. If you mean, in file browsers,
then that's very specific to the file browser that you use. For example,
mc (which is a text based browser) can open isos just like zips, rars
and many others, without need for any trick at all.

There are scripts and tricks around for nautilus (gnome) and konqueror
(kde) file browsers. But I don't know them myself.

cdemu is more like the infamous windows based Daemon Tools, they mount
the iso like if it was a regular driver, then you can enter that drive
and operate as if it was a phisical cdrom/dvd reader.

If you don't like the command like, there's a graphical frontend for
it, called gcdemu that might suit you better.


-- 
Jesús Guerrero




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-10-31  3:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-24  6:03 [gentoo-user] Hal mount .iso Top Point
2009-08-24  6:26 ` Jesús Guerrero
2009-08-24  6:40   ` Dale
2009-08-24  6:48     ` Jesús Guerrero
2009-08-24  9:26 ` Daniel Troeder
2009-08-24 10:07   ` Ward Poelmans
2009-08-25 17:11     ` Vasya Volkov
2009-08-25 22:28       ` Jesús Guerrero

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox