You are not logged in.

#1 2007-07-21 10:51:20

@leX
Member
From: Israel
Registered: 2003-11-06
Posts: 76

Unable to mount DVD

I have Motherboard gigabyte GA-K8N51GMF and NEC DVD-RW ND-3550A.
I have both hal and dbus installed:

# pacman -Q dbus hal
dbus 1.0.2-4
hal 0.5.9.1-1

And I have both of them in DAEMONS section of my rc.config.
I use XFCE and KDE and both of them able to mount CD-ROMs but for a long time unable to mount any DVD!
When i have inserted DVD I get error massage:

Method "Mount" with signature "ssas" on interface "org.freedesktop.Hal.Device.Volume" doesn't exist.

My fstab:

# 
# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0

/dev/sda2 swap swap defaults,noatime 0 0
/dev/sda3 / reiserfs defaults,noatime,notail,nodiratime 0 0
/dev/sda1 /boot ext2 defaults,noatime 0 1

There is output of lshal -l -u /org/freedesktop/Hal/devices/storage_model__NEC_DVD_RW_ND_3550A command:

udi = '/org/freedesktop/Hal/devices/storage_model__NEC_DVD_RW_ND_3550A'
  block.device = '/dev/hda'  (string)
  block.is_volume = false  (bool)
  block.major = 3  (0x3)  (int)
  block.minor = 0  (0x0)  (int)
  block.storage_device = '/org/freedesktop/Hal/devices/storage_model__NEC_DVD_RW_ND_3550A'  (string)
  info.addons = {'hald-addon-storage'} (string list)
  info.capabilities = {'storage', 'block', 'storage.cdrom'} (string list)
  info.category = 'storage'  (string)
  info.interfaces = {'org.freedesktop.Hal.Device.Storage', 'org.freedesktop.Hal.Device.Storage'} (string list)
  info.parent = '/org/freedesktop/Hal/devices/pci_10de_265_ide_0_0'  (string)
  info.product = '_NEC DVD_RW ND-3550A'  (string)
  info.udi = '/org/freedesktop/Hal/devices/storage_model__NEC_DVD_RW_ND_3550A'  (string)
  linux.hotplug_type = 3  (0x3)  (int)
  linux.sysfs_path = '/sys/block/hda'  (string)
  org.freedesktop.Hal.Device.Storage.method_argnames = {'extra_options', 'extra_options'} (string list)
  org.freedesktop.Hal.Device.Storage.method_execpaths = {'hal-storage-eject', 'hal-storage-closetray'} (string list)
  org.freedesktop.Hal.Device.Storage.method_names = {'Eject', 'CloseTray'} (string list)
  org.freedesktop.Hal.Device.Storage.method_signatures = {'as', 'as'} (string list)
  storage.automount_enabled_hint = true  (bool)
  storage.bus = 'ide'  (string)
  storage.cdrom.bd = false  (bool)
  storage.cdrom.bdr = false  (bool)
  storage.cdrom.bdre = false  (bool)
  storage.cdrom.cdr = true  (bool)
  storage.cdrom.cdrw = true  (bool)
  storage.cdrom.dvd = true  (bool)
  storage.cdrom.dvdplusr = true  (bool)
  storage.cdrom.dvdplusrdl = true  (bool)
  storage.cdrom.dvdplusrw = true  (bool)
  storage.cdrom.dvdplusrwdl = false  (bool)
  storage.cdrom.dvdr = true  (bool)
  storage.cdrom.dvdram = false  (bool)
  storage.cdrom.dvdrw = true  (bool)
  storage.cdrom.hddvd = false  (bool)
  storage.cdrom.hddvdr = false  (bool)
  storage.cdrom.hddvdrw = false  (bool)
  storage.cdrom.mo = false  (bool)
  storage.cdrom.mrw = true  (bool)
  storage.cdrom.mrw_w = true  (bool)
  storage.cdrom.read_speed = 8467  (0x2113)  (int)
  storage.cdrom.support_media_changed = true  (bool)
  storage.cdrom.support_multisession = true  (bool)
  storage.cdrom.write_speed = 8467  (0x2113)  (int)
  storage.cdrom.write_speeds = {'8467', '7056', '5645', '4234', '2822', '1411'} (string list)
  storage.drive_type = 'cdrom'  (string)
  storage.firmware_version = '1.07'  (string)
  storage.hotpluggable = false  (bool)
  storage.media_check_enabled = true  (bool)
  storage.model = '_NEC DVD_RW ND-3550A'  (string)
  storage.no_partitions_hint = true  (bool)
  storage.originating_device = '/org/freedesktop/Hal/devices/pci_10de_265_ide_0_0'  (string)
  storage.partitioning_scheme = ''  (string)
  storage.physical_device = '/org/freedesktop/Hal/devices/pci_10de_265_ide_0_0'  (string)
  storage.removable = true  (bool)
  storage.removable.media_available = true  (bool)
  storage.removable.media_size = 2048  (0x800)  (uint64)
  storage.requires_eject = true  (bool)
  storage.size = 0  (0x0)  (uint64)
  storage.vendor = ''  (string)

Last edited by @leX (2007-07-21 14:12:55)

Offline

#2 2007-07-27 20:04:57

@leX
Member
From: Israel
Registered: 2003-11-06
Posts: 76

Re: Unable to mount DVD

Any one can't help me?

Offline

#3 2007-07-27 20:28:07

elgatofelix
Member
From: Chile
Registered: 2007-07-03
Posts: 137

Re: Unable to mount DVD

I just have them in the fstab and xfce mounts them:

/dev/cdrom /mnt/cdrom   iso9660   ro,user,noauto,unhide   0      0
/dev/dvd /mnt/dvd   udf   ro,user,noauto,unhide   0      0


Are u listening?

Offline

#4 2007-07-29 20:27:22

@leX
Member
From: Israel
Registered: 2003-11-06
Posts: 76

Re: Unable to mount DVD

elgatofelix wrote:

I just have them in the fstab and xfce mounts them:

/dev/cdrom /mnt/cdrom   iso9660   ro,user,noauto,unhide   0      0
/dev/dvd /mnt/dvd   udf   ro,user,noauto,unhide   0      0

http://wiki.archlinux.org/index.php/HAL … zed_by_hal

If inserted CDs/DVDs are not recognized by hal (no icon on the desktop), check the /etc/fstab and remove the lines for the optical drives.

Offline

#5 2009-04-18 02:51:16

MarianoC
Member
Registered: 2008-10-16
Posts: 20

Re: Unable to mount DVD

Hi, i have exactly the same problem. Could you solve it???

Bye

Offline

Board footer

Powered by FluxBB