ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Eugene Vlasov <eugene@ikz.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] usb automount
Date: Mon, 25 Apr 2005 23:36:30 +0600
Message-ID: <20050425173630.GB1822@eugene-home.ikz.ru> (raw)
In-Reply-To: <426CACDA.9060606@ricom.ru>


[-- Attachment #1.1: Type: text/plain, Size: 477 bytes --]

Приветствую, Alexey Morsov.
В письме от Mon, Apr 25, 2005 at 12:39:54PM +0400 вы пишете:

> >supermount - и забыть о проблемах. А теперь: хочешь plug-n-play - учи XML,
> >не хочешь - тем юолее учи:)
> Да мне не влом поправить и xml - благо один раз - знать бы только как
> править конкретно это xml (бишь fdi файл)

Прикрепляю свой файл /usr/share/hal/fdi/95userpolicy/mount_options.fdi

-- 
С уважением, Евгений                          mailto:eugvv@altlinux.ru


[-- Attachment #1.2: mount_options.fdi --]
[-- Type: text/plain, Size: 1450 bytes --]

<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- --> 

<deviceinfo version="0.2">
  <device>
    <!-- Handle drives with non-partitioned media  -->
    <match key="storage.no_partitions_hint" bool="true">
      <!-- optical drives -->
      <match key="storage.drive_type" string="cdrom">
	<merge key="storage.policy.mount_option.ro" type="bool">true</merge>
	<merge key="storage.policy.mount_option.iocharset=koi8-r" type="bool">true</merge>
      </match>
    </match>
    <!-- Normal volumes; use volume label, uuid or drive_type -->
    <match key="block.is_volume" bool="true">
      <match key="volume.fsusage" string="filesystem">
	<!-- skip for drives with the no partitions hint (they are handled above) -->
	<match key="@block.storage_device:storage.no_partitions_hint" bool="false">
	  <!-- Use KOI8-R charset for vfat -->
	  <match key="volume.fstype" string="vfat">
	    <merge key="volume.policy.mount_option.iocharset=utf8" type="bool">false</merge>
	    <merge key="volume.policy.mount_option.iocharset=koi8-r" type="bool">true</merge>
	  </match>
	  <match key="volume.fstype" string="vfat">
	    <merge key="volume.policy.mount_option.codepage=866" type="bool">true</merge>
	  </match>
	  <match key="volume.fstype" string="vfat">
	    <merge key="volume.policy.mount_option.showexec" type="bool">true</merge>
	  </match>
	</match>
      </match>
    </match>
  </device>
</deviceinfo>

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-04-25 17:36 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-23  9:30 Alexey Morsov
2005-04-23 23:03 ` meerkat
2005-04-24  9:16   ` Alexey Morsov
2005-04-24 11:11     ` meerkat
2005-04-24 15:55       ` Alexey Morsov
2005-04-25  8:29     ` Led
2005-04-25  8:39       ` Alexey Morsov
2005-04-25 17:36         ` Eugene Vlasov [this message]
2005-04-25 19:18           ` Alexey Morsov
2005-04-26 17:40           ` Alexey Morsov
2005-04-27  8:12             ` Andrei Bulava
2005-04-27  8:20               ` Mike Lykov
2005-04-27  8:26                 ` Alexey Morsov
2005-04-27  8:45                   ` Alexey I. Froloff
2005-04-27  8:56                     ` Alexey Morsov
2005-04-27 16:11                     ` Alexey Morsov
2005-04-26  7:44     ` ABATAPA
2005-04-26  7:50       ` Alexey Morsov
2005-04-26  8:32         ` ABATAPA
2005-04-26  9:20           ` Alexey Morsov
2005-04-29 12:09 ` [sisyphus] " Michael Shigorin
2005-04-29 12:48   ` Alexey Morsov
2005-04-29 23:57     ` [sisyphus] " Arioch
2005-05-01 20:34       ` Vitaly Lipatov
2005-05-03  6:25         ` [sisyphus] " Arioch
2005-05-03  7:26           ` Vitaly Lipatov

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=20050425173630.GB1822@eugene-home.ikz.ru \
    --to=eugene@ikz.ru \
    --cc=sisyphus@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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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