ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] mount for image
@ 2002-12-04 14:56 Arkadiy Ponomarev
  2002-12-04 15:00 ` Andrew Nazarkin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Arkadiy Ponomarev @ 2002-12-04 14:56 UTC (permalink / raw)
  To: community

Здравствуйте, community.
Подскажите, plz, как можно подмонтировать образ созданный mkisofs?
что почитать, вот так вернее вопрос....


********************

Rgrds, PAU.



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

* Re: [Comm] mount for image
  2002-12-04 14:56 [Comm] mount for image Arkadiy Ponomarev
@ 2002-12-04 15:00 ` Andrew Nazarkin
  2002-12-04 15:04   ` Re[2]: " Arkadiy Ponomarev
  2002-12-04 15:26   ` Андрей Булава
  2002-12-04 15:02 ` Красавин Андрей
  2002-12-04 15:13 ` Igor Solovyov
  2 siblings, 2 replies; 7+ messages in thread
From: Andrew Nazarkin @ 2002-12-04 15:00 UTC (permalink / raw)
  To: community

On Wed, 4 Dec 2002 16:56:44 +0200
Arkadiy Ponomarev <arkara@rotex.com.ua> wrote:

> Здравствуйте, community.
> Подскажите, plz, как можно подмонтировать образ созданный mkisofs?
> что почитать, вот так вернее вопрос....
> 
mount -t iso9660 -o loop image.iso /mnt/cdrom

Собственно, так любые iso монитруются...

man mount

> 
> ********************
> 
> Rgrds, PAU.
> 
> _______________________________________________
> Community mailing list
> Community@altlinux.ru
> http://www.altlinux.ru/mailman/listinfo/community




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

* Re: [Comm] mount for image
  2002-12-04 14:56 [Comm] mount for image Arkadiy Ponomarev
  2002-12-04 15:00 ` Andrew Nazarkin
@ 2002-12-04 15:02 ` Красавин Андрей
  2002-12-04 15:13 ` Igor Solovyov
  2 siblings, 0 replies; 7+ messages in thread
From: Красавин Андрей @ 2002-12-04 15:02 UTC (permalink / raw)
  To: community

Arkadiy Ponomarev пишет:
> Здравствуйте, community.
> Подскажите, plz, как можно подмонтировать образ созданный mkisofs?
> что почитать, вот так вернее вопрос....

mount -t auto -o loop /путь/к/образу /путь/куда/монтируешь

А читать по моему, ман по mount.

-- 
С уважением, Андрей Красавин



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

* Re[2]: [Comm] mount for image
  2002-12-04 15:00 ` Andrew Nazarkin
@ 2002-12-04 15:04   ` Arkadiy Ponomarev
  2002-12-04 15:08     ` aen
  2002-12-04 15:26   ` Андрей Булава
  1 sibling, 1 reply; 7+ messages in thread
From: Arkadiy Ponomarev @ 2002-12-04 15:04 UTC (permalink / raw)
  To: Andrew Nazarkin

>> Подскажите, plz, как можно подмонтировать образ созданный mkisofs?
>> что почитать, вот так вернее вопрос....
>> 
AN> mount -t iso9660 -o loop image.iso /mnt/cdrom

AN> Собственно, так любые iso монитруются...

AN> man mount

я правильно понимаю, что для сщздания образа диска используеться опять
же mkisofs?


Rgrds, PAU.



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

* Re: [Comm] mount for image
  2002-12-04 15:04   ` Re[2]: " Arkadiy Ponomarev
@ 2002-12-04 15:08     ` aen
  0 siblings, 0 replies; 7+ messages in thread
From: aen @ 2002-12-04 15:08 UTC (permalink / raw)
  To: community

Arkadiy Ponomarev wrote:

>>>Подскажите, plz, как можно подмонтировать образ созданный mkisofs?
>>>что почитать, вот так вернее вопрос....
>>>
>>>      
>>>
>AN> mount -t iso9660 -o loop image.iso /mnt/cdrom
>
>AN> Собственно, так любые iso монитруются...
>
>AN> man mount
>
>я правильно понимаю, что для сщздания образа диска используеться опять
>же mkisofs?
>
>  
>
Да.

Rgdrs, AEN



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

* Re: [Comm] mount for image
  2002-12-04 14:56 [Comm] mount for image Arkadiy Ponomarev
  2002-12-04 15:00 ` Andrew Nazarkin
  2002-12-04 15:02 ` Красавин Андрей
@ 2002-12-04 15:13 ` Igor Solovyov
  2 siblings, 0 replies; 7+ messages in thread
From: Igor Solovyov @ 2002-12-04 15:13 UTC (permalink / raw)
  To: community

Hi!
On Wed, 4 Dec 2002 16:56:44 +0200
Arkadiy Ponomarev <arkara@rotex.com.ua> wrote:

> Здравствуйте, community.
> Подскажите, plz, как можно подмонтировать образ созданный mkisofs?
> что почитать, вот так вернее вопрос....

mount -t iso9660 -o loop ./file.iso /mountplace

-- 
Best regards!
Igor Solovyov
System/Network administrator
JSC CB "Zlatkombank", Zlatoust, Russia


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

* Re: [Comm] mount for image
  2002-12-04 15:00 ` Andrew Nazarkin
  2002-12-04 15:04   ` Re[2]: " Arkadiy Ponomarev
@ 2002-12-04 15:26   ` Андрей Булава
  1 sibling, 0 replies; 7+ messages in thread
From: Андрей Булава @ 2002-12-04 15:26 UTC (permalink / raw)
  To: ALT Community mail list

On Wed, 4 Dec 2002, Andrew Nazarkin wrote:

> On Wed, 4 Dec 2002 16:56:44 +0200
> Arkadiy Ponomarev <arkara@rotex.com.ua> wrote:
>
> > Здравствуйте, community.
> > Подскажите, plz, как можно подмонтировать образ созданный mkisofs?
> > что почитать, вот так вернее вопрос....
> >
> mount -t iso9660 -o loop image.iso /mnt/cdrom
>
> Собственно, так любые iso монитруются...
>

Вопрос на засыпку: а не от root?

> man mount
>
> >
> > ********************
> >
> > Rgrds, PAU.
> >
> > _______________________________________________
> > Community mailing list
> > Community@altlinux.ru
> > http://www.altlinux.ru/mailman/listinfo/community
>
>
> _______________________________________________
> Community mailing list
> Community@altlinux.ru
> http://www.altlinux.ru/mailman/listinfo/community
>

--
С наилучшими пожеланиями,
 Андрей Булава [ AB1002-UANIC ]
Информационный центр ДонНТУ



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

end of thread, other threads:[~2002-12-04 15:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-04 14:56 [Comm] mount for image Arkadiy Ponomarev
2002-12-04 15:00 ` Andrew Nazarkin
2002-12-04 15:04   ` Re[2]: " Arkadiy Ponomarev
2002-12-04 15:08     ` aen
2002-12-04 15:26   ` Андрей Булава
2002-12-04 15:02 ` Красавин Андрей
2002-12-04 15:13 ` Igor Solovyov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git