ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sergey Bolshakov <s.bolshakov@sam-solutions.net>
To: community@altlinux.ru
Subject: Re: [Comm] Wine, autofs $ cdrom
Date: Sat, 20 Sep 2003 14:01:31 +0300
Message-ID: <m3isnnsoz8.fsf@pc313.belcaf.minsk.by> (raw)
In-Reply-To: <200309200104.26972.VladGousev@gmx.net> (Vlad Gousev's message of "Sat, 20 Sep 2003 01:04:26 +0400")

>>>>> "Vlad" == Vlad Gousev <VladGousev@gmx.net> writes:
 > Тогда буду надеяться, что кто-нибудь подскажет как решить 
 > проблему с многодисковыми приложениями под wine силами autofs...

Не уверен, что правильно понимаю проблему (начало треда ушло в
небытие), но вполне работоспособен следующий вариант:

в ~/.wine описывается несколько секций [Drive x] c type cdrom:
(показаны релевантные поля):
 
[Drive E]
"Path" = "/mnt/iso/app_1"
"Type" = "cdrom"

[Drive F]
"Path" = "/mnt/iso/app_2"
"Type" = "cdrom"

и т.д.

Соответственно, в /etc/auto.master:
/mnt/iso /etc/auto.iso -t 10   fstype=iso9660,ro,loop,iocharset=koi8-r

и в /etc/auto.iso
app_1      :/path/to/iso/image/app_1.iso
app_2      :/path/to/iso/image/app_2.iso


Такой вариант предполагает наличие iso-образов для каждого используемого
диска, которые, ктати говоря, могут быть расположены где-то в локальной сети
и монтироваться тем же autofs, то бишь:

/etc/auto.master:
/mnt/net/fileserver /etc/auto.fileserver -t 5 soft,intr,nolock,rsize=32768,wsize=32768
/mnt/iso /etc/auto.iso -t 10   fstype=iso9660,ro,loop,iocharset=koi8-r
 
/etc/auto.iso
app_1:  :/mnt/net/fileserver/isos/app_1.iso
app_2:  :/mnt/net/fileserver/isos/app_2.iso

/etc/auto.fileserver:
isos fileserver:/directory_with_iso_images

Так, при обращении по пути /mnt/iso/app_1 произойдет во-первых,
монтирование директории с iso-образами, и, во-вторых, монтирование
конкретного образа в этот путь.

-- 


  parent reply	other threads:[~2003-09-20 11:01 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-31 21:28 [Comm] Wine???? Vladimir
2003-09-01  5:00 ` ILYA Sibgatullin
2003-09-01  5:14 ` Leonid B. Sysoletin
2003-09-01  5:53   ` Vladimir
2003-09-01  5:59     ` Leonid B. Sysoletin
2003-09-01  8:58       ` Vladimir
2003-09-01 10:28         ` Andy Gorev
2003-09-18 17:51           ` Vlad Gousev
2003-09-19  8:22             ` Andrey Rahmatullin
2003-09-19 21:04               ` [Comm] Wine, autofs $ cdrom Vlad Gousev
2003-09-20  6:18                 ` Alexandr R. Ogurtzoff
2003-09-21 19:51                   ` Vlad Gousev
2003-09-22  6:05                     ` Leonid B. Sysoletin
2003-09-22 19:15                       ` Vlad Gousev
2003-10-04 18:39                       ` Vlad Gousev
2003-09-20 11:01                 ` Sergey Bolshakov [this message]
2003-09-21 20:31                   ` Vlad Gousev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3isnnsoz8.fsf@pc313.belcaf.minsk.by \
    --to=s.bolshakov@sam-solutions.net \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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