[solved] USB drives won't auto mount

When I plug in a drive, I get this error message:
Rejected send message, 1 matched rules; type="method_call", sender=":1.24" (uid=1000 pid=4499 comm="exo-mount) interface="org.freedesktop.Hal.Device.Volume" member="Mount" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=3069 comm="/usr/sbin/hald)).
2nd harddrive:
Rejected send message, 1 matched rules; type="method_call", sender=":1.20" (uid=1000 pid=3537 comm="exo-mount) interface="org.freedesktop.Hal.Device.Volume" member="Mount" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=3058 comm="/usr/sbin/hald)).
There are fixes in other forums, but they are all radically differnet, and the one's I tried aren't working.
I have an eee pc with xfce and slim.
I know this is a perimssion problems since auto mount works fine for root. Could anyone tell me the (probably simple) fix for this? Thanks.
Last edited by Meskarune (2010-04-15 04:21:08)

HAL:
http://wiki.archlinux.org/index.php/HAL#Troubleshooting
Also check your .xinitrc and make sure your lines matches this:
exec ck-launch-session startxfce4
Lastly, you can also use udev to automount your drives:
http://wiki.archlinux.org/index.php/Ude … SB_devices

Similar Messages

  • LG USB drive won't (auto)mount

    Hi guys,
    This is my first post, and I'm not sure if this thread goes here, but anyways, I have a problem with my LG USB External Drive.
    Ok, this is what happened. When I connected the drive the activity LED turned on but the volume didn't appear in Thunar, so I went to check if it was at least detected but neither GParted nor lsusb show the USB disk listed. I connected the drive to a netbook with Xubuntu 9.10 and it automounts correctly, also in the same netbook with Windows 7. I've been looking for information about evdev, udev, HAL and Xorg but I couldn't fix the error. The drive worked sporadically one month ago, but I reinstalled Arch and now it won't work.
    Here is all the additional data.
    * Desktop Environment: XFCE 4.6.1
    * lsusb:
    Bus 002 Device 002: ID 043d:0057 Lexmark International, Inc. Z35 Printer
    Bus 002 Device 004: ID 045e:070f Microsoft Corp.
    Bus 002 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 005: ID 18e3:9101 Fitipower Integrated Technology Inc
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    * rc.conf: http://dpaste.com/163807/
    * mkinitcpio.conf:  http://dpaste.com/163810/
    * xorg.conf: http://dpaste.com/163811/
    * /etc/udev/rules.d/11-media-by-label-auto-mount.rules: http://dpaste.com/163815/
    This is all I have (or I think so).
    Thanks in advance

    Hi scar,
    This is the output.
    sd 4:0:0:3: Attached scsi generic sg5 type 0
    usb-storage: device scan complete
    sd 4:0:0:0: [sdb] Attached SCSI removable disk
    sd 4:0:0:1: [sdc] Attached SCSI removable disk
    sd 4:0:0:3: [sde] Attached SCSI removable disk
    sd 4:0:0:2: [sdd] Attached SCSI removable disk
    EXT4-fs (sda2): mounted filesystem with ordered data mode
    Adding 1951888k swap on /dev/sda3.  Priority:-1 extents:1 across:1951888k
    forcedeth 0000:00:07.0: irq 27 for MSI/MSI-X
    fuse init (API version 7.13)
    Seems to be the disk is at least detected. Maybe I need further HAL/Udev configuration, well, what do you think?
    Last edited by Penguino (2010-02-24 20:39:06)

  • External hard drive and SD card won't auto mount

    I am using MBP with retina on Yosemite. MacBook Pro (Retina, 15-inch, Late 2013).
    On Maverick, all my external drives used to auto mount. The same was true just after Yosemite was installed. Lately, only my Time Machine hard drive auto mounts and others don't, e.g. my backup drive that I use with Super Duper! and my camera SD card. I have to go to disk utility and mount them manually. I did not see any option for auto mount in disk utility.
    Could you please guide me on how to get auto mount back?
    Thanks in advance

    I have been dealing with this same issue for the past several months. Running a Macbook Pro (Mid 2010) with OS X Yosemite 10.10.1. This problem occurs when I plug in Firewire, USB, or SD card. The external hardware appear to be working fine, it has to be either a setting, or a quirk that needs corrected with Yosemite. I have run all OS systems since Snow Leopard. Never had this problem. Anyone have any ideas?

  • [SOLVED] Thunar (XFCE4) Does not Auto-mount USB Drive

    After reading some posts related to USB auto-mounting in Thunar and yet still having the problem, I decided to post this. Thunar used to detect the USB drives and auto-mount them. These days (I GUESS after moving to systemd), It cannot do so. Still, there is the icon of USB drive on the left side panel, but when I click on it to browse it, I get this error:
    Failed to mount "USB_LABLE".
    Error when getting information for file
    '/media/usbhd-sdc1': Transport endpoint is not connected.
    I am still able to use "sudo mount..." and get the job done, but I would prefer the convenient way it used to work. Here are some information about my system:
    command> cat ~/.xinitrc
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    exec startxfce4
    command> loginctl show-session $XDG_SESSION_ID
    Id=1
    Timestamp=Sat, 2012-11-10 20:35:51 CET
    TimestampMonotonic=34276379
    DefaultControlGroup=name=systemd:/user/username/1
    VTNr=7
    Display=:0.0
    Remote=no
    RemoteUser=root
    Service=slim
    Leader=297
    Audit=1
    Type=x11
    Class=user
    Active=yes
    State=active
    KillProcesses=no
    IdleHint=no
    IdleSinceHint=0
    IdleSinceHintMonotonic=0
    command> systemctl status polkit
    polkit.service - Authorization Manager
    Loaded: loaded (/usr/lib/systemd/system/polkit.service; static)
    Active: active (running) since ...
    Docs: man:polkit(8)
    Main PID: 305 (polkitd)
    CGroup: name=systemd:/system/polkit.service
    305 /usr/lib/polkit-1/polkitd --no-debug
    command> dmesg
    Attached scsi generic sg1 type 0
    [sdc] 15470592 512-byte logical blocks: (7.92 GB/7.37 GiB)
    [sdc] Write Protect is off
    [sdc] Mode Sense: 23 00 00 00
    [sdc] No Caching mode page present
    [sdc] Assuming drive cache: write through
    [sdc] No Caching mode page present
    [sdc] Assuming drive cache: write through sdc: sdc1
    [sdc] No Caching mode page present
    [sdc] Assuming drive cache: write through
    [sdc] Attached SCSI removable disk
    I'd rather not edit the /etc/fstab; the way Thunar used to behave, was working with every new USB. I wonder if anybody can shed some lights.
    Last edited by Shahab (2012-11-10 21:56:24)

    The error looks suspiciously like one I had not so long ago and it turned out I still had an 11-media-by-label-auto-mount.rule in /etc/udev/rules.d.  Once I removed that and rebooted everything was fine again.

  • External USB drive won't mount after 10.9.5 upgrade

    Is anyone else reporting the following issue?  Immediately after installing OS X update 10.9.5 (13F34) on 09/18, my external USB drive (IOMega 1GB OS X Extended FS) used for Time Machine would no longer mount and isn't recognized.  When I look at the drives in finder, it is missing.  However, it does show up under the USB Hi-Speed Bus device tree:
    USB Mass Storage:
      Product ID:    0x0376
      Vendor ID:    0x059b  (Iomega Corporation)
      Version:     0.00
      Serial Number:    ABCDEF012314E2ED
      Speed:    Up to 480 Mb/sec
      Manufacturer:    Iomega
      Location ID:    0x1a120000 / 3
      Current Available (mA):    500
      Current Required (mA):    0
    Console message when device plugged in:
    10/6/14 3:22:31.000 AM kernel[0]: USBMSC Identifier (non-unique): ABCDEF012314E2ED 0x59b 0x376 0x0, 2
    mount command results:
    devfs on /dev (devfs, local, nobrowse)
    map -hosts on /net (autofs, nosuid, automounted, nobrowse)
    map auto_home on /home (autofs, automounted, nobrowse)
    /dev/disk1s2 on /Volumes/Mac-Mini 2 (hfs, local, nodev, nosuid, noowners)
    System is Mac-Mini (late 2012), 2.5 Ghz i5, 8GB ram, 500GB local storage, 1TB on second Firewire disk for media, 1TB USB disk for Firewire (PROBLEM)
    I have reinstalled the combined 10.9.5 OS upgrade, and verified that the drive works when connected to my other MB Pro (mid-2012 running Yosemite beta 3).  There is no third party software that I'm aware of in use for this drive, as it's only for Time Machine backups.
    Thanks

    Is the drive's icon on the desktop (perhaps behind another icon, which is possible if Finder > View > Cleanup is enabled)?
    If not, is the box Finder > Preferences > General > External Disks checked?
    Is the drive listed in every Finder window's sidebar?
    If not, is the box Finder > Preferences > Sidebar > External Disks checked?
    Are Time Machine backups to the drive happening on schedule?
    If not, does the drive appear in System Preferences > Time Machine > Select Disk?
    Can you open /Volumes/Mac-Mini 2/Backups.backupdb using Finder > Go > Go to Folder...?
    Does the drive appear in Disk Utility? Is it (or can it be) mounted there?
    Have you tried to plug it in to a USB port on the Mini (not a hub) or into a different USB port on the Mini?
    Have you tried this: shut down; unplug the drive; boot the Mac; after you have logged in and the Finder is done populating the desktop and menu bar, plug the drive in?

  • Separate /var resiserfs partition on usb drive won't mount on boot

    It has mounted successfully a few times.  I set it up because I don't want /var on my Revodrive, and I've added a label (var) to the partition.  I've tried mounting at first by UUID, then label, then strictly by dev (which isn't an option considering the number of block devices I have attached at any given time).
    I have to manually mount var afterward, and this causes all sorts of hal problems with KDE, such as not being able to see my hard drives in Dolphin.
    Any ideas?  I have another mechanical HDD that I'm going to be using as a download drive, so I could locate var there if needed.
    Here is my daemons array in rc.con:
    DAEMONS=(dbus hal network rpcbind nfs-common syslog-ng samba sshd alsa sensors netfs)
    and fstab
    devpts /dev/pts devpts defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid 0 0
    /dev/mapper/sil_bgbgdjaddicbp1 / ext4 defaults,noatime 0 1
    /dev/mapper/sil_bgbgdjaddicbp2 /home ext4 defaults,noatime 0 1
    UUID=31061fe9-f3de-40d3-93da-c0fce7ed5014 /boot ext2 defaults 0 0
    #UUID=7fb98876-0e33-44b8-90e4-f2a103dd0166 /var reiserfs defaults 0 0
    /dev/disk/by-label/var /var reiserfs defaults,noatime 0 0
    none /tmp tmpfs nodev,nosuid,noatime,size=1000M,mode=1777 0 0
    shm /dev/shm tmpfs nodev,nosuid,size=6G 0 0
    Last edited by DarksideEE7 (2010-12-23 10:16:59)

    stqn wrote:Someone will probably come up with a better solution, and I don't even know if that will fix your problem, but you could try adding "usb" to the beginning to the HOOKS line in /etc/mkinitcpio.conf. I think it is needed to be able to boot from a usb disk. (You'll have to run "mkinitcpio -p kernel26" afterwards.)
    That makes sense.  I actually prefer using the sata drive as /var, but I was just interested as to why it wasn't mounting. 
    BTW I have GRUB and boot installed on the same USB drive (from which I boot), then it mounts the root and home partitions on my OCZ Revodrive.  This drive is essentially fakeraid with an sil satalink controller, and I was never able to get grub installed on the dmraid setup.  I just gave up.  It actually works quite well though.

  • [SOLVED]usb drive not mounting

    I get this error when I try to mount a usb drive in pcmanfm. It used to work correctly before. Since then I tried uninstalling fam and installed gamin. But now I have reverted back to fam and I still see this. What could be the issue?  I can mount the drive manually in CLI, but I was just wondering what suddenly happened.
    inxs ~ > pcmanfm
    (pcmanfm:4961): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1 char 57: '-' is not a valid character following a '<' character; it may not begin an element name
    (pcmanfm:4961): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1 char 57: '-' is not a valid character following a '<' character; it may not begin an element name
    Last edited by Inxsible (2009-02-13 05:43:07)

    spookyln wrote:
    this working like a charm.
    edit your /etc/PolicyKit/PolicyKit.conf
    <?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
    <!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
    "http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">
    <!-- See the manual page PolicyKit.conf(5) for file format -->
    <config version="0.1">
    <match action="org.freedesktop.hal.storage.mount-removable">
    <return result="yes"/>
    </match>
    </config>
    Bingo!! Man you guys are good.

  • Time Capsule external USB drive won't reconnect remotely over Back To My Mac

    I'm running a Mac Mini at work, connected via ethernet to an enterprise network (I have no idea what routers they are using, or how they are set up).
    At home, I have a MBP laptop and a Time Capsule (hardwired to cable modem) with an external USB drive attached.
    All 3 machines (Mac Mini, MBP, TC via Airport Utility) have Back To My Mac switched on.
    I can access the external USB drive on my home TC from my work Mac Mini....until the Mini falls asleep. When I wake it back up, the connection back to the TC fails. However....after restarting the Mini, the connection works again.
    My first thought was that the corporate network / firewall / etc was causing the problem - not leaving correct ports open, or someting to that effect. However, I realised that if that were the case, restarting the Mini shouldn't help, but it does.
    Does anyone have any idea how sleeping breaks being able to access a TC's external drive remotely over BTMM?
    The Mac Mini is a 2.3GHz Core i5 with 8GB RAM and plenty of HD space.
    The MBP is a 15" late 2013 retina, 2.6 GHz Core i7, 16 GB RAM, also plenty of HD space.
    The TC is a 2 TB 4th generation model.
    Thanks!
    J

    Sorry that did not work. This works well for me using Lacie drives, but I haven't tried Iomega.
    Have you checked Iomega's site to see if any software/firmware updates available?
    Also noticed during a quick search that a number of users are reporting mounting problems with Iomega. Not sure if this applies to you or not.
    http://discussions.apple.com/search.jspa?search=Go&q=iomegadrive+won%27tmount

  • External USB Drive very slow to Mount

    Hi, I have an iBook G4 and I recently bought an 80GB external USB 2.0 drive.
    The problem I am having is that it takes a long time for the drive to mount. After I plug it into the USB port it takes 2 - 5 minutes for it to actually show up on my desktop. On occasion it doesn't even mount at all and I have to unplug and re-plug the USB drive and wait another 2- 5 minutes with my fingers crossed. Once it does mount it works just fine. I can transfer back and forth, run video off of it and run apps off of it. If I have the drive plugged in before I boot up I see the drive mounted after I log in, also just fine.
    My question is how can I get rid of that initial delay? What am I doing wrong?
    iBook G4   Mac OS X (10.4.6)  

    The problem lies with occasional dropouts that can corrupt the library's database files if they are being written to as the time of dropout.  It's the nature of wireless networks.  If you have a very strong signal throughout and are willing to take a chance then go for it.
    But as for the speed, it must be iPhoto 11 and it's complexity causing the slowness. I had tried using a library on an EHD connected to my iMac from my laptop wirelessly with iPhoto 7 or 8 and it was pretty fast.  I think it was 7 before faces and places came into being.
    Send a feature request to Apple via http://www.apple.com/feedback/iphoto.html to improve wireless performance, etc.
    OT

  • Apple mobile device USB Driver won't install (Code 37) on my 7th Generation iPod Nano

    As a result, iTunes won't detect my iPod. But the iPod will charge when I plug it in to my comp, and there is an iPod folder in "My Computer". But after installing iTunes, it no longer says “connected” on the iPod (even though it still charges it). And, in Device manager, there is a yellow exclamation mark that appears in the DVD/CD-ROM drive directly after installing iTunes – there is also a yellow mark next to “Apple mobile device USB Driver” when my iPod is plugged in. For both, it says “Code 37.” I know how to fix the DVD/CD-ROM drive problem (by deleting the filters) but the Apple driver still won't install after that. I've tried troubling shooting this. I uninstalled and reinstalled the drivers, but it hasn't made a difference. And I've uninstalled and reinstalled iTunes multiple times, too, and every time I reinstall iTunes the same thing happens: my iPod no longer says “connected on the screen,” and the  DVD/CD-ROM drive gets code 37 again. Also, I tried different USB cables/ports.
    Any help of suggestions would be greatly appreciated. And I think I've already read a lot of troubleshooting guides on this site, but haven't had any success so far.

    Sorry, I'm confused. What do you mean by “leaving all other USB devices disconnected”? Does that include my mouse, keyboard, etc? And does that mean I uninstall those things in the device manager?

  • Envy 20 Side USB Drives Won't Read

    I have a Envy 20 and the side USB drives have stopped working. I plugged in a flash drive loaded with a file and it will not recognize the drive. The rear drives still work, but are difficult to access. Any suggestions?

    Hello @HumbleAggie,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I have read your post on how your desktop computer is not able to read the USB devices on the front of your computer, and I would be happy to assist you in this matter!
    Since you are able to get your computer to recognize the USB side ports, and I would be happy to help you!
    To further diagnose this issue, I recommend following the steps in this document on Troubleshooting USB connections (Windows 8). This should help your desktop recognize USB devices on the side ports. 
    Please re-post with the results of your troubleshooting, and I look forward to your reply!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • My USB drive won't show up on my MacBook Pro (2012 non retina)

    Okay, so I have 2 Macs.  2012 MacBook Pro, and a PPC iMac G4. I want to load music onto my USB drive, but it dosen't show up on my MacBook Pro. My iMac can read the USB without a problem, but the MacBook Pro will not. Iv'e made sure to check off everything in Finder Preferences, and also reveal everything in the Finder Side Bar, but still nothing will happen. I even tried looking for it in Disk Utility, and still nothing. Please Help.

    Check that the data cable is securely inserted at both ends.
    Try a different cable.
    If you're connecting the drive through a hub, connect it directly to a built-in port on the Mac.
    If you're connecting it directly, try a different port.
    Disconnect all other devices on the bus, or as many as possible.
    Test the drive with another Mac. Test another drive with this Mac.
    If the drive is bus-powered, but has an AC adapter, connect the adapter.
    Boot into Recovery and launch Disk Utility. Is the drive recognized?
    If the drive doesn't work under any of the above conditions, and if another drive does work with the same Mac, then the drive has failed. You may be able to salvage the mechanism by removing it from the enclosure and installing it in another one, or in a drive dock.

  • My usb drive won't connect to my macbook anymore.

    It says:
    MAC OS X can't repair the disk:
    you can still open or copy files on the disk, but you can't save changes to files on the disk. Back up the disk and reformat it as soon as you can.
    How would i go about?

    Follow the second part of the advice your Mac gave you. Since you can still copy files, I would advise you to back up the data on it and put the data onto something else, maybe another USB drive or external hard drive. Data storage is quite cheap.
    To back up your data, buy a new USB drive that's the same size (or larger) than the one you've got at the moment. Then just plug the old USB drive and the new USB drive in (If you have 2 USB drives) and copy the files over by dragging them.

  • My usb drive won't recognise my memory stick

    When I put my memory stick in my USB drive, it doesn't come up in Finder and I can't access it. Same for both USB drives. HELP!

    Restart your computer and/or zap the PRAM. 

  • [SOLVED]Usb drive not detected in kde

    not appear in the notification, but in dmesg appear
    5458.314319] usb 2-3: new high-speed USB device number 4 using ehci-pci
    [ 5458.508037] usb-storage 2-3:1.0: USB Mass Storage device detected
    [ 5458.508098] scsi12 : usb-storage 2-3:1.0
    [ 5458.508149] usbcore: registered new interface driver usb-storage
    [ 5459.585989] scsi 12:0:0:0: Direct-Access USB DISK Pro PMAP PQ: 0 ANSI: 4
    [ 5460.612052] sd 12:0:0:0: [sdb] 31260672 512-byte logical blocks: (16.0 GB/14.9 GiB)
    [ 5460.613431] sd 12:0:0:0: [sdb] Write Protect is off
    [ 5460.613434] sd 12:0:0:0: [sdb] Mode Sense: 23 00 00 00
    [ 5460.614802] sd 12:0:0:0: [sdb] No Caching mode page found
    [ 5460.614805] sd 12:0:0:0: [sdb] Assuming drive cache: write through
    [ 5460.619671] sd 12:0:0:0: [sdb] No Caching mode page found
    [ 5460.619674] sd 12:0:0:0: [sdb] Assuming drive cache: write through
    [ 5460.642643] sdb: sdb1
    [ 5460.649748] sd 12:0:0:0: [sdb] No Caching mode page found
    [ 5460.649751] sd 12:0:0:0: [sdb] Assuming drive cache: write through
    [ 5460.649753] sd 12:0:0:0: [sdb] Attached SCSI removable disk
    [ 5476.956859] ath5k: ath5k_hw_get_isr: ISR: 0x00000400 IMR: 0x00000000
    [ 5613.844729] usb 2-3: USB disconnect, device number 4
    [ 5616.296689] usb 2-3: new high-speed USB device number 5 using ehci-pci
    [ 5616.425854] usb-storage 2-3:1.0: USB Mass Storage device detected
    [ 5616.425903] scsi13 : usb-storage 2-3:1.0
    [ 5617.501846] scsi 13:0:0:0: Direct-Access USB DISK Pro PMAP PQ: 0 ANSI: 4
    [ 5618.534031] sd 13:0:0:0: [sdb] 31260672 512-byte logical blocks: (16.0 GB/14.9 GiB)
    [ 5618.535398] sd 13:0:0:0: [sdb] Write Protect is off
    [ 5618.535401] sd 13:0:0:0: [sdb] Mode Sense: 23 00 00 00
    [ 5618.536784] sd 13:0:0:0: [sdb] No Caching mode page found
    [ 5618.536790] sd 13:0:0:0: [sdb] Assuming drive cache: write through
    [ 5618.541762] sd 13:0:0:0: [sdb] No Caching mode page found
    [ 5618.541765] sd 13:0:0:0: [sdb] Assuming drive cache: write through
    [ 5618.564608] sdb: sdb1
    [ 5618.571842] sd 13:0:0:0: [sdb] No Caching mode page found
    [ 5618.571845] sd 13:0:0:0: [sdb] Assuming drive cache: write through
    [ 5618.571847] sd 13:0:0:0: [sdb] Attached SCSI removable disk
    uname -a
    Linux tarro 3.13.5-1-ARCH #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014 x86_64 GNU/Linux
    cat /etc/group
    root:x:0:root
    bin:x:1:root,bin,daemon
    daemon:x:2:root,bin,daemon
    sys:x:3:root,bin
    adm:x:4:root,daemon
    tty:x:5:
    disk:x:6:root,darkmind
    lp:x:7:daemon,darkmind
    mem:x:8:
    kmem:x:9:
    wheel:x:10:root,darkmind,pct
    ftp:x:11:
    mail:x:12:
    uucp:x:14:
    log:x:19:root
    utmp:x:20:
    locate:x:21:
    rfkill:x:24:
    smmsp:x:25:
    http:x:33:
    games:x:50:darkmind
    lock:x:54:
    uuidd:x:68:
    dbus:x:81:
    network:x:90:darkmind,pct
    video:x:91:darkmind,pct
    audio:x:92:darkmind,pct
    optical:x:93:pct,darkmind
    floppy:x:94:
    storage:x:95:darkmind
    scanner:x:96:pct,darkmind
    power:x:98:
    nobody:x:99:
    users:x:100:pct
    systemd-journal:x:190:
    polkitd:x:102:
    transmission:x:169:
    avahi:x:84:
    usbmux:x:140:darkmind
    ntp:x:87:
    mysql:x:89:
    kdm:x:135:
    git:x:999:
    pct:x:1001:
    (i'm darkmind)
    somebody help?
    Last edited by dunkles (2014-02-25 22:50:53)

    ewaller wrote:I am not sure what that means.  Are you expecting a pop up notification in KDE?
    yes
    ewaller wrote:Does Dolphin show the volumes?
    not show the volumes, nothing happens when plug a usb drive
    ewaller wrote:Do you have udisks installed?  How about udisks2?
    yes

Maybe you are looking for

  • Booting Problems

    Booting  Problems Help !! my new K8N does not boot from Hard Disk (sorry for very bad english) My bios detect Ide Primary MAster : Maxtor 40 Gb -34098H4 5400 rpm Ultra-ATA/100 Ide Primary Slave : --- Ide Secondary Master : Seagate 120 gb Barracuda -

  • Can't print any PDFs after installing adobe Reader x version 10 - help!

    I am using Windows XP professional SP 3 and Google Chrome as a web browser. Everything worked OK until the upgrade to Reader 10 - I have removed the Adobe reader and reinstalled and no luck. I am not able to print PDF's from the internet nor within o

  • Digital image correlation vi

    Dear expert Is digital image correlation (DIC) algorithm for strain measurement implemented in Labview? If not,  does somebody share Labview vi for DIC?  I found that several free version of DIC in the web but, there is no Labview version.  Does anyo

  • [SOLVED]LXDE pacman errors

    Hi, Sorry new to arch linux / these forums, cant find anyting about the errors I am having.  I'm getting some errors in pacman whilst trying to install LXDE.  I'm installing it in a fresh arch linux install in VirtualBox, it is fully up to date. It c

  • Cs4 problems installing osx 10.8

    hello, i have issues with installing my master collection cs4 on disk. mac 10.8. the Installation Stalls and freezes on the same part everytime. when it is installing or loading adobe air. it says a newer version is available in a dialog box and then