automount of internal sata drives with udisks

2010-04-08 Thread Stephan Raue
Hi all, how is it possible to mount internal (SATA) Harddisk drives automatically with udisks? I am using an embedded Linux system with udisk-1.0.0 and without using an /etc/fstab. I can boot my system from an USB stick. Other USB drives will be mounted by udisks automatically, but not the i

udisks-part-id segfault

2010-08-15 Thread Stephan Raue
Hi all, regarding my output of dmesg of my selfcompiled embedded distribution i have some lines like: udisks-part-id[387]: segfault at 0 ip b78211e0 sp bfec608c error 4 in libglib-2.0.so.0.2511.0[b77b4000+e6000] i uses udisks-1.0.1 and actually glib-2.25.13 (but i had the some messages wit

Re: udisks-part-id segfault

2010-08-17 Thread Stephan Raue
Hi Martin Am 17.08.2010 08:34, schrieb Martin Pitt: Hello Stephan, $ sudo /lib/udev/udisks-part-id /dev/sda1 If it crashes on one of them, please run it through gdb: $ sudo gdb --args /lib/udev/udisks-part-id /dev/sda1 run # let it crash bt full and copy&paste the output. P