Unable to mount a network share drive in mac os 10.7 when logged in as root

I enabled the root account by entering sudo passwd root in the terminal window. Once the account was enabled successfully, I logged out from my admin account and logged in as root. I then attempted to mount a network share running on an Xserve and a Windows share but was unable to. I logged out as root and logged back in using my admin account and I was then able to mount both shares successfully.
Is there a new Lion security feature that prevents the root account from mounting network shares? If so how can I get around it?
Thanks for your help.

I had the same problem. While logged in as root, I can't use an alias or Cmd+K to connect to a server, but it works fine as any other user. I tried the link above and after reading the mount_afp man page, it describes two steps needed to mount a server. Here's what I had to put in Terminal to mount a share called Installers:
The root account does not seem to be getting past the first step when using Cmd+K or an alias to a network share, although this worked in previous versions of OSX.
This problem was not fixed in 10.7.1

Similar Messages

  • Unable to mount USB NTFS hard drive on mac

    I am trying to mount an iomega ego 1 TB USB hardrive on my mac pro.
    The drive is formatted for windows. Normally you could at least see the drive mount. To help make it writeable from the mac I am using FUSE and Tuxera NTFS. After a clean reinstallation of snow leopard and update with the latest patches etc... This was working fine. The drive was seen by OSX and i could read/write to it without issues.
    I then went about restoring some applications with the mac migration tool. Since that was done the drive no longer mounts to the desktop.
    I see the following error in the console logs:
    12/28/10 11:49:59 PM kernel USBMSC Identifier (non-unique): 090000000000186D 0x59b 0x70 0x0
    12/28/10 11:50:06 PM kernel SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    12/28/10 11:50:06 PM kernel SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    12/28/10 11:50:06 PM kernel SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    12/28/10 11:50:06 PM kernel SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    12/28/10 11:50:06 PM kernel SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    12/28/10 11:50:09 PM diskarbitrationd[12] unable to mount /dev/disk5s1 (status code 0x00000001).
    12/28/10 11:50:23 PM USB Prober[459] USB Prober: GetUSBDeviceInformation() for device @5a110000 failed with kIOReturnNotResponding
    did one of my migrated apps kebosh something? Any suggestions are welcome.

    Those errors sound like your drive is having serious trouble. It is probably time to look for a replacement for it. I certainly hope everything on that disk is backed up.
    Allan

  • How Do I find out what app is auto-mounting a network share and stop it?

    I have a new laptop, the 13" rMBP.  I installed Steam and wanted to use the network share on my server to store the game files.  Everything went OK.  I closed Steam, disconnected the share and shutdown my laptop.  When I opened my laptop later on at work, it started to try and mount the network share.It keeps on going it.  I removed the Steam app and all files related to Steam that I could find.  I've looked at fstab, auto_home, auto_master and a large list of other files and directories and I *still* cannot find the offending file that's auto-mounting the share.  It's really frustrating.
    The share auto-mounts when I am home but not on the desktop or in finder.  I find it by looking at /Volumes/ in terminal.  If I mount the share manually under /Volumes/ it shows as Games-1 and mounts on the desktop under Games.
    Does anyone have any ideas on where I should be looking to find the offending process/file/daemon?
    Thank you!
    Trevor

    thanks for the reply but are you sure about this? What difference would it make? Why 5 apps?
    Even if it does work, which I doubt, at some point, I will have to resync ALL my apps again and surely the same thing will happen again, and I will be none the wiser. I still won't know which app it is. There must be a way of finding this out.
    Any ideas?
    What is really freaking me out is how it is connecting to my carrier (who is charging me) with Cellular data switched off.......?
    Thanks again.

  • Systemd failing to mount a network share

    I just installed systemd and I'm having some problems getting it to reliably mount the network shares I have listed in /etc/fstab.  In case it is relevant, I should note that I have opted to install systemd alongside the usual initscripts.  I've created two different Grub menu entries to select between the two systems during boot.
    The relevant fstab entries are as follows:
    //192.168.1.54/MP3z /mnt/MP3z/ cifs _netdev,password=foo,uid=foo,gid=foo,file_mode=0644,dir_mode=0755 0 0
    //192.168.1.100/share /mnt/share/ cifs _netdev,password=foo,uid=foo,gid=foo,file_mode=0644,dir_mode=0755 0 0
    //192.168.1.100/docs /mnt/docs/ cifs _netdev,password=foo,uid=foo,gid=foo,file_mode=0644,dir_mode=0755 0 0
    This is what I've observed with respect to mount failures:
    The share at 192.168.1.54 mounts every time without fail.
    Usually, one of the other two shares at 192.168.1.100 will fail to mount while the second share at the same ip address will succeed.  Which of the two that fails is apparently random.
    Only very occasionally will both shares at 192.168.1.100 mount successfully.
    So far, I have never seen both of these shares fail to mount on the same test run.
    I have tried changing the order of the fstab entries but it doesn't seem to affect things.
    I've tried adding the "noauto" and "x-systemd.automount" options to my fstab entries.  This seems to make things work although with this setup I think the shares are mounted the first time they are browsed, not during starup.  With these mount options set, the system hangs on shutdown with either the messsage "Unset automount mnt-share.automount" or "Unset automout mnt-docs.automount".
    I thought perhaps that this is happening because my network connection isn't being started in time to mount the shares correctly.  Though, I thought systemd handled these sorts of dependencies without any explicit configuration required.  Perhaps this has something to do with the two shares being on the same host (192.168.1.100)?  I don't have any problems with the third share at 192.168.1.54.
    Can anyone shed some light?
    Last edited by battlepanic (2012-08-15 19:28:05)

    I had the same problem. While logged in as root, I can't use an alias or Cmd+K to connect to a server, but it works fine as any other user. I tried the link above and after reading the mount_afp man page, it describes two steps needed to mount a server. Here's what I had to put in Terminal to mount a share called Installers:
    The root account does not seem to be getting past the first step when using Cmd+K or an alias to a network share, although this worked in previous versions of OSX.
    This problem was not fixed in 10.7.1

  • CDs, flash drives, network shares don't appear on the desktop when mounted.

    has anybody experienced this with os x tiger? i have experienced it on a wide range of powerpc macs (have not used an intel mac yet unfortunately) running all versions of os x Tiger (10.4.0 through 10.4.6)
    when myself or users insert a CD, a usb flash drive, a firewire hard drive, connect to a network share, or even save a file to the desktop, the object does not appear on the desktop. it actually doesn't appear anywhere in the finder, not even in the finder sidebar. however with files at least i know they are there because i can see them on the desktop.
    i've submitted a bug report to apple and i know they are working on finding out what is causing this. since i can't find anybody else having the problem i haven't ruled out the possibility that it is some 3rd party piece of software running, but i'm still doing my own testing. clamXav, temperature monitor, and the retrospect client are suspect and i'll need more testing to eliminate those as contributing factors to this bizarre finder behavior.
    has anybody else experienced this with os x tiger? did you get it corrected? thank you

    whoops, i meant downloaded files don't always appear on the desktop but i can see them in the terminal. it's been a long day heheh.
    all three checkboxes in finder preferences are on so they should show on the desktop, i haven't done anything in open firmware yet. so far the system is running smoothly with clamXav turned off, it's possible version 1.0.1 (what i was running) was incompatible with tiger. the retrospect clients are all at the latest version released by emc/dantz.
    i'm thinking less and less that it is a bug, especially since i can't find any mention of others having that issue on these discussion boards.

  • Mounting a network share via Applescript or Automator causes errors in MS Office apps

    If I connect a network share using an automated process, either using Applescript or Automator, though the share shows up on the Desktop and I can open it and view the various folders and files, MS Office apps including Powerpoint, Excel and Word are unable to open the files.   Each gives a slightly different error message.  In Excel, it looks like this:
    In Word, it's:
    In Powerpoint, it's:
    BUT, if I connect to the server share manually (using Cmnd-K in Finder), all files and folders are properly accessible.  I cannot see any differences between the shares connected by the two different means on the Desktop.  They have the same name, are the same size, etc.; in short, everything about them seems identical.  I even took screen shots of the Get Info page from one of them connected by the different methods:
    "home" connected by Automator:
    and connected manually:
    Does anyone have any ideas as to why this is happening or how to fix it?

    I had the same issue. After upgrading kernel to 3.4.5 today the cifs share mounted with original fstab settings. I believe it was caused by this bug:
    kernel changelog wrote:    The double delimiter check that allows a comma in the password parsing code is
        unconditional. We set "tmp_end" to the end of the string and we continue to
        check for double delimiter. In the case where the password doesn't contain a
        comma we end up setting tmp_end to NULL and eventually setting "options" to
        "end". This results in the premature termination of the options string and hence
        the values of UNCip and UNC are being set to NULL. This results in mount failure
        with "Connecting to DFS root not implemented yet" error.

  • Unable to mount RAID external hard drives since upgrading to OS X 10.7.4...

    Hi. Since upgrading to Mac OS X 10.7.4 I am unable to mount any of my G-Tech Raid hard drives. Does anyone know of a solution or if Apple are aware of this issue?

    I would suggest that you ask G-Tech if new firmware is required for 10.7.4.
    Allan

  • Unable to reconnect to network share after closing finder window

    hi there
    I have not been a mac user for long - i have a macbook pro - and generally i am getting along fine.
    however, I have a NAS box which I has a number of files on it on my home network.
    I am able to connect to it using finder by doing cmd+k and selecting it from the list (which I set up at some point). and 'selecting the volume i want to mount' I am then able to browse the share happily and all is well.
    However, once I have done what I was doing and then closed my finder window. if i open another finder window, the share does not appear anywhere and I have to reconnect, sadly at this point, after doing the initial cmd+ K and selecting the network share, the particular volume i mounted before is greyed out and I cannot in fact re-mount it at all.
    I imagine this is because somewhere, finder still has the network volume mounted, and if I could only find it I could browse it as before.
    so i am left with having to reboot, as I simply dont know how to find the mounted volume.
    it may be that it is in fact not still mounted, in which case I am stumped.
    if anyone could offer some explanation and solution to this, i would be most grateful.
    many thanks
    nat
    ps. having fired up the terminal, it seems that the volume in question is in fact in the /Volumes folder, but I cant seem to find that in the finder.
    pps. saying the above - actually as I installed XtraFinder I can navigate up until I have the root level and it is indeed there

    I had the same problem. While logged in as root, I can't use an alias or Cmd+K to connect to a server, but it works fine as any other user. I tried the link above and after reading the mount_afp man page, it describes two steps needed to mount a server. Here's what I had to put in Terminal to mount a share called Installers:
    The root account does not seem to be getting past the first step when using Cmd+K or an alias to a network share, although this worked in previous versions of OSX.
    This problem was not fixed in 10.7.1

  • 2 ipods, 2 laptops, one networked share drive with the library?

    I am trying to simplify life for my wife and I. We each have our own laptop, and our own Ipod's, however today I purchased a network storage system adn moved my entire music library there. It means I don't have to manage 2 copies of the same library on two laptops. I want to know how can I setup itunes on each pc to point to the networked share on my private home network, and have 2 ipods synch to it, oneattached to my pc and one to hers. Also want to make sure that if she or I purchase songs from itunes, we can both load these to the share and upload to two ipod devices, not just the songs we ripped from our cd collection. Anyone done this and can give pointers?

    The simple question first. If you and your wife have separate iTunes Store account, you need to make sure you add your wife's PC as one of your five authorized PCs for your account, and vice versa. If you share the same iTunes account, make both your PCs authorized on that account.
    You can change the location where your songs are stored by default. Open iTunes preferences and go to the Advanced pane General tab. Point the +iTunes music folder location+ to the location on the network drive. Note: This is the default location, but you can still store music files in other locations, such as your local drive.
    Doing so will NOT automatically put all the existing songs into the iTunes music library. After you move the files to the consolidated location, drag the folder with the music to your iTunes application window. That will load the songs (from their new location) into your iTunes music library.
    All new songs purchased from the iTunes Store will be placed in the new location. All new songs ripped from CD will be placed in the new location. However, the +iTunes music+ folder is not the iTunes library. So if your wife adds a song to her library, it will not automatically appear in your library. To add the song to your library, drag the song file to your iTunes window. Or if you don't want to keep up with these updates, you can periodically drag the entire +iTunes music+ folder to your iTunes window.
    You can make your wife's entire music library appear in your iTunes window using the Sharing feature. This is set up in iTunes preferences, in the Sharing pane.

  • Windows 8.1 System Image Backup - Unable to backup to network share due to unsupported "version of the file format"

    I have a Windows 8.1 Pro 64 bit system that I am trying to make a system image backup via Windows 8.1's System Image Backup feature.
    The backup destination is a network share, but the image creation is failing with the following error: 
    The version does not support this version of the file format
    After some investigation, it appears this is due to the network share (a Netgear BlackArmor NAS 220)not
    supporting sparse files. The consensus out on the web seems to be that your smb.conf file on the NAS needs to have strict allocate = yes added, in order to support sparse files. However, as far as I can tell with the BlackArmor NAS
    220, there is no way to edit the smb.conf file (and I'm not even 100% positive they're running Samba--but I bet they are).
    Some more searching revealed another possible option here: 
    If you don't need to exclude files from your backup, use the "-allcritical" option in your command line. AS IN:
    wbadmin start backup -backupTarget:\backup1\backupdrive1\ -include:c: -user:administrator -password:xxxx -systemState -vssFull -allcritical -quiet
    This changes it to Block backup and gets rid of the error.
    I'm trying to do a complete backup, so no exclusions are wanted or needed. So, i tried this, and got the exact same error (only this time it was on the command line, rather than a GUI dialog).
    Is there any way to do backups to a network share that doesn't support sparse files via Windows 8.1's System Image Backup facility?
    Alternatively, is there a way to enable the strict allocate = yes on a BlackArmor NAS 220?

    Hi,
    When using BackupAssist to perform a backup from a Windows file system to a Linux (ext4 or XFS) file
    system, the backup can fail if the following conditions apply.
    The backup is running a system protection job to the Linux based NAS. 
    The Linux NAS has sparse file allocation turned on.
    These two contition can cause the problem like yours.
    You can refer to the document which also contains an solution for further details.
    http://www.backupassist.com/downloads/resources/sparse_file_system_compatability.pdf
    Roger Lu
    TechNet Community Support

  • 10.5.1:  Unable to mount a USB flash drive.

    I've seen this problem posted elsewhere, but so far I have yet to see a solution:
    After upgrading my MacBook Pro to 10.5.1, it can no longer mount USB flash drives. They show up in System Profiler as well as the USB Probe tool, but do not show up in Disk Utility (and, obviously, not on the Desktop or listed in /Volumes).
    I checked the drives on a co-worker's MBP, also running 10.5, and the problem persisted there. The drives mount and work fine under 10.4, as well as various flavors of Windows. When plugged into the MBPs, the status LEDs light up, so they are getting power, and mice plugged into the USB ports work fine.
    So, the problem seems to be specific to mounting a USB flash drive in 10.5/10.5.1. I'm not sure if this is specific to MacBook Pros, or if the issue is the same on all 10.5 machines.
    Any help would be appreciated.

    I have the USB problem. When I insert my USB memory pen, it flashes then stops. The icon doesn't come up on the Desktop, but the memory shows up on the System Profiler.
    My USB telephone responds in Skype, but the sound input and output don't show up in Preferences, and so the phone doesn't work.
    My Vodaphone USB internet modem won't connect.
    This morning, I have no sound at all.
    All these problems are resolved if the computer is restarted with the external source already plugged in, but it's a big hassle and must be solvable............

  • Network Storage Drive for Mac OSX and XP

    Hi I am a new apple owner with a MBP 17 running OSX. I also have two other PC laptops in the house.
    I have a Linksys G wireless router.
    What I would like to do is to have a dual HD enclosure that I can plug into my wireless router so that I can share data between my MBP and my PC laptops via the network. I would like to use dual HDs so I can mirror them for back up purposes.
    My question is how do I set this up so both my MBP and PCs can use the same HD to store/share data? Suggestions on specific hardware to buy would be welcome as well.
    Thanks for you help,
    Vik

    You should simply get a network storage drive like this:
    http://westerndigital.com/en/products/products.asp?driveid=152&language=en
    you can attach to it a second USB hard drive for backup. If you shop around you'll get better price than directly from WD.
    Or you can go for Mirra which in my opinion is a much better bet as it will automatically backup folders you want and sync them between computers:
    http://www.seagate.com/products/retail/mirra/index.html

  • How to download file from google share drive on Mac Minin

    Is there anyway that can download file from google share drive?

    What do you mean? Is it your Goolge Drive?
    You can download/install Google Drive on a Mac

  • Trying to resolve ntlmv errros mounting CIFS network shares via fstab

    Kernel: 3.4.2-2
    WM: Openbox
    About 6 months or so ago, which was after about a year on my current install with no issue, I began getting an ntlmv error when auto mounting samba shares at
    boot.  Everything still worked but I continued getting an error message.
    My fstab entry at that time looked like this:
    //<LAN_IP>/<share name>/ /mnt/Serverbox cifs credential=/path/to/file,file_mode=0777,dir_mode=0777 0 0
    The error I recieved looked like this:
    CIFS VFS: default security mechanism requested. The default security mechanism will be upgraded from ntlm to ntlmv2 in kernel release 3.3
    So I did what research I could on the error, found the "sec" option and discovered that adding the "sec=ntlmv2" option to my above noted fstab entry got
    rid of the error message and everything still worked perfectly; that is until this weekend.
    After upgrading both machines this weekend I noticed a new boot time error message and saw that my shares were no longer being mounted.
    relevant boot log:
    Mounting Network Filesystems [BUSY] mount error(22): Invalid argument
    Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
    relevant everything log:
    CIFS VFS: bad security option: ntlmv2
    /var/log/pacman from the the weekend's upgrade:
    [2012-06-16 13:03] Running 'pacman -Syu'
    [2012-06-16 13:03] synchronizing package lists
    [2012-06-16 13:03] starting full system upgrade
    [2012-06-16 13:10] removed dbus-python (1.0.0-1)
    [2012-06-16 13:10] upgraded linux-api-headers (3.3.2-1 -> 3.3.8-1)
    [2012-06-16 13:10] Generating locales...
    [2012-06-16 13:10] en_US.UTF-8... done
    [2012-06-16 13:10] en_US.ISO-8859-1... done
    [2012-06-16 13:10] Generation complete.
    [2012-06-16 13:10] upgraded glibc (2.15-10 -> 2.15-11)
    [2012-06-16 13:10] upgraded bison (2.5-3 -> 2.5.1-1)
    [2012-06-16 13:10] upgraded libpng (1.5.10-1 -> 1.5.11-1)
    [2012-06-16 13:10] upgraded cairo (1.12.2-1 -> 1.12.2-2)
    [2012-06-16 13:10] upgraded libwbclient (3.6.5-2 -> 3.6.5-3)
    [2012-06-16 13:10] upgraded cifs-utils (5.4-1 -> 5.5-1)
    [2012-06-16 13:10] upgraded sqlite (3.7.12.1-1 -> 3.7.13-1)
    [2012-06-16 13:10] upgraded colord (0.1.21-1 -> 0.1.21-2)
    [2012-06-16 13:10] installed pambase (20120602-1)
    [2012-06-16 13:10] upgraded pam (1.1.5-3 -> 1.1.5-4)
    [2012-06-16 13:10] upgraded libcups (1.5.3-4 -> 1.5.3-5)
    [2012-06-16 13:10] upgraded cups (1.5.3-4 -> 1.5.3-5)
    [2012-06-16 13:10] installed python-dbus-common (1.1.0-2)
    [2012-06-16 13:10] installed python2-dbus (1.1.0-2)
    [2012-06-16 13:10] upgraded dconf (0.12.1-1 -> 0.12.1-2)
    [2012-06-16 13:10] upgraded desktop-file-utils (0.19-1 -> 0.20-1)
    [2012-06-16 13:10] upgraded firefox (13.0-2 -> 13.0.1-1)
    [2012-06-16 13:10] upgraded freetype2 (2.4.9-2 -> 2.4.10-1)
    [2012-06-16 13:10] upgraded initscripts (2012.05.1-3 -> 2012.06.1-1)
    [2012-06-16 13:10] upgraded jre7-openjdk-headless (7.u4_2.2-1 -> 7.u5_2.2.1-1)
    [2012-06-16 13:10] upgraded jre7-openjdk (7.u4_2.2-1 -> 7.u5_2.2.1-1)
    [2012-06-16 13:10] upgraded jdk7-openjdk (7.u4_2.2-1 -> 7.u5_2.2.1-1)
    [2012-06-16 13:10] upgraded kdelibs (4.8.4-1 -> 4.8.4-2)
    [2012-06-16 13:10] upgraded libdrm (2.4.33-1 -> 2.4.35-1)
    [2012-06-16 13:10] upgraded libglapi (8.0.3-2 -> 8.0.3-3)
    [2012-06-16 13:10] upgraded liblrdf (0.4.0-9 -> 0.5.0-1)
    [2012-06-16 13:10] upgraded libmysqlclient (5.5.24-1 -> 5.5.25-1)
    [2012-06-16 13:10] installed khrplatform-devel (8.0.3-3)
    [2012-06-16 13:10] installed libegl (8.0.3-3)
    [2012-06-16 13:10] upgraded nvidia-utils (295.53-1 -> 295.59-1)
    [2012-06-16 13:10] upgraded libva (1.0.15-1 -> 1.1.0-1)
    [2012-06-16 13:10] upgraded mkinitcpio (0.9.1-1 -> 0.9.2-2)
    [2012-06-16 13:10] >>> Updating module dependencies. Please wait ...
    [2012-06-16 13:10] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-06-16 13:10] ==> Building image from preset: 'default'
    [2012-06-16 13:10] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-06-16 13:10] ==> Starting build: 3.4.2-2-ARCH
    [2012-06-16 13:10] -> Running build hook: [base]
    [2012-06-16 13:10] -> Running build hook: [udev]
    [2012-06-16 13:10] -> Running build hook: [autodetect]
    [2012-06-16 13:10] -> Running build hook: [pata]
    [2012-06-16 13:10] -> Running build hook: [scsi]
    [2012-06-16 13:10] -> Running build hook: [sata]
    [2012-06-16 13:10] -> Running build hook: [filesystems]
    [2012-06-16 13:10] -> Running build hook: [usbinput]
    [2012-06-16 13:10] -> Running build hook: [fsck]
    [2012-06-16 13:10] ==> Generating module dependencies
    [2012-06-16 13:10] ==> Creating xz initcpio image: /boot/initramfs-linux.img
    [2012-06-16 13:10] ==> Image generation successful
    [2012-06-16 13:10] ==> Building image from preset: 'fallback'
    [2012-06-16 13:10] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-06-16 13:10] ==> Starting build: 3.4.2-2-ARCH
    [2012-06-16 13:10] -> Running build hook: [base]
    [2012-06-16 13:10] -> Running build hook: [udev]
    [2012-06-16 13:10] -> Running build hook: [pata]
    [2012-06-16 13:10] -> Running build hook: [scsi]
    [2012-06-16 13:10] -> Running build hook: [sata]
    [2012-06-16 13:10] -> Running build hook: [filesystems]
    [2012-06-16 13:10] -> Running build hook: [usbinput]
    [2012-06-16 13:10] -> Running build hook: [fsck]
    [2012-06-16 13:10] ==> Generating module dependencies
    [2012-06-16 13:10] ==> Creating xz initcpio image: /boot/initramfs-linux-fallback.img
    [2012-06-16 13:11] ==> Image generation successful
    [2012-06-16 13:11] upgraded linux (3.3.8-1 -> 3.4.2-2)
    [2012-06-16 13:11] upgraded lirc-utils (1:0.9.0-16 -> 1:0.9.0-18)
    [2012-06-16 13:11] upgraded mesa (8.0.3-2 -> 8.0.3-3)
    [2012-06-16 13:11] upgraded mysql-clients (5.5.24-1 -> 5.5.25-1)
    [2012-06-16 13:11] upgraded mysql (5.5.24-1 -> 5.5.25-1)
    [2012-06-16 13:11] upgraded nvidia (295.53-1 -> 295.59-1)
    [2012-06-16 13:11] upgraded opencl-nvidia (295.53-1 -> 295.59-1)
    [2012-06-16 13:11] upgraded pango (1.30.0-1 -> 1.30.1-1)
    [2012-06-16 13:11] upgraded pcmanfm (0.9.10-1 -> 0.9.10-2)
    [2012-06-16 13:11] upgraded psmisc (22.16-1 -> 22.17-1)
    [2012-06-16 13:11] upgraded smbclient (3.6.5-2 -> 3.6.5-3)
    [2012-06-16 13:11] upgraded thunderbird (13.0-1 -> 13.0.1-1)
    [2012-06-16 13:11] upgraded udisks2 (1.94.0-1 -> 1.94.0-2)
    [2012-06-16 13:11] upgraded unrar (4.2.3-1 -> 4.2.4-1)
    [2012-06-16 13:11] upgraded virtualbox-archlinux-modules (4.1.16-1 -> 4.1.16-2)
    [2012-06-16 13:11] In order to use the new version, reload all virtualbox modules manually.
    [2012-06-16 13:11] upgraded virtualbox-modules (4.1.16-1 -> 4.1.16-2)
    [2012-06-16 13:11] upgraded xine-ui (0.99.6-5 -> 0.99.7-1)
    [2012-06-16 13:11] Running 'pacman -Syy'
    [2012-06-16 13:11] synchronizing package lists
    [2012-06-16 13:12] Running 'pacman -Syu'
    [2012-06-16 13:12] synchronizing package lists
    [2012-06-16 13:12] starting full system upgrade
    [2012-06-16 13:13] upgraded lib32-freetype2 (2.4.9-1 -> 2.4.10-1)
    [2012-06-16 13:13] upgraded lib32-gnutls (3.0.19-1 -> 3.0.20-1)
    [2012-06-16 13:13] upgraded lib32-krb5 (1.10.1-2 -> 1.10.2-1)
    [2012-06-16 13:13] upgraded lib32-libpng (1.5.10-2 -> 1.5.11-1)
    [2012-06-16 13:13] upgraded lib32-libx11 (1.4.99.902-1 -> 1.5.0-1)
    [2012-06-16 13:13] upgraded lib32-nvidia-utils (295.53-1 -> 295.59-1)
    [2012-06-16 13:13] upgraded lib32-sqlite3 (3.7.11-1 -> 3.7.13-1)
    [2012-06-16 13:13] upgraded lib32-util-linux (2.21.1-1 -> 2.21.2-1)
    [2012-06-16 13:13] upgraded lib32-xcb-util (0.3.8-1 -> 0.3.9-1)
    [2012-06-16 13:13] upgraded wine (1.5.5-1 -> 1.5.6-1)
    Currently returning to the old fstab entry once again gives the initial error code about the security mechanism being upgraded in kernal release x.x (it always seemed to change with each kernel change) though the shares seem to mount just fine. I've looked through the wiki, man pages on die.net and googled everything I can think of and I find a lot pages mentioning ntlmv errors with no solutions, many telling me that ntlmv and ntlmv2 are mount options, but nothing that gives me any indication on why I might be getting this error or how to go about looking for a solution.
    I've looked through the pacman logs on both my desktop and my file server that I'm connecting to in an effort to determine what might have changed and I found that:
    the smbclient had been upgraded on both machines so I tried downgrading back to version 3.6.5-2 but there was no change when rebooting.
    I also found cifs-utils had been upgraded on the file server.  So I downgraded that as well to the previous version (5.4-1), rebooted both machines and I'm still getting the same invalid arguement error.
    I've now gone back and upgraded to the most recent versions of the downgraded packages on each machine but I'm at a loss as to what my next steps should be.  Where do I go from here to track this down and determine if this is a bug or configuration error.  Is there a cleaner way of mounting these shares that I should be using instead of fstab?
    Thank you.

    I had the same issue. After upgrading kernel to 3.4.5 today the cifs share mounted with original fstab settings. I believe it was caused by this bug:
    kernel changelog wrote:    The double delimiter check that allows a comma in the password parsing code is
        unconditional. We set "tmp_end" to the end of the string and we continue to
        check for double delimiter. In the case where the password doesn't contain a
        comma we end up setting tmp_end to NULL and eventually setting "options" to
        "end". This results in the premature termination of the options string and hence
        the values of UNCip and UNC are being set to NULL. This results in mount failure
        with "Connecting to DFS root not implemented yet" error.

  • Mounting shared network Firewire drive

    Hi,
    I've got two Macs on a home network. One has several Firewire drives. Over the network I can see the that Mac and it's drives from my first Mac. Is there a way Automator can automatically mount one of those Firewire drives on my first Mac every morning so I can see it on my Desktop? I'm new to Automator and am still trying to figure out how to create a script for this. Thanks!!!

    OK, ignore the above!
    I found out how to mount a remote network drive and then schedule that action in iCal (first create a remote drive alias on your Desktop, then use 'get specific finder items' and 'open finder items' in Automator, then save the action script as a iCal plugin). Yeah!
    Next step, now I just have to figure out how to unmount the drive when I'm done with it...

Maybe you are looking for

  • Excise invoice number range.

    Dear Sirs, For a new trading business I have assigned a new number range for commercial invoices but I am unable to create a new number range for Excise Invoices. Please suggest how I can create a new Excise number range for this particular business

  • Reports 3.0, Ref Cursor from stored procedure

    I have a problem trying to use Ref Cursor as datasource (i.e. Ref Cursor Query) in Reports 3.0 I have created a stored package with a function which returns Ref Cursor. That function just opens the cursor and returns it to the calling module. Reports

  • I can not to connect to nated address

    Hi I have server with real address 10.173.1.242, i created static nat to address 10.164.32.15, but I can not to connect to address 10.164.32.15 from IP 10.161.111.130, here is config of ASA: Peter ASA Version 8.0(5) names interface GigabitEthernet0/0

  • Older Powerbook compatibility with New iPod?

    I have an older version of the G4 powerbook and I would like to get an iPod, but it doesn't appear that I can use the two together because my computer does not have USB 2.0. It does however have Firewire. Is there a built in Firewire port on the newe

  • Why "slow script" message pops up ?

    Everytime i try to open any new page on safari, this message pops up stating slow script error>>>>>with option to stop or continue!!