Thunar dont show (and dont mount) removable devices and ntfs drives

hi.this my first topic
im  using arch+openbox+thunar
and thunar dont show (and dont mount) removable  devices and ntfs drives
more info:
i'v installed :
gvfs , gvfs-smb , gvfs-afp , thunar-volman , polkit , gnome-polkit , ntfs-3g
thunar-volman output for CD/DVD:
thunar-volman: Could not detect the volume corresponding to the device.
thunar-volman output for USB:
thunar-volman: Unsupported USB device type.
thunar-volman: Unsupported USB device type.
thunar-volman: Unknown block device type.
thunar-volman: Could not detect the volume corresponding to the device
~/.xinitrc:
openbox-session
~/.config/openbox/autostart:
thunar --daemon &
sleep 1 && /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
tint2 &
sh ~/.fehbg &
conky &
pstree output:
[hamon@dhcppc0 ~]$ pstree
systemd─┬─agetty
├─at-spi-bus-laun─┬─dbus-daemon
│ └─3*[{at-spi-bus-laun}]
├─at-spi2-registr───{at-spi2-registr}
├─conky───3*[{conky}]
├─2*[dbus-daemon]
├─dbus-launch
├─dhcpcd
├─polkitd───5*[{polkitd}]
├─sh───polkit-gnome-au───{polkit-gnome-au}
├─slim─┬─X
│ └─bash───openbox───opera───3*[{opera}]
├─systemd───(sd-pam)
├─systemd-journal
├─systemd-logind
├─systemd-udevd
├─terminator─┬─bash───pstree
│ ├─gnome-pty-helpe
│ └─{terminator}
├─tint2
└─xfconfd
please help me
Last edited by hamon (2013-11-05 09:17:21)

Please use code tags.  If you don't know how to do this, click the 'BBCode' link on the bottom of the page for instructions (there are all kinds of neat formatting tricks included as well).

Similar Messages

  • Thunar doesn't automatically mount removable devices

    This is a newbie question, but I cannot find how Thunar automatically mounts removable devices. I've read the wiki and it says that I don't have to do anything else besides installing Thunar. Once I plug in my removable device, it can be seen in lsblk, but I need to manually mount it using the terminal. Thunar doesn't do anything to make it appear in the file system. Did I miss something?

    karol wrote:
    https://wiki.archlinux.org/index.php/Th … me_Manager says
    While Thunar can support automatic mounting and unmounting of removable media, the Thunar Volume Manager allows extended functionality, such as automatically running commands or automatically opening a Thunar window for mounted media.
    so thunar-volman shouldn't be required.
    Exactly. However, I tried to install the volume manager, but it didn't help. It should work without it.
    karol wrote:Do you have gvfs installed?
    I didn't (judging from the fact that writing gvfs in the terminal didn't find anything). I installed it, but nothing changed. How to configure it?
    Last edited by decas (2014-02-16 14:43:16)

  • Unable to mount removable device.

    Hi,
    Just plugged my Archos media player in.  The icon appeared on the xfce desktop, but I can't read it.  I get this error message, anyone know how to overcome it?
    Unable to mount "A604":
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    org.freedesktop.hal.storage.mount-removable no <-- (action, result)
    Thanks,
    Chris.

    Cheers, skottish; perfect!
    Unfortunately it didn't solve a very similar issue here:
    http://bbs.archlinux.org/viewtopic.php?id=67317
    Dohhhh!
    Cheers,
    Chris.

  • Lightroom doesn't show and use drive B:

    Hello,
    I have many partitions and drives in my PC (Win 7 64 Bit Ultimate), so I'm using drive B: for my pictures. There are no problems with Win7 or other programs but LR doesn't recognize this drive B: neither for import nor for saving files to folder. What can I do (except for giving drive B: another letter - there's no letter left!).
    Thank you
    Doc

    See this feedback topic:
    http://feedback.photoshop.com/photoshop_family/topics/drive_letters_missing_in_import_dest ination_on_windows
    It includes two workarounds -- changing the assignment of letters and mounting the drive to avoid the use of letters entirely.  Please vote on that topic to capture the attention of Adobe.

  • Cannot mount my 250GB internal NTFS drive.

    I used to get the following error when I would attempt to mount it via the gnome panel:
    "Cannot get volume.fstype.alternative"
    It's the drive that I have Windows XP on, I'm dual booting.  Anywho, something changed (I might've updated my system) and now it does nothing when I attempt to mount it, no error whatsoever.
    Any ideas?

    https://bugs.launchpad.net/ubuntu/+sour … bug/300443
    http://forum.eeebuntu.org/viewtopic.php?f=45&t=3252
    http://bbs.archlinux.org/viewtopic.php?pid=535088
    Can these help?

  • How do you mount a device like normal unix?

    Hi,
    I'm trying to secure some files by encrypting a disk image (DMG file). I'm doing everything through the terminal so that I can script it.
    For the first step I want to mount the disk image file. But, I'm struggling to find a way to mount the disk image so that it becomes a normal part of the file system. Under Linux I would do something like this:
    $ mount -t ext3 /dev/hda1 /home/steve/projects/privatemount
    Under Mac OS X, I can't get it to work. I found a hdiutil command but there are all sorts of issues between it and the Finder. The closest I've got is this:
    $ hdiutil attach -verbose -nobrowse -mountpoint /Users/steve/Projects/privmount /Users/steve/Projects/private-encrypted.sparseimage
    Which mounts it as a directory from terminal (great), and doesn't show it up in the Finder as a removable device (great). But, the problem is that you can unmount it (hdiutil detach) while you're accessing the directory i.e editing a file. This is no good because I could lose files (seems like a bug to me). If I edit the file from vim from the command line then lsof shows the file being used. But if you access the file through the Finder i.e edit it with textmate, then lsof doesn't see the file access!
    Does anyone know what the magic incantation is to mount a device from the terminal as you would a normal UNIX, have the Finder not show it as a removable device, and ensure that you can't unmount it while a user is accessing the contents?
    Thanks,
    Steve

    Hi Bill,
    Yeah that works but it shows it as a removable disk (as your second post pointed out). I'm hoping there's a solution where it won't show up as a removable disk. It's just annoying not being able to stitch together a seamless file system from a bunch of disk images!
    Thanks,
    Steve

  • Thunar mounting/unmounting NTFS drive in the side pane.

    Hey ,
    Could someone help me to set up Thunar to be able to mount/unmount & browse my NFTS drive "/dev/sda1" "/mnt/HDD" in the side pane?
    Like this:
    I already have a link to it in the side pane:
    But...
    I'd prefer to set it up properly, I've searched google and the bbs but couldn't find any info's on this.
    Thanks

    terminal:
    *diskutil unmount /Volumes/"diskname"*
    apple script:
    tell application "Finder"
    eject disk "diskname"
    end tell
    Keep the quotation marks in the above.
    Mounting a disk is trickier because you need to know the mountpoint.
    First, when the disk is mounted enter the following terminal command:
    df
    this will list all mounted devices.
    locate the line with your disk and read off the first column. It should look something like
    /dev/disk2s2
    Unmount the disk. To mount it run
    *diskutil mount /dev/disk2s2*

  • Pcmanfm crashes when mount external device

    senario: mounted a partition in pcmanfm, pcmanfm disapears, launch my fm again and the device is mounted.
    I did this from xterm and got this:
    bash-3.2$ pcmanfm
    /home/nathan/.themes/1977-GTK-Rezlooks-Humanist/gtk-2.0/gtkrc:191: error: invalid string constant "panel", expected valid string constant
    *** glibc detected *** pcmanfm: malloc(): memory corruption (fast): 0x083d9808 ***
    ======= Backtrace: =========
    /lib/libc.so.6[0xb782a836]
    /lib/libc.so.6[0xb782cf6d]
    /lib/libc.so.6(__libc_malloc+0x94)[0xb782e064]
    /lib/libc.so.6(__strdup+0x30)[0xb7831030]
    /usr/lib/libhal.so.1[0xb796cff2]
    /usr/lib/libhal.so.1[0xb796dbdd]
    /usr/lib/libhal.so.1(libhal_device_get_all_properties+0xc8)[0xb796efe8]
    /usr/lib/libhal-storage.so.1(libhal_volume_from_udi+0xa8)[0xb7975f48]
    pcmanfm[0x808c23e]
    /usr/lib/libhal.so.1[0xb796ee3b]
    /usr/lib/libdbus-1.so.3(dbus_connection_dispatch+0x5b2)[0xb79214a2]
    /usr/lib/libdbus-glib-1.so.2[0xb798372d]
    /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x176)[0xb79d5346]
    /usr/lib/libglib-2.0.so.0[0xb79d86d2]
    /usr/lib/libglib-2.0.so.0(g_main_context_iteration+0x6e)[0xb79d8c8e]
    /usr/lib/libgtk-x11-2.0.so.0(gtk_main_iteration+0x34)[0xb7d4cb64]
    pcmanfm[0x807b805]
    /usr/lib/libgtk-x11-2.0.so.0[0xb7d50681]
    /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x129)[0xb7a647f9]
    /usr/lib/libgobject-2.0.so.0[0xb7a78efb]
    /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x8ef)[0xb7a7ab2f]
    /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb7a7ae79]
    /usr/lib/libgtk-x11-2.0.so.0(gtk_tree_view_row_activated+0x98)[0xb7e4b048]
    pcmanfm[0x807b462]
    /usr/lib/libgtk-x11-2.0.so.0[0xb7d52364]
    /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x129)[0xb7a647f9]
    /usr/lib/libgobject-2.0.so.0[0xb7a78efb]
    /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x617)[0xb7a7a857]
    /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb7a7ae79]
    /usr/lib/libgtk-x11-2.0.so.0[0xb7e6fbe7]
    /usr/lib/libgtk-x11-2.0.so.0(gtk_propagate_event+0xc1)[0xb7d4b5b1]
    /usr/lib/libgtk-x11-2.0.so.0(gtk_main_do_event+0x3c2)[0xb7d4c922]
    /usr/lib/libgdk-x11-2.0.so.0[0xb7bc842a]
    /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x176)[0xb79d5346]
    /usr/lib/libglib-2.0.so.0[0xb79d86d2]
    /usr/lib/libglib-2.0.so.0(g_main_loop_run+0x1e7)[0xb79d8ab7]
    /usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xb4)[0xb7d4ccf4]
    pcmanfm[0x8090a22]
    /lib/libc.so.6(__libc_start_main+0xe0)[0xb77d9390]
    pcmanfm[0x805c5b1]
    ======= Memory map: ========
    08048000-080a2000 r-xp 00000000 08:03 1665179 /usr/bin/pcmanfm
    080a2000-080a5000 rwxp 0005a000 08:03 1665179 /usr/bin/pcmanfm
    080a5000-08406000 rwxp 080a5000 00:00 0 [heap]
    b5e00000-b5e21000 rwxp b5e00000 00:00 0
    b5e21000-b5f00000 ---p b5e21000 00:00 0
    b5f11000-b5f30000 r-xp 00000000 08:03 1357696 /usr/lib/libjpeg.so.62.0.0
    b5f30000-b5f31000 rwxp 0001e000 08:03 1357696 /usr/lib/libjpeg.so.62.0.0
    b5f45000-b5f49000 r-xp 00000000 08:03 1486437 /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so
    b5f49000-b5f4a000 rwxp 00003000 08:03 1486437 /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so
    b5f4a000-b5f4b000 ---p b5f4a000 00:00 0
    b5f4b000-b674b000 rwxp b5f4b000 00:00 0
    b674b000-b674c000 ---p b674b000 00:00 0
    b674c000-b6f4c000 rwxp b674c000 00:00 0
    b6f4c000-b6fac000 rwxs 00000000 00:08 1376256 /SYSV00000000 (deleted)
    b6fac000-b6fbd000 r-xp 00000000 08:03 1486081 /usr/share/fonts/TTF/Vera.ttf
    b6fbd000-b6fbf000 r-xp 00000000 08:03 1423625 /usr/lib/pango/1.6.0/modules/pango-basic-fc.so
    b6fbf000-b6fc0000 rwxp 00001000 08:03 1423625 /usr/lib/pango/1.6.0/modules/pango-basic-fc.so
    b6fc0000-b6fc1000 r-xs 00000000 08:03 2059493 /var/cache/fontconfig/7f5e121fb99556871935ecd63915f318-x86.cache-2
    b6fc1000-b6fd1000 r-xs 00000000 08:03 2059500 /var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-x86.cache-2
    b6fd1000-b6fd6000 r-xs 00000000 08:03 2057275 /var/cache/fontconfig/a98d8961fa319a64d3cfd8640c79e62d-x86.cache-2
    b6fd6000-b6fdc000 r-xs 00000000 08:03 2057224 /var/cache/fontconfig/d62e99ef547d1d24cdb1bd22ec1a2976-x86.cache-2
    b6fdc000-b6ff7000 r-xs 00000000 08:03 2059496 /var/cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-x86.cache-2
    b6ff7000-b703d000 r-xs 00000000 08:03 2059495 /var/cache/fontconfig/17090aa38d5c6f09fb8c5c354938f1d7-x86.cache-2
    b703d000-b7083000 r-xs 00000000 08:03 2059494 /var/cache/fontconfig/df311e82a1a24c41a75c2c930223552eAborted
    bash-3.2$
    any ideas? i have like 7 partitions to mount from this USB mass storage drive.. and its annoying me...  : /
    thanx for the help!!
    sv

    It's probably upstream bug: http://www.gnomefiles.org/app.php?soft_id=1263
    Look at changelog: "Crashes related to mounting removable devices is fixed. (Many thanks to the patch from Mamoru Tasaka )", so wait for an update or do some ABS.
    Goodluck.

  • Removable devices with UTF-8

    Hi is there a way how to make HAL mount removable devices with iocharset=utf8 option?
    I tried this file:
    cat /etc/hal/fdi/policy/uf8.pdi
    <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
    <deviceinfo version="0.2">
    <device>
    <match key="block.is_volume" bool="true">
    <match key="@block.storage_device:storage.hotpluggable" bool="true">
    <merge key="volume.policy.mount_option.iocharset" type="string">utf8</merge>
    </match>
    <match key="@block.storage_device:storage.removable" bool="true">
    <merge key="volume.policy.mount_option.iocharset" type="string">utf8</merge>
    </match>
    </match>
    </device>
    But no success.

    As a problem may have several solutions, I propose another method to mount removable medias with chosen mount options and at a chosen mount point.
    The advantage of that method, I think, is that only one file is used and easily edited, and nothing else has to be modified in the system (no .fdi files are touched).
    Here is the batch file which I named mountusb :
    #!/bin/bash
    # Script mountusb by Bernard Baeyens (berbae) 2009-06-18
    # to mount plugged in removable medias, using hal and pmount
    # without knowing the device name
    # without modifying the /etc/fstab file
    # without needing to create a fixed directory under /media
    # The device name attributed by udev is transmitted to hal and can be accessed
    # with the utility hal-get-property.
    # So with this method it doesn't need to be a fixed name.
    # The user must maintain the three lists below, for the removable medias he uses.
    # List of the variable part of the hal udi for the removable medias
    UDI=(0000_0002 DA8E_98E0 68E8_9D1A)
    # List of the corresponding desired pmount options
    OPTIONS=("--sync --noatime" "--sync --noatime" "--sync --noatime")
    # List of the corresponding label used to mount the device under /media
    # pmount will create the /media/<label> directory itself
    LABEL=(sony stick1 stick2)
    NB=${#UDI[*]}
    for (( I=0;I<$NB;I+=1 )); do
    DEVICE=$(hal-get-property --udi=/org/freedesktop/Hal/devices/volume_uuid_${UDI[$I]} --key=block.device 2>/dev/null)
    MOUNTED=$(hal-get-property --udi=/org/freedesktop/Hal/devices/volume_uuid_${UDI[$I]} --key=volume.is_mounted 2>/dev/null)
    if [ a$DEVICE != a ] && [ -b $DEVICE ] && [ a$MOUNTED != a ] && [ $MOUNTED == false ]; then
    echo "Executing command : pmount ${OPTIONS[$I]} $DEVICE ${LABEL[$I]}"
    if pmount ${OPTIONS[$I]} $DEVICE ${LABEL[$I]}; then
    echo "To unmount the device use : pumount /media/${LABEL[$I]}"
    fi
    fi
    done
    # To unmount before plugging out the media : pumount /media/<label>
    # The command will remove the /media/<label> directory after the unmounting
    The values in the file correspond to a Sony walkman and two memory sticks of mine.
    The UDI values can be determined by plugging in the removable media and consulting the output of the lshal command.
    I hope that this batch could be useful to someone.
    Edit : Added a test to execute pmount command only if the volume is not already mounted.
    Last edited by berbae (2009-06-20 09:25:06)

  • My ipod touch wont connect to my already existing itunes, it doesnt even show that there is a device hooked up to it! i have windows 7 and i just dont know what to do?

    My ipod touch wont connect to my already existing itunes, it doesnt even show that there is a device hooked up to it! i have windows 7 and I just dont know what to do

    Start here:
    iOS: Device not recognized in iTunes for Windows

  • [SOLVED]Thunar stops showing removable devices

    Hi all,
    Today, I noticed that thunar has stopped showing me my removable devices. I don't know when this issue really happened really but all I know is that, last weekend when I inserted my mp3 device, Thunar showed it and I had an icon on my desktop. I hadn't modify any configuration files, just made all upgrades.
    Here are related packages installed here :
    extra/gvfs 1.10.1-1
    core/dbus-core 1.4.16-1
    extra/dbus 1.4.16-1
    extra/dbus-glib 0.98-1
    extra/thunar 1.2.3-2
    extra/thunar-volman 0.6.0-2
    Any ideas ?
    Thanks in advance
    Tovo R.
    Last edited by 4p1C (2011-11-23 13:26:27)

    https://bbs.archlinux.org/viewtopic.php?id=128639
    https://bbs.archlinux.org/viewtopic.php?id=130724
    https://bbs.archlinux.org/viewtopic.php?id=128252
    https://bbs.archlinux.org/viewtopic.php?id=130653
    These recent topics should be enough.

  • I purchased songs on itunes that dont show up on my new device. if i go to the itunes store, it says the song is purchased yet still doesnt show up on my itunes...

    i purchased songs on itunes that dont show up on my new device. if i go to the itunes store, it says the song is purchased yet still doesnt show up on my itunes...

    Click here and follow the instructions.
    (115238)

  • I am facing problems while openin an application in facebook and other places.when i go to the application,an error shows and firefox closes autmatically either i send error reports or dont.....plz help

    i am facing problems while openin an application in facebook and other places.when i go to the application,an error shows and firefox closes autmatically either i send error reports or dont.....plz help

    Notes:
    1) Please use the code tags when posting code or JNLP/HTML. It helps to retain indentation and avoids asterisks and plus sings being interpreted as formatting marks. To do that, select the code/JNLP etc. and click the CODE button seen on the Plain Text tab of the message posting form.
    2) That launch file is invalid. You might check it (and the project in general) using JaNeLA.
    3) The only place that SimpleSerial class could be, that the JRE would find, is in the root of aeon.jar. Is it actually there?

  • I recently downloaded a tv show and my iPod said that i need wifi to watch it. How do i download a video from iTunes so I dont need wifi?

    I recently downloaded a tv show from itunes and my ipd said that i need wifi to watch it. How do i download it so i can watch it with out wifi?

    I think the issue may be that these TV shows are in HD. Would that keep them from playing?
    Yes.  Sounds like you are trying to sync the HD version of the TV Episode.  You should try to download the Standard Definition copy instead and sync that to your device as HD content is not compatible with the Nano.  See here for more information:
    iTunes: May be unable to transfer videos to iPhone, iPad, or iPod
    To prevent HD versions from being downloaded in the future head to the iTunes Store, click the Purchased link, and then select TV Shows and remove the tick mark next to Download HD when available.  You should be able to download the SD version now from under this same page.
    B-rock

  • HT4906 how can i remove devices set up with my apple id so that when sold on they dont get my photos etc through i cloud

    how can i remove devices from my apple id , as device i have replaced still gets my photos etc from icloud ?

    thanks , i understand what your saying and thats fine if you do that before handing the phone over but it was i bought for ex girlfriend second hand and let her use my apple id for apps etc i have since changed passwords but cos my id is still the only active one on her phone last week she got 190 of my sent emails is there a way to remove the device once its left my hands ?

Maybe you are looking for

  • Itunes don't sync from pc to iphone

    After install the new IOS5 and itunes 10.5, itunes seems that isn't working like it used to be. one of the coolest features that I like in itunes is, Iisten a podcast in Iphone, when I arrived to a PC I sync with Itunes and I can start listen from th

  • IDOC from external system

    Hi, I have scenarion in that we will receive IDOC from external system (SAP system) in XI i.e. IDOC- XI -IDOC scenrio. from my Understanding ,to configure the scenario I have to do ALE from sender side and IDOC receiver channel in receiving side. Ext

  • How do I send 'emoticons' in my outgoing emails?

    How do I include 'emoticons' in my outgoing emails?

  • Fade in Fade out dissolve automatically added to every cut

    After two months I finally finished editing a movie. Exported and burned it to a dvd and saved the most final version. Came back two days later to do a bit more work and while working on it, and perhaps I accidently hit something, but the timeline di

  • Problème de glyphes dans police open type

    Bonjour. Je suis dans Indesign CS6. Police Garamond Première pro open type (par exemple). La police possède des ligatures (affichage palette glyphes-police entière) mais comme elles n'apparaissent pas dans les glyphes ligatures optionnelles, seules c