ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Valery V. Inozemtsev" <shrek@rescom.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] HAL KDE и ( авто ) монтирование дискет
Date: Thu, 22 Mar 2007 13:59:24 +0300
Message-ID: <200703221359.29669.shrek@rescom.ru> (raw)
In-Reply-To: <460253E3.7090201@reutman.ru>

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

В сообщении от 22 марта 2007 Alexey Sidorov написал(a):
> Valery V. Inozemtsev пишет:
> > В сообщении от 22 марта 2007 Alexey Sidorov написал(a):
> >> Valery V. Inozemtsev пишет:
> >>>>> а если сказать
> >>>>> # dbus-send --system --print-reply --dest=org.freedesktop.Hal
> >>>>> /org/freedesktop/Hal/devices/platform_floppy_0_storage
> >>>>> org.freedesktop.Hal.Device.Volume.Mount string:floppy string:
> >>>>> array:string:
> >>>>
> >>>> alex:alexlin ~$ dbus-send --system --print-reply
> >>>> --dest=org.freedesktop.Hal
> >>>> /org/freedesktop/Hal/devices/platform_floppy_0_storage
> >>>> org.freedesktop.Hal.Device.Volume.Mount string:floppy string:
> >>>> array:string: Error org.freedesktop.Hal.Device.Volume.UnknownFailure:
> >>>> mount: you must specify the filesystem type
> >>>
> >>> а руками она вообще монтируется?
> >>
> >> Всмысле mount -tvfat /dev/fd0 /mnt/floppy ?
> >> конечно.
> >
> > и так со всеми дискетами?
>
> да не в дискетах дело. а в том, что hal не провайдит volume.fstype, как
> впрочем и сам volume естественно никто не знает, что вообще с эти делать и
> как монтировать. если я конечно правильно понимаю

udi = '/org/freedesktop/Hal/devices/storage_serial_Y_E_DATA_FlashBuster_U'
  block.minor = 0  (0x0)  (int)
  storage.requires_eject = false  (bool)
  info.capabilities = { 'storage', 'block' } (string list)
  storage.bus = 'usb'  (string)
  storage.removable.media_available = true  (bool)
  info.category = 'storage'  (string)
  info.product = 'USB-FDU'  (string)
  storage.drive_type = 'floppy'  (string)
  storage.hotpluggable = true  (bool)
  storage.partitioning_scheme = 'none'  (string)
  storage.physical_device = '/org/freedesktop/Hal/devices/usb_device_57b_0_noserial_if0'  (string)
  storage.vendor = 'Y-E DATA'  (string)
  storage.media_check_enabled = true  (bool)
  storage.removable.media_size = 1474560  (0x168000)  (uint64)
  block.is_volume = false  (bool)
  storage.firmware_version = '0304'  (string)
  info.addons = { 'hald-addon-storage' } (string list)
  block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_Y_E_DATA_FlashBuster_U'  (string)
  storage.serial = 'Y-E_DATA_FlashBuster-U'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_57b_0_noserial_if0_scsi_host_scsi_device_lun0'  (string)
  storage.size = 0  (0x0)  (uint64)
  block.device = '/dev/sda'  (string)
  storage.no_partitions_hint = true  (bool)
  storage.removable = true  (bool)
  storage.lun = 0  (0x0)  (int)
  info.vendor = 'Y-E DATA'  (string)
  storage.originating_device = '/org/freedesktop/Hal/devices/usb_device_57b_0_noserial_if0'  (string)
  storage.model = 'USB-FDU'  (string)
  info.udi = '/org/freedesktop/Hal/devices/storage_serial_Y_E_DATA_FlashBuster_U'  (string)
  block.major = 8  (0x8)  (int)
  linux.hotplug_type = 3  (0x3)  (int)
  linux.sysfs_path = '/sys/block/sda'  (string)
  storage.automount_enabled_hint = true  (bool)

udi = '/org/freedesktop/Hal/devices/volume_uuid_2812_7834'
  block.minor = 0  (0x0)  (int)
  org.freedesktop.Hal.Device.Volume.method_names = { 'Mount', 'Unmount', 'Eject' } (string list)
  volume.ignore = false  (bool)
  volume.label = ''  (string)
  info.capabilities = { 'volume', 'block' } (string list)
  volume.is_partition = false  (bool)
  volume.mount_point = ''  (string)
  info.category = 'volume'  (string)
  info.product = 'Volume (vfat)'  (string)
  volume.is_disc = false  (bool)
  volume.is_mounted = false  (bool)
  block.is_volume = true  (bool)
  volume.linux.is_device_mapper = false  (bool)
  block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_Y_E_DATA_FlashBuster_U'  (string)
  info.parent = '/org/freedesktop/Hal/devices/storage_serial_Y_E_DATA_FlashBuster_U'  (string)
  volume.block_size = 512  (0x200)  (int)
  volume.num_blocks = 2880  (0xb40)  (int)
  volume.fsversion = 'FAT12'  (string)
  block.device = '/dev/sda'  (string)
  volume.uuid = '2812-7834'  (string)
  volume.fsusage = 'filesystem'  (string)
  volume.is_mounted_read_only = false  (bool)
  org.freedesktop.Hal.Device.Volume.method_argnames = { 'mount_point fstype extra_options', 'extra_options', 'extra_options' } (string list)
  info.interfaces = { 'org.freedesktop.Hal.Device.Volume' } (string list)
  storage.model = ''  (string)
  volume.size = 1474560  (0x168000)  (uint64)
  info.udi = '/org/freedesktop/Hal/devices/volume_uuid_2812_7834'  (string)
  volume.mount.valid_options = { 'ro', 'sync', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet', 'remount', 'exec', 'utf8', 'shortname=', 'codepage=', 'iocharset=', 'umask=', 'dmask=', 'fmask=', 'uid=' } (string list)
  org.freedesktop.Hal.Device.Volume.method_signatures = { 'ssas', 'as', 'as' } (string list)
  block.major = 8  (0x8)  (int)
  volume.fstype = 'vfat'  (string)
  org.freedesktop.Hal.Device.Volume.method_execpaths = { 'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject' } (string list)
  volume.unmount.valid_options = { 'lazy' } (string list)
  linux.hotplug_type = 3  (0x3)  (int)
  linux.sysfs_path = '/sys/block/sda/fakevolume'  (string)

-- 
Valery V. Inozemtsev

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

  reply	other threads:[~2007-03-22 10:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-22  7:17 [sisyphus] HAL KDE и (авто)монтирование дискет Alexey Sidorov
2007-03-22  8:58 ` [sisyphus] HAL KDE и ( авто ) монтирование дискет Valery V. Inozemtsev
2007-03-22  9:17   ` Alexey Sidorov
2007-03-22  9:22     ` Valery V. Inozemtsev
2007-03-22  9:36       ` Alexey Sidorov
2007-03-22  9:44         ` Valery V. Inozemtsev
2007-03-22 10:01           ` Alexey Sidorov
2007-03-22 10:59             ` Valery V. Inozemtsev [this message]
2007-03-22 11:27               ` Alexey Sidorov
2007-03-22 11:38                 ` Valery V. Inozemtsev
2007-03-22 17:06                   ` Valery V. Inozemtsev

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=200703221359.29669.shrek@rescom.ru \
    --to=shrek@rescom.ru \
    --cc=sisyphus@lists.altlinux.org \
    /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