[Solved] Can't mount internal, or external, partitions in Thunar.

Hello.
After my most recent full system update, I seem to e missing the ability to mount partitions, and drives, through Thunar.
I'm running a minimal Openbox, with Thunar, desktop.
I haven't uninstalled anything, and here's my '/etc/xdg/openbox/environment' file with the settings I used.
# Set system-wide environment variables here for Openbox
# User-specific variables should be placed in $HOME/.config/openbox/environment
# To set your language for displaying messages and time/date formats, use the following:
#LANG=en_CA.UTF8
# To set your keyboard layout, you need to modify your X config:
# http://www.google.com/search?q=how+to+set+keyboard+layout+xorg
# User added
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval `dbus-launch --sh-syntax --exit-with-session`
fi
Yes, dbus is still enabled in the daemons, and I have gvfs installed.
EDIT;
Bit by bit, I started to try reinstalling all the auto-mount related packages unsuccessfully, but then I got impatient.
I probably should have done it sequentially, but I forced reinstalled (pacman -Sf *) these dbus packages. After doing those, everything is back to normal.
dbus-core-1.4.16-1-x86_64
dbus-1.4.16-1-x86_64
dbus-glib-0.98-1-x86_64
Last edited by *nixer (2012-01-19 19:50:28)

peterb wrote:
I had a similar problem with an internal SATA drive. This is what helped me out:
https://wiki.archlinux.org/index.php/Ud … ormal_user
I had to install udisks and create the policy as described in the wiki page.
To allow other users to write on the disk i logged in as root and changed the permissions to the drive in Thunar.
thanks man it did the trick... thanks so much.
now i realize that i could easily find this on the wiki like you but didn't know what to look for.....very confused by devices managing since there are many programs that does similar things: hal,dbus,policy,udev,udisks,etc.....
solved problem....and thread

Similar Messages

  • Just bought a mac air with OS X v.10.7 Lion, for work I need to read and write NTFS drives, I install MacFuse and NTFS-3G, but it can not mount (recognize?) External HDD, in my MBP with Snow Lepard it work just perfectly... help please.

    Just bought a mac air with OS X v.10.7 Lion, for work I need to read and write NTFS drives, I install MacFuse and NTFS-3G, but it can not mount (recognize?) External HDD, in my MBP with Snow lepard it work just perfectly... help please.

    Reinstall MacFuse with the one from http://www.tuxera.com/mac/macfuse-core-10.5-2.1.9.dmg. If that doesn't work, you can use Paragon NTFS for Mac 9.0 which has been designed to work with Lion.

  • Just bought a mac air with OS X v.10.7 Lion, for work I need to read and write NTFS drives, I install MacFuse and NTFS-3G, but it can not mount (recognize?) External HDD, in my MBP with Lion it work just perfectly... help please.

    Just bought a mac air with OS X v.10.7 Lion, for work I need to read and write NTFS drives, I install MacFuse and NTFS-3G, but it can not mount (recognize?) External HDD, in my MBP with Lion it work just perfectly... help please.

    Sorry in my MBP Snow lepard it work.. don't have Lion In MBP

  • How can I mount a Raid set (partition in an external drive)?

    Hi,
    I have 3 partitions in my external drive. I tried to create a concatenated Raid from 2 of the partitions. However, I end up with an offline Raid Slice (one of the partitions is under this slice) which is grayed out in Disk Utility.
    When I try to delete the Raid Set, I get "Deleting RAID set failed. This RAID configuration is not valid" warning. When I try to erase the RAID volume, I get "Volume Erase failed with the error:The chosen size is not valid for the chosen filesystem." warning. I cannot mount the volume either.
    So, I have 2 of the 3 partitions mounted. The 3rd partition (which is under RAID) is unmounted. Do you have any suggestions to have access to the 3rd partition?
    Thanks.

    Why are you trying to RAID two partitions on the same drive? Aside from the fact that it doesn't work it also makes no sense when you can simply create a larger partition by joining the two into one.

  • Can't mount internal partitions whithout root password

    I've been making the transition to systemd as the required updates. After last pacman -Syu, when polkit was updated, I could no longer access the CD/DVD, USB devices and the not listed in /etc/fstab internal partitions, due to permissions errors.
    I have tried searching the forums and found this topic: https://bbs.archlinux.org/viewtopic.php?pid=1185531.
    As suggested there I've added init=/usr/lib/systemd/systemd to the kernel parameters in grub2 and then I can access the CD/DVD and USB devices but to access the internal partitions root password is required.
    Searching the forums again I found this https://bbs.archlinux.org/viewtopic.php?id=152057 and follow the sugestion by creating the file /etc/polkit-1/rules.d/10-mount-system.rules. This doesn't work for me. So I created rc-local.service, as recommended in the same topic. Still doesn't work.
    Came back to search foruns and found this: https://bbs.archlinux.org/viewtopic.php?pid=1189842. I've replaced the old /etc/polkit-1/rules.d/10-mount-system.rules by 10-udisks2.rules with the follow content:
    // See the polkit(8) man page for more information
    // about configuring polkit.
    // Allow udisks2 to mount devices without authentication
    // for users in the "storage" group.
    polkit.addRule(function(action, subject) {
        if ((action.id == "org.freedesktop.udisks.filesystem-mount-system" ||
             action.id == "org.freedesktop.udisks.filesystem-mount") &&
        subject.isInGroup("storage")) {
            return polkit.Result.YES;
    Still doesn't work
    And replace by:
    polkit.addRule(function(action, subject) {
        if ((action.id == "org.freedesktop.udisks.filesystem-mount-system-internal") && subject.isInGroup("storage")) {
            return polkit.Result.YES;
    This is the output of loginctl session-status $XDG_SESSION_ID
    1 - vovo (1000)
               Since: Mon, 2012-11-12 10:05:03 BRST; 7min ago
              Leader: 319 (kdm)
                Seat: seat0; vc7
             Display: :0
             Service: kde-np; type x11; class user
               State: active
              CGroup: name=systemd:/user/vovo/1
                      ├  319 -:0
                      ├  321 /bin/sh /usr/bin/startkde
                      ├  332 /usr/bin/dbus-launch --sh-syntax --exit-with-session
                      ├  333 /usr/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --se...
                      ├  356 /usr/bin/gpg-agent -s --daemon --pinentry-program /usr/bin/pinen...
                      ├  359 /usr/bin/ssh-agent -s
                      ├  373 /usr/lib/kde4/libexec/start_kdeinit +kcminit_startup
                      ├  374 kdeinit4: kdeinit4 Running...
                      ├  379 kdeinit4: klauncher [kdeinit] --fd=9
                      ├  383 kdeinit4: kded4 [kdeinit]
                      ├  397 kdeinit4: kglobalaccel [kdeinit]
                      ├  399 /usr/bin/kactivitymanagerd
                      ├  425 kwrapper4 ksmserver
                      ├  426 kdeinit4: ksmserver [kdeinit]
                      ├  465 kwin -session 108d976f6e000134271139000000007290000_1352721857_3...
                      ├  492 /usr/bin/knotify4
                      ├  507 kdeinit4: plasma-desktop [kdeinit]
                      ├  525 ksysguardd
                      ├  530 /usr/bin/kuiserver
                      ├  549 /usr/bin/akonadi_control
                      ├  551 akonadiserver
                      ├  554 /usr/bin/mysqld --defaults-file=/home/vovo/.local/share/akonadi/...
                      ├  585 /usr/bin/kwrited
                      ├  586 kdeinit4: nepomukserver [kdeinit]
                      ├  590 /usr/bin/nepomukservicestub nepomukstorage
                      ├  594 kdeinit4: krunner [kdeinit]
                      ├  607 /usr/bin/akonadi_agent_launcher akonadi_akonotes_resource akonad...
                      ├  608 /usr/bin/akonadi_archivemail_agent --identifier akonadi_archivem...
                      ├  609 /usr/bin/akonadi_agent_launcher akonadi_contacts_resource akonad...
                      ├  610 /usr/bin/akonadi_agent_launcher akonadi_ical_resource akonadi_ic...
                      ├  611 /usr/bin/akonadi_agent_launcher akonadi_maildir_resource akonadi...
                      ├  612 /usr/bin/akonadi_maildispatcher_agent --identifier akonadi_maild...
                      ├  613 /usr/bin/akonadi_mailfilter_agent --identifier akonadi_mailfilte...
                      ├  614 /usr/bin/akonadi_nepomuk_feeder --identifier akonadi_nepomuk_fee...
                      ├  650 /usr/bin/nepomukcontroller -session 108d976f6e000134271139900000...
                      ├  653 kdeinit4: kmix [kdeinit] -session 108d976f6e000134271140000000
                      ├  674 /usr/bin/virtuoso-t +foreground +configfile /tmp/virtuoso_LhX590...
                      ├  685 /opt/dropbox/dropbox
                      ├  691 /usr/lib/kde4/libexec/polkit-kde-authentication-agent-1
                      ├  692 /usr/bin/korgac --icon korgac
                      ├  693 python2 /usr/bin/printer-applet
                      ├  700 kdeinit4: klipper [kdeinit]
                      ├  747 /usr/lib/GConf/gconfd-2
                      ├  775 /usr/bin/nepomukservicestub nepomukqueryservice
                      ├  776 /usr/bin/nepomukservicestub nepomukfileindexer
                      ├  777 /usr/bin/nepomukservicestub nepomukbackupsync
                      ├  778 /usr/bin/nepomukservicestub nepomukfilewatch
                      ├  867 /opt/google/chrome/chrome
                      ├  872 /opt/google/chrome/chrome
                      ├  876 /opt/google/chrome/chrome-sandbox /opt/google/chrome/chrome --ty...
                      ├  877 /opt/google/chrome/chrome --type=zygote
                      ├  880 /opt/google/chrome/nacl_helper_bootstrap /opt/google/chrome/nacl...
                      ├  911 /opt/google/chrome/chrome --type=renderer --lang=pt-BR --force-f...
                      ├  917 /opt/google/chrome/chrome --type=renderer --lang=pt-BR --force-f...
                      ├  993 /opt/google/chrome/chrome --type=gpu-process --channel=867.5.144...
                      ├ 1008 /opt/google/chrome/chrome --type=renderer --lang=pt-BR --force-f...
                      ├ 1034 kdeinit4: kwrite [kdeinit] /home/vovo/temp/Forum erros.txt
                      ├ 1100 /opt/google/chrome/chrome --type=renderer --lang=pt-BR --force-f...
                      ├ 1180 /opt/google/chrome/chrome --type=renderer --lang=pt-BR --force-f...
                      ├ 1298 /opt/google/chrome/chrome --type=renderer --lang=pt-BR --force-f...
                      ├ 1321 kdeinit4: konsole [kdeinit]
                      ├ 1323 /bin/bash
                      ├ 1328 loginctl session-status 1
                      └ 1329 [less]
    I'm tired and discouraged. Can anyone, please, to point a solution?
    Last edited by vovotux (2012-11-12 13:31:31)

    Hi everybody,
    I had tried:
    loginctl show-session $XDG_SESSION_ID
    Active=yes
    State=active
    To mount crypted partition, other authorizations are needed. But actualy, I only just try to mount decrypted partiton (root has "luksopen" the crypted partition to /dev/mapper, and I try to mount /dev/mapper/DECRYPTED partition). The "mount" command tell me only root can do that.
    May be I have to add other autorizations anyway?
    I had change my rule file:
    polkit.addRule(function(action, subject) {
            if (action.id="org.freedesktop.udisks2.filesystem-mount-system" && subject.isInGroup("storage")) {
                    return polkit.Result.YES;
    and check by
    journalctl -b -u polkit
    Nov 17 09:21:53 PCFixe polkitd[387]: Reloading rules
    Nov 17 09:21:53 PCFixe polkitd[387]: Collecting garbage unconditionally...
    Nov 17 09:21:53 PCFixe polkitd[387]: Loading rules from directory /etc/polkit-1/rules.d
    Nov 17 09:21:53 PCFixe polkitd[387]: Loading rules from directory /usr/share/polkit-1/rules.d
    Nov 17 09:21:53 PCFixe polkitd[387]: Finished loading, compiling and executing 2 rules
    So all seems ok.
    But:
    $ mount /dev/sda3 ./test/
    mount: seul le superutilisateur peut exécuter cette commande (--> only root can execute this command)
    /dev/sda3 is crypted, so with root I "luksOpen" it on /dev/mapper/DECRYPTED
    cryptsetup luksOpen --allow-discards /dev/sda3 DECRYPTED
    Saisissez la phrase secrète pour /dev/sda3 :
    I try to mount it with my user
    $ mount /dev/mapper/DECRYPTED ./test/
    mount: seul le superutilisateur peut exécuter cette commande (--> only root can execute this command)
    An idea: may be /dev/mapper devices are not considered as "filesystem-mount-system" ??
    Thanks for your help, I appreciate it.
    Best regards.
    Alain

  • [Solved]Can't mount external hdd at boot!

    Hi!
    I'm trying to mount my new external hdd (Lacie USB2) at boot, but without success.
    To avoid random device name (sdx, sdy), I would like to use UUID in my fstab file.
    I've read this wiki.
    I think my configuration is ok, but there's an error at boot saying "Device with UUID xxxxxxxx doesn't exist, can't mount it", or something like that.
    Here are some commands:
    [eko@nodrom ~]$ fdisk -l
    Disque /dev/sdb: 500.1 Go, 500107862016 octets
    255 têtes, 63 secteurs/piste, 60801 cylindres
    Unités = cylindres de 16065 * 512 = 8225280 octets
    Périphérique Amorce    Début         Fin      Blocs    Id  Système
    /dev/sdb1   *           1       60801   488384001    c  W95 FAT32 (LBA)
    [eko@nodrom ~]$ /bin/ls -lF /dev/disk/by-uuid/
    total 0
    lrwxrwxrwx 1 root root 10 jui 26 13:06 1da8b247-2a03-4a00-817c-d4da8df63488 -> ../../sda2
    lrwxrwxrwx 1 root root 10 jui 26 13:06 485e9b10-fce5-4cbd-b23a-81f232d23bc5 -> ../../sda1
    lrwxrwxrwx 1 root root 10 jui 26 13:06 6853-5BA9 -> ../../sdb1
    lrwxrwxrwx 1 root root 10 jui 26 13:06 8aa3ce4c-5e2a-48c8-b3c3-38d02b4c0e68 -> ../../sda3
    And my fstab file:
    # /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/cdrom /mnt/cdrom   iso9660   ro,user,noauto,unhide   0      0
    /dev/dvd /mnt/dvd   udf   ro,user,noauto,unhide   0      0
    /dev/sda1 / ext3 defaults 0 1
    /dev/sda2 swap swap defaults 0 0
    /dev/sda3 home ext3 defaults 0 1
    #Disque dur externe
    UUID=6853-5BA9    /media/hdd    vfat    rw,user,auto,exec,gid=100,uid=1000,umask=002,iocharset=utf8,codepage=850,shortname=mixed    0    0
    Could someone help me?
    Thanks in advance!
    Last edited by vomix (2007-08-09 17:56:28)

    Hi,
    Thanks for your reply.
    But even with /dev/disk/by-uuid/6853-5BA9 in my fstab file, it fails to automount it.
    It says "Special device with UUID=6853-5BA9 does not exist".
    The weird thing is that I can mount it manually without problems.
    (In fact, that's not true, I've the same problem than steven.  May it be a kernel-related problem?)
    Or maybe there's a fault in the rest of my fstab line? (iocharset, guid, etc?)
    In the case of a kernel related bug, how could I downgrade it?
    I've tried with "pacman -U kernel26-2.6.21.6-1.pkg.tar.gz" in /var/cache/pacman/pkg but it broke my xorg server at reboot.

  • Can't Mount Internal Drive

    I had a "blue screen" error earlier in the week. The internal HD passes all tests with no errors, but I cannot boot from it because it is not mounted. I can't mount it from Disk Utility because I cannot "Open disk image..." (the volume name is grayed out). I think it's a permission problem, but fix permissions does not correct it.

    Disk is ~75% full - not an issue.
    I don't have a Mac immediately available, but will when I get home.
    Data is backed up except for a day or too, which I would like to recover if possible before erasing.
    I went to the Genius Bar and they tried all of their tools without success. He did not try Target Disk Mode from another Mac, just worked from an external FireWire drive.
    thx

  • Can u have internal AND external speakers on???

    Can both the internal speakers and some of my external speakers be on at the same time??

    Allan,
    No, unfortunately you cannot. Having external speakers plugged into the optical/analog output port automatically mutes the internal speakers.
    Joe

  • [SOLVED] can't mount USB external drive since udev upgrade to systemd

    At somepoint in time around the June 1 change from udev to systemd or the change from udisks to udisks2 something has changed the way my external USB drives auto-mount.
    I have always just plugged them in and they show up in PacmanFM just fine. Now, they do show up but the NTFS drive is showing as read-only and another empty drive that I have reformatted using GParted to xfs, then ext2, and finally again using ext4 gives "Permission Denied" errors when I try to put a file on the drive. Happens no matter how I format it.
    Did something change that I need to manually configure? Up to this point I relied on udev just kind of doing its thing - I never had to configure anything to get these drives to work properly.
    Last edited by AyeCapn (2012-06-26 15:15:59)

    Perhaps the cause of my issue might be relevant:
    While the now deleted udev automount script from the Arch Wiki had worked for months without issue, approximately since the udev/systemd merger it became broken for NTFS partitions on USB devices.
    It still worked with the classic initscripts, but with systemd it only resulted in "Transport endpoint is not connected" for the supposed mount point and ls reported lots of "?" for it.

  • [SOLVED]Can't mount USB Flashdrive.

    I cannot use my Flash Drive in Linux anymore. I've flashed Arch using Win32ImageWriter, installed it, but now, a few days after, I wanted to use it for something else, but it does not mount.
    I've opened KDE Partition Manager, my Flash Drive shows up, but it reports a 2.74 PiB size, even though it's just 8 GB.
    dmesg | tail  -n10 has the following output:
    [ 2302.625827] sd 11:0:0:0: [sdc] Write Protect is off
    [ 2302.625836] sd 11:0:0:0: [sdc] Mode Sense: 43 00 00 00
    [ 2302.626571] sd 11:0:0:0: [sdc] No Caching mode page present
    [ 2302.626580] sd 11:0:0:0: [sdc] Assuming drive cache: write through
    [ 2302.631614] sd 11:0:0:0: [sdc] No Caching mode page present
    [ 2302.631629] sd 11:0:0:0: [sdc] Assuming drive cache: write through
    [ 2302.634768] sdc:
    [ 2302.640141] sd 11:0:0:0: [sdc] No Caching mode page present
    [ 2302.640154] sd 11:0:0:0: [sdc] Assuming drive cache: write through
    [ 2302.640161] sd 11:0:0:0: [sdc] Attached SCSI removable disk
    Yeah, it does not report any partitions, even though I've formatted it in Windows like 10 times, tried to create a bootable GParted USB, copied a bunch of random files.
    What can I do? All this happened after Win32ImageWriter, worked fine under Linux Distros before.
    Help will be appreciated, Thanks.
    Last edited by archie0 (2012-07-10 19:22:35)

    Updating from Linux 3.3.4 solved my problem.

  • Disk Utility can't mount internal disk but tells me use First Aid?

    I have a Western Digital internal 500 GB hard drive that has failed. At first, Disk Utility did tell me it was damaged but still was able to mount it - giving me partial use. I also ran Disk Warrior and was able to salvage some files.
    My good news is that Western Digital is replacing it, no problem. However, I have to send this one back and I want to erase the contents. But now Disk Utility cannot mount it at all and give me this cryptic message: "The Disk, WD500, could not be mounted. Try running First Aid on the disk and then retry mounting."
    My question is, how can I run First Aid when Disk Utility cannot mount it. (I tried booting from my Install disk and running it from there.) S.M.A.R.T status says, failing. All the usual options such as erase, partition, repair are not available, though the drive shows up, in bright red.
    Any suggestions? Thanks.
    Anyone know of a way for me to simply erase this drive before having to return it to WD.

    Hello Noodle-head;
    Disk Utility cannot mount it at all and give me this cryptic message: ...
    So you're having a HD mounting problem, Hmm.
    I have tried selecting both. Neither gives me any options.
    If the HD shows up in the Disk Utility App then there's a way to toast it.
    Whoa! ... Now if I can just find out what a magnetron magnet is...
    Don't bother because the only magnets powerful enough to scrub data from a drive platter are laboratory degaussers or those used by government agencies to wipe bits off media. That's the reason why the Disk Utility App has a '35 Zero-Pass Security Erase' option.
    So you have two choices ...
    Your first choice is to just send it back and don't worry about it. I doubt that WD will try to access your data unless you want them to. It's very expensive to retrieve data on a dead/dying HD. All they will probably do is verify that the HD is dead/dying & send you a replacement.
    Your second choice depends upon your knowledge of Unix, if you have more than one Mac, plus if you have a Windows PC.
    Let me know if you want to 'toast it' or not.
    Later ...
    Buzz

  • [SOLVED] Can't install; dual-boot sharing partitions?

    Hi, I'm currently dual-booting Linux Mint 14 and Windows 7 on my laptop, and decided to replace Mint with Arch. Somehow, though, I don't think I ever divided my HDD into seperate partitions for Linux and Windows. Using gparted (or fdisk), /dev/sda (my HDD) has essentially got a Dell utility partition (100MiB, sda1), a recovery partition (15GiB, sda2), a 1 MiB unallocated space, and a 284 GiB section labeled "OS" (sda3). I can't touch the partition on Linux because it's always in use.
    I can't get through with the installation because of this, and can't find an answer no matter how often or in-depth I RTFM. If someone could point me in the right direction, that'd be great.
    Thanks.
    http://imgur.com/8qfpbbW
    EDIT: This has been [SOLVED].
    Last edited by SELame (2013-07-29 22:55:13)

    I would recommend downloading the gparted cd here, and setting up your partitioning scheme from there. I am quite suprised about your system setup though, you may want to nuke it and start again because something weird is going on.
    Yeah, I'm not sure exactly what's happening. I'll look into using gparted as a LiveCD, but I'd rather not wipe everything if I can help it.
    I don't know if this is the case, but Ubuntu had (has?) an option to install to an image on the windows partition (wubi), rather than a partition of it's own. It's possible that Mint adapted this for their spinoff, and would explain why you only have a Windows partition.
    I recommend that you modify your partition scheme if you want to install Arch. Shrink your Windows partition as much as the Windows partitioner will allow (avoid gparted and similar tools for this purpose, the Windows in-built partitioner should be adequate), then create an extended partition to house your Arch partition, swap partition, data partition, or whatever partitions you want.
    Yeah, I installed Mint from a mounted image in Daemon Tools, so that could explain it. I'll look into shrinking my Windows partition and seeing if I can somehow remove Mint from my Windows partition. I still have grub and all, if that makes any difference.
    there is a mint4win,  do you see something like this on boot? http://i.imgur.com/sPOMx.png
    Yep! I may have installed mint4win. Let me look into that.

  • IPSEC VPN clients can't reach internal nor external resources

    Hi!
    At the moment running ASA 8.3, with fairly much experience of ASA 8.0-8.2, I can't get the NAT right for the VPN clients.
    Im pretty sure it's not ACL's, although I might be wrong.
    The problem is both VPN users can reach internal resources, and vpn users cant reach external resources.
    # Issue 1.
    IPSEC VPN client cannot reach any local (inside) resources. All interfaces are pretty much allow any any, I suspect it has to do with NAT.
    When trying to access an external resource, the "translate_hits" below are changed:
    Auto NAT Policies (Section 2)
    1 (outside) to (outside) source dynamic vpn_nat interface
       translate_hits = 37, untranslate_hits = 11
    When trying to reach a local resource (10.0.0.0/24), the translate hits below are changed:
    5 (inside) to (outside) source static any any destination static NETWORK_OBJ_172.16.32.0_24 NETWORK_OBJ_172.16.32.0_24
        translate_hits = 31, untranslate_hits = 32
    Most NAT, some sensitive data cut:
    Manual NAT Policies (Section 1)
    <snip>
    3 (inside) to (server) source static NETWORK_OBJ_1.2.3.0_29 NETWORK_OBJ_1.2.3.0_29
        translate_hits = 0, untranslate_hits = 0
    4 (inside) to (server) source static any any destination static NETWORK_OBJ_10.0.0.240_28 NETWORK_OBJ_10.0.0.240_28
        translate_hits = 0, untranslate_hits = 0
    5 (inside) to (outside) source static any any destination static NETWORK_OBJ_172.16.32.0_24 NETWORK_OBJ_172.16.32.0_24
        translate_hits = 22, untranslate_hits = 23
    Auto NAT Policies (Section 2)
    1 (outside) to (outside) source dynamic vpn_nat interface
        translate_hits = 37, untranslate_hits = 6
    Manual NAT Policies (Section 3)
    1 (something_free) to (something_outside) source dynamic any interface
        translate_hits = 0, untranslate_hits = 0
    2 (something_something) to (something_outside) source dynamic any interface
        translate_hits = 0, untranslate_hits = 0
    3 (inside) to (outside) source dynamic any interface
        translate_hits = 5402387, untranslate_hits = 1519419
    ##  Issue 2, vpn user cannot access anything on internet
    asa# packet-tracer input outside tcp 172.16.32.1 12345 1.2.3.4 443
    Phase: 1
    Type: ACCESS-LIST
    Subtype:
    Result: ALLOW
    Config:
    Implicit Rule
    Additional Information:
    MAC Access list
    Phase: 2
    Type: ACCESS-LIST
    Subtype:
    Result: DROP
    Config:
    Implicit Rule
    Additional Information:
    Result:
    input-interface: outside
    input-status: up
    input-line-status: up
    Action: drop
    Drop-reason: (acl-drop) Flow is denied by configured rule
    Relevant configuration snippet:
    interface Vlan2
    nameif outside
    security-level 0
    ip address 1.2.3.2 255.255.255.248
    interface Vlan3
    nameif inside
    security-level 100
    ip address 10.0.0.5 255.255.255.0
    same-security-traffic permit inter-interface
    same-security-traffic permit intra-interface
    object network anywhere
    subnet 0.0.0.0 0.0.0.0
    object network something_free
    subnet 10.0.100.0 255.255.255.0
    object network something_member
    subnet 10.0.101.0 255.255.255.0
    object network obj-ipsecvpn
    subnet 172.16.31.0 255.255.255.0
    object network allvpnnet
    subnet 172.16.32.0 255.255.255.0
    object network OFFICE-NET
    subnet 10.0.0.0 255.255.255.0
    object network vpn_nat
    subnet 172.16.32.0 255.255.255.0
    object-group network the_office
    network-object 10.0.0.0 255.255.255.0
    access-list VPN-TO-OFFICE-NET standard permit 10.0.0.0 255.255.255.0
    ip local pool ipsecvpnpool 172.16.32.0-172.16.32.255 mask 255.255.255.0
    ip local pool vpnpool 172.16.31.1-172.16.31.255 mask 255.255.255.0
    nat (inside,server) source static NETWORK_OBJ_1.2.3.0_29 NETWORK_OBJ_1.2.3.0_29
    nat (inside,server) source static any any destination static NETWORK_OBJ_10.0.0.240_28 NETWORK_OBJ_10.0.0.240_28
    nat (inside,outside) source static any any destination static NETWORK_OBJ_172.16.32.0_24 NETWORK_OBJ_172.16.32.0_24
    object network vpn_nat
    nat (outside,outside) dynamic interface
    nat (some_free,some_outside) after-auto source dynamic any interface
    nat (some_member,some_outside) after-auto source dynamic any interface
    nat (inside,outside) after-auto source dynamic any interface
    group-policy companyusers attributes
    dns-server value 8.8.8.8 8.8.4.4
    vpn-tunnel-protocol IPSec
    default-domain value company.net
    tunnel-group companyusers type remote-access
    tunnel-group companyusers general-attributes
    address-pool ipsecvpnpool
    default-group-policy companyusers
    tunnel-group companyusers ipsec-attributes
    pre-shared-key *****

    Hi,
    I don't seem to get a reply from 8.8.8.8 no, kind of hard to tell as it's an iphone. To me, all these logs simply says it works like a charm, but still I can get no reply on the phone.
    asa# ICMP echo request from outside:172.16.32.1 to outside:4.2.2.2 ID=6912 seq=0 len=28
    ICMP echo request translating outside:172.16.32.1/6912 to outside:x.x.37.149/46012
    ICMP echo reply from outside:4.2.2.2 to outside:x.x.37.149 ID=46012 seq=0 len=28
    ICMP echo reply untranslating outside:x.x.37.149/46012 to outside:172.16.32.1/6912
    ICMP echo request from outside:172.16.32.1 to outside:4.2.2.2 ID=6912 seq=256 len=28
    ICMP echo request translating outside:172.16.32.1/6912 to outside:x.x.37.149/46012
    ICMP echo reply from outside:4.2.2.2 to outside:x.x.37.149 ID=46012 seq=256 len=28
    ICMP echo reply untranslating outside:x.x.37.149/46012 to outside:172.16.32.1/6912
    ICMP echo request from outside:172.16.32.1 to outside:4.2.2.2 ID=6912 seq=512 len=28
    ICMP echo request translating outside:172.16.32.1/6912 to outside:x.x.37.149/46012
    ICMP echo reply from outside:4.2.2.2 to outside:x.x.37.149 ID=46012 seq=512 len=28
    ICMP echo reply untranslating outside:x.x.37.149/46012 to outside:172.16.32.1/6912
    asa# show capture capo
    12 packets captured
       1: 08:11:59.097590 802.1Q vlan#2 P0 x.x.37.149 > 4.2.2.2: icmp: echo request
       2: 08:11:59.127129 802.1Q vlan#2 P0 4.2.2.2 > x.x.37.149: icmp: echo reply
       3: 08:12:00.103876 802.1Q vlan#2 P0 x.x.37.149 > 4.2.2.2: icmp: echo request
       4: 08:12:00.133293 802.1Q vlan#2 P0 4.2.2.2 > x.x.37.149: icmp: echo reply
       5: 08:12:01.099253 802.1Q vlan#2 P0 x.x.37.149 > 4.2.2.2: icmp: echo request
       6: 08:12:01.127572 802.1Q vlan#2 P0 4.2.2.2 > x.x.37.149: icmp: echo reply
       7: 08:12:52.954464 802.1Q vlan#2 P0 x.x.37.149 > 4.2.2.2: icmp: echo request
       8: 08:12:52.983866 802.1Q vlan#2 P0 4.2.2.2 > x.x.37.149: icmp: echo reply
       9: 08:12:56.072811 802.1Q vlan#2 P0 x.x.37.149 > 4.2.2.2: icmp: echo request
      10: 08:12:56.101007 802.1Q vlan#2 P0 4.2.2.2 > x.x.37.149: icmp: echo reply
      11: 08:12:59.132897 802.1Q vlan#2 P0 x.x.37.149 > 4.2.2.2: icmp: echo request
      12: 08:12:59.160941 802.1Q vlan#2 P0 4.2.2.2 > x.x.37.149: icmp: echo reply
    asa# ICMP echo request from outside:172.16.32.1 to inside:10.0.0.72 ID=6912 seq=0 len=28
    ICMP echo reply from inside:10.0.0.72 to outside:172.16.32.1 ID=6912 seq=0 len=28
    ICMP echo request from outside:172.16.32.1 to inside:10.0.0.72 ID=6912 seq=256 len=28
    ICMP echo reply from inside:10.0.0.72 to outside:172.16.32.1 ID=6912 seq=256 len=28
    ICMP echo request from outside:172.16.32.1 to inside:10.0.0.72 ID=6912 seq=512 len=28
    ICMP echo reply from inside:10.0.0.72 to outside:172.16.32.1 ID=6912 seq=512 len=28
    ICMP echo request from outside:172.16.32.1 to inside:10.0.0.72 ID=6912 seq=768 len=28
    ICMP echo reply from inside:10.0.0.72 to outside:172.16.32.1 ID=6912 seq=768 len=28
    asa# show capture capi
    8 packets captured
       1: 08:15:44.868653 802.1Q vlan#3 P0 172.16.32.1 > 10.0.0.72: icmp: echo request
       2: 08:15:44.966456 802.1Q vlan#3 P0 10.0.0.72 > 172.16.32.1: icmp: echo reply
       3: 08:15:47.930066 802.1Q vlan#3 P0 172.16.32.1 > 10.0.0.72: icmp: echo request
       4: 08:15:48.040082 802.1Q vlan#3 P0 10.0.0.72 > 172.16.32.1: icmp: echo reply
       5: 08:15:51.028654 802.1Q vlan#3 P0 172.16.32.1 > 10.0.0.72: icmp: echo request
       6: 08:15:51.110086 802.1Q vlan#3 P0 10.0.0.72 > 172.16.32.1: icmp: echo reply
       7: 08:15:54.076534 802.1Q vlan#3 P0 172.16.32.1 > 10.0.0.72: icmp: echo request
       8: 08:15:54.231250 802.1Q vlan#3 P0 10.0.0.72 > 172.16.32.1: icmp: echo reply
    Packet-capture.
    Phase: 1
    Type: CAPTURE
    Subtype:
    Result: ALLOW
    Config:
    Additional Information:
    MAC Access list
    Phase: 2
    Type: ACCESS-LIST
    Subtype:
    Result: ALLOW
    Config:
    Implicit Rule
    Additional Information:
    MAC Access list
    Phase: 3
    Type: ROUTE-LOOKUP
    Subtype: input
    Result: ALLOW
    Config:
    Additional Information:
    in   172.16.32.1     255.255.255.255 outside
    Phase: 4
    Type: ACCESS-LIST
    Subtype: log
    Result: ALLOW
    Config:
    access-group inside_access_in in interface inside
    access-list inside_access_in extended permit ip any any log
    Additional Information:
    Phase: 5
    Type: IP-OPTIONS
    Subtype:
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 6
    Type: INSPECT
    Subtype: np-inspect
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 7     
    Type: DEBUG-ICMP
    Subtype:
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 8
    Type: NAT
    Subtype:
    Result: ALLOW
    Config:
    nat (inside,outside) source static any any destination static NETWORK_OBJ_172.16.32.0_24 NETWORK_OBJ_172.16.32.0_24
    Additional Information:
    Static translate 10.0.0.72/0 to 10.0.0.72/0
    Phase: 9
    Type: HOST-LIMIT
    Subtype:
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 10
    Type: VPN    
    Subtype: encrypt
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 11
    Type: ACCESS-LIST
    Subtype: log
    Result: ALLOW
    Config:
    access-group outside_access_out out interface outside
    access-list outside_access_out extended permit ip any any log
    Additional Information:
    Phase: 12
    Type: FLOW-CREATION
    Subtype:
    Result: ALLOW
    Config:
    Additional Information:
    New flow created with id 5725528, packet dispatched to next module
    Result:
    input-interface: inside
    input-status: up
    input-line-status: up
    output-interface: outside
    output-status: up
    output-line-status: up
    Action: allow

  • Macbook Pro 15" won't boot from ANYTHING :( Can't mount internal drive

    Hi there,
    I'm new to these forums so please bear with me if I make a faux pas.
    A few days ago while watching a movie on my MBP Intel Core 2 Duo 2.5 the beach ball of death appeared and the computer became unresponsive. I restarted to the flashing folder with a question mark.
    Tried to boot from the install disk - No joy : Occasionally gets to the language selection screen (after a good 5-8 minute wait) and then instantly and completely freezes. Cursor won't move, caps lock light is unresponsive etc..
    Tried to boot from Diskwarrior - Similar to the above. Long wait, boots to the Diskwarrior 'setting up' screen, unresponsive cursor - despite, Diskwarrior seemingly going through the motions (status in text changes, menu bar appears) and then it reports an unexpected error with code 60, 2105 and completely freezes.
    Can't boot from a USB flash drive with a clean version of OS X made from my install disk.
    Disk won't mount when in target disk mode. However the DVD drive mounts it's contents onto the host machine when it target mode.
    I removed the drive last night and placed it in an external enclosure and OS X reports "The disk you've inserted is not recognised et.. "Initialise" "Ignore" "Eject". The drive appears in Disk Utility but all options are greyed out, SMART status says 'not supported' and it's capacity is shown as 0 bytes. The drive registers in the Hardware pane of Diskwarrior but no-where else.
    I'm fine with the fact that the drive has failed but could these problems indicate something more serious? I'm concerned that the machine won't boot from any device or media. Is this a symptom of a failed hard drive or could this be a logic board issue?
    Any advice would be greatly appreciated!!!!
    Thanks all and Happy new Year.
    XOXO

    You might try a PRAM reset and see if this does any good.
    http://support.apple.com/kb/HT1379?viewlocale=en_US
    It sounds like the hard drive itself is toast based on how it looks in an enclosure. So you won't be able to boot from it. Possibly after a PRAM reset you could option boot to a disc or to your external drive.
    I had the experience of a failed hard drive totally messing up my PowerMacG4, and it took some doing to get it going again. I finally got it going again, and it has been working ever since without issue.
    The MBP is a different machine, but having experienced first hand what a dying hard drive could do, I think it's well worth doing any resets you can.
    If no joy, make an appointment at the genius bar and ask them if they can run a hardware test from their store feed. If you do have other issues, they should show up then.
    If you end up being able to boot to the optical drive, you could try running the extended version of the Apple Hardware test yourself.
    Good luck!

  • [solved] Can't mount Samsung YP-U3 mp3 player

    Hi all,
    I have a Samsung YP-U3 mp3 player, which currently I can't use as it won't mount. I've spend a while trying to figure this out, so any help is appreciated!
    EDIT: I don't wish to use Amarok etc. Also I've tried mtpfs, but it doesn't show any of the actual files. I'm trying go-mtpfs, but can't install it. I get the following response from yaourt:
    ==> Starting build()...
    github.com/hanwen/go-mtpfs (download)
    cd .
    git clone https://github.com/hanwen/go-mtpfs /tmp/yaourt-tmp-archimedes/aur-go-mtpfs-git/src/src/github.com/hanwen/go-mtpfs
    # cd .; git clone https://github.com/hanwen/go-mtpfs /tmp/yaourt-tmp-archimedes/aur-go-mtpfs-git/src/src/github.com/hanwen/go-mtpfs
    package github.com/hanwen/go-mtpfs: exec: "git": executable file not found in $PATH
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build go-mtpfs-git.
    for this PKGBUILD https://aur.archlinux.org/packages/go/g … t/PKGBUILD
    Some info:
    Media player says "Connected, Fully charged (or charging)" for ten seconds or so, and then lights go out.
    It isn't in /run/media/user/.
    It doesn't show up with fdisk, but does with lsusb:
    Bus 001 Device 003: ID 04e8:507d Samsung Electronics Co., Ltd YP-U3 (mtp)
    This is the result of mtp-detect:
    $ mtp-detect
    Error: Unable to open ~/.mtpz-data for reading.
    libmtp version: 1.1.5
    Listing raw device(s)
    Device 0 (VID=04e8 and PID=507d) is a Samsung YP-U3.
    Found 1 device(s):
    Samsung: YP-U3 (04e8:507d) @ bus 1, dev 3
    Attempting to connect device(s)
    USB low-level info:
    Interface has a kernel driver attached.
    bcdUSB: 512
    bDeviceClass: 0
    bDeviceSubClass: 0
    bDeviceProtocol: 0
    idVendor: 04e8
    idProduct: 507d
    IN endpoint maxpacket: 512 bytes
    OUT endpoint maxpacket: 512 bytes
    Raw device info:
    Bus location: 1
    Device number: 3
    Device entry info:
    Vendor: Samsung
    Vendor id: 0x04e8
    Product: YP-U3
    Vendor id: 0x507d
    Device flags: 0x00000002
    And mtp-connect
    sudo mtp-connect
    Error: Unable to open ~/.mtpz-data for reading.
    libmtp version: 1.1.5
    Device 0 (VID=04e8 and PID=507d) is a Samsung YP-U3.
    Usage: connect <command1> <command2>
    Commands: --delete [filename]
    --sendfile [source] [destination]
    --sendtrack [source] [destination]
    --getfile [source] [destination]
    --newfolder [foldername]
    Finally, I tried this http://lobzang.free.fr/tip005.html but it didn't seem to work.
    Cheers!
    Last edited by ianhoolihan (2012-10-28 20:16:23)

    Solved.
    Firstly, I didn't have git installed. When I did, I could install go-mtpfs, which does a little better than mtpfs by the looks of things.

Maybe you are looking for

  • Foreign Trade - Export License Number for SED and SLI

    We are not using full blown foreign trade.  I just recently set up ECCN codes to be used on the above forms for exporting (we have home grown SAPScripts).  Now I am being asked to have a way to store the Export License Numbers by material (it is item

  • Multi Apllication Server Setup

    Hi, I have a big SAP BPC implementation (7 servers) that i need to implement at my client and the solution requires 3 Application servers. Do I need to install them differently? How will they communicate with each other? How will the Web server know

  • Is the offer for Photoshop CC at $9.99 for desktop/laptop pc?

    Is the offer for Photoshop CC at $9.99 for desktop/laptop pc? I had been researching photoshop all day and saw other monthly payment offers and said wow! This must be a part of a year end or black friday deal, so I signed up for it.  After downloadin

  • Managing Per Line Unblocking (*82) in Contacts

    After many years of waiting on Apple, and then my contract upgrade date, I now have an iPhone on VZW.  I'm fairly familiar with iOS from my iPod touch, but have a question on the phone side. I've got "Per Line Blocking" turned on to try to prevent my

  • Trouble with writing to registry from ini

    I can't seem to get Ini_WriteToRegistry to work. I ini file into memory with Ini_ReadFromFile, but then I tried to write it to the registy I got -52 as an error code. Anyone have any ideas? has any one used Ini_WriteToRegisty?