In Mavericks, any "diskutil mount" also mounts EFI volume

Here's a diskutil command and output:
$ diskutil list disk1
/dev/disk1
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *1.0 TB     disk1
   1:                        EFI EFI                     209.7 MB   disk1s1
   2:                  Apple_HFS Pocket                  724.2 GB   disk1s2
   3:                  Apple_HFS free2                   274.2 GB   disk1s3
   4:                 Apple_Boot Recovery HD             784.2 MB   disk1s4
So if I want to mount Pocket, I use "diskutil mount disk1s2"
Result:
Volume(s) mounted successfully
But now I also see a volume named "EFI" on my desktop. It wasn't there before. Apparently, "diskutil mount disk1s2" made it show up also. It doesn't show up along with Pocket and free2 when I connect the disk to the Mac.
Why does the volume named EFI (disk1s1) also appear on my desktop after using that terminal command?
Thanks.

Anyway, here's the AppleScript I wrote to toggle local volumes. It's similar to MERGING two Scripts to Unmount disks... but it's primarily an update for this item a Mac OS X Hints. The AppleScript attempts to unmount any currently mounted local volumes. If no volumes other than the boot volume are mounted when it runs, then all available volumes are mounted, and you're offered the option of re-mounting unmounted volumes if any volume can't be politely unmounted.
set alldisks to paragraphs of (do shell script ¬
                    "diskutil list|grep -v 'EFI EFI'|grep -v 'Recovery HD'|grep -o 'disk[0-9][a-z][0-9]*'")
          set all_non_boot_disks to paragraphs of (do shell script "df -hlg | awk -F/ '/disk*/ {print $5}'")
          set nonbootnumber to (count of alldisks)
          if (count of all_non_boot_disks) > 0 then
                    try
                              set all_non_boot_disks to items 2 thru nonbootnumber of alldisks
                    on error
                              set all_non_boot_disks to {}
                    end try
  activate
                    repeat with the_Item in alldisks
                              try
                                        set the_ID to (do shell script "df -hlg | grep -m 1" & space & ¬
                                                  quoted form of the_Item & space & "| grep -o 'disk[0-9][a-z][0-9]*'")
                                        do shell script "diskutil unmount" & space & the_ID
                              on error the error_message number the error_number
                                        if the error_message does not contain ":" then
                                        else
                                                  if button returned of (display dialog "A disk couldn't be unmounted.
                                        Would you like to re-mount those already unmounted?" buttons ¬
                                                            {"Cancel", "Re-mount"} default button 2) is "Re-mount" then
                                                            my mountAll(alldisks)
                                                  end if
                                        end if
                              end try
                    end repeat
          else
                    my mountAll(alldisks)
end if
on mountAll(alldisks)
          set actiondisks to {}
          repeat with i in alldisks
                    if i is not in actiondisks then
                              set actiondisks to actiondisks & i
                    end if
          end repeat
          repeat with myitem in actiondisks
                    try
                              do shell script "diskutil mount" & space & myitem
                    end try
          end repeat
end mountAll

Similar Messages

  • Create Project Web App Instance - Failed to find Project Site object. Are there any database mounted?

    Hi
    New Installation. Sharepoint 2013, Project Server 2013 and SQL Server 2008 SP1 (another box).
    When I try to create Project Web App Instance, I get 
    Provisioning 'PWA': Post provisioning setup failed. Exception 'Microsoft.SharePoint.SPException: Failed to find Project Site object. Are there any database mounted?
     Followed by:
    Failed to provision site PWA with error: Microsoft.SharePoint.SPException: Failed to find Project Site object. Are there any database mounted?
    Already tried reinstalling the whole farm to no avail. Farm Admin account is used to do everything within this process.
    Thanks in anticipation.

    Hi
    I got the same error when provisioning the PWA
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-Project Server
    Date:          8/29/2013 11:58:12 AM
    Event ID:      6966
    Task Category: Provisioning
    Level:         Error
    Keywords:     
    User:          abc\administrator
    Computer:      mycomputer
    Description:
    Provisioning 'PWA': Post provisioning setup failed. Exception 'Microsoft.SharePoint.SPException: Failed to find Project Site object. Are there any database mounted?
       at Microsoft.Office.Project.Server.Administration.ProvisionFeatureEventHandler.FeatureActivated(SPFeatureReceiverProperties properties)
       at Microsoft.SharePoint.SPFeature.DoActivationCallout(Boolean fActivate, Boolean fForce)
       at Microsoft.SharePoint.SPFeature.Activate(SPSite siteParent, SPWeb webParent, SPFeaturePropertyCollection props, SPFeatureActivateFlags activateFlags, Boolean fForce)
       at Microsoft.SharePoint.SPFeatureCollection.AddInternal(SPFeatureDefinition featdef, Version version, SPFeaturePropertyCollection properties, SPFeatureActivateFlags activateFlags, Boolean force, Boolean fMarkOnly)
       at Microsoft.SharePoint.SPFeatureCollection.AddInternalWithName(Guid featureId, Int32 compatibilityLevel, String featureName, Version version, SPFeaturePropertyCollection properties, SPFeatureActivateFlags activateFlags, Boolean force, Boolean
    fMarkOnly, SPFeatureDefinitionScope featdefScope)
       at Microsoft.SharePoint.SPFeatureCollection.AddInternal(Guid featureId, Version version, SPFeaturePropertyCollection properties, Boolean force, Boolean fMarkOnly, SPFeatureDefinitionScope featdefScope)
       at Microsoft.SharePoint.SPFeatureCollection.Add(Guid featureId)
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureProvisioningFeature(SPSite site)
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.CreateSite(ProjectProvisionSettings provset)'.
    Later found that the service application where I was trying to provision the PWA, it was not associated with the web-application.

  • HT201372 how do I "mount the volume" so I can use Numbers?  I just downloaded Maverick.

    How do I "Mount the volume" so I can use Numbers after I downloaded OS Maverick?

    Those choices are controlled via System Preferences, Trackpad.

  • Can't mount SAN volume 'cause it already shows mounted.. but it's not

    after controller 1 had a problem and controller 2 took over, one volume on one client (of 6) won't mount.
    all volumes on all other clients OK..
    the error says it's already mounted and looking at
    ls -al /Volumes
    it's there..
    looking at df , it's not
    looking at finder, it's not
    running diskutil unmount , it's not
    (or mount -u)
    so I can't unmount what's there cause it's not there and I can't mount what's not mounted cause it thinks it already is mounted .
    any ideas ??

    after a MDC fail-over the finder sometimes creates an alias file with the name of the san volume. after all it's a broken alias.
    disconnect the FC cable. in the finder (or terminal), go to /Volumes and remove the broken alias file.
    cu. p.

  • Mount network volume: different users same credentials, see different shares

    A set of network volumes on a NAS need to periodically be backed up to a local USB disk. Manually, I can mount most shares (from a Finder window). In a shell script I can list all files due (find) and use that list for backing up to a local USB volume (cpio). So far so good. However, I need to mount these network volumes first. The mount command doesn't seem to work for me.
    How do I mount a network volume in a shell script?
    Also I noticed that if under fast user switching user A logs in with credentials uName and uPassword, the NAS shows 6 shares to choose from. When user B on the same machine logs in with the same credentials uName and uPassword, only 5 shares are visible and one is not shown. It looks as if the credentials do not uniquely determine the volumes offered for mounting. Also, when user B mounts a share, it appears to be owned by user A (who is logged in but has not mounted any share on the NAS) rather than owned by B or by uName...
    How do I mount this volume as user uName rather than A or B?
    How can one uniquely determine the identity of the volume? Network volumes don't show UUIDs and the name given in the /Volume/ folder can change, as is discussed in message 11871367.

    eljonco wrote:
    I just checked: after a reboot, user A logs in (automatic login enabled), user A logs out, user B logs in, ls -a /Volumes only shows local HD and a USB HD. No network mounts there.
    In the finder window, the NAS shows up on the left. Clicking it and entering credentials uName, uPassword, a list of five, not 6, items is offered for mounting. So your options 1 and 4 are then ruled out, unless an alias made by user A and copied to user B's home folder would still link to user A's mounting options.
    Actually, only option 1 is ruled out. That Finder list is simply not reliable. It is likely cached somewhere and could be restored by deleting some hidden preference file. It regularly causes people to freak out when they see some sharepoint listed on a network that they have long since left.
    If you did Go > Connect to Server in the Finder and typed in the location, you could still create an alias.
    Once mounted one of 5 shares as uName with uPassword, an ls -al /Volumes shows the local drives and
    drwx------@ 11 B staff <date> sharename
    and all folders in sharename also show B:staff as user:group. I find that strange, as I did not log in to the share with credentials B, but with credentials uName. Anyhow.
    The uName user is for the network share. When MacOS X mounts that, it gives it permissions appropriate for the user who did the mounting. If you did an NFS mount as root, the server would handle permissions via UNIX uid and gid. I'm really not familiar with the details of AFP.
    As I read in a post about autoFS that 'cd /Volume/theHiddenShare' should magically mount that share, I gave it a shot. Alas, '/Volumes/theHiddenShare: No such file or directory'. Same long shot in the dark in the 'Go/Connect to' dialog gave 'The folder cannot be found'. Not surprisingly, I suppose.
    Yes. That has to be setup
    Here is what I've done to my /etc/auto_home:
    # Automounter map for /home
    #+auto_home     # Use directory service
    # Get /home records synthesized from user records
    #+/usr/libexec/od_user_homes
    myserver.org -allow_other,reconnect,fstype=sshfs [email protected]:/home/me_remote
    I'm not on a big network, so I've disabled the system functionality by commenting out "+auto_home" and "+/usr/libexec/od_user_homes". Now, the system doesn't manage /home and I am free to do with it what I want. This will mount the path "/home/myserver.org" connected to the "me_remote" user on "myserver.org". I'm using the funky MacFUSE sshfs filesystem. Your AFP file system should work much better. Your line would look something like this:
    drive5 -fstype=afp uUser@MyLocalServer:/theHiddenShare
    Run "automount -vc" to reset your automount system.
    Next use Finder Go > Connect to Server and type in "afp://uUser@MyLocalServer:/theHiddenShare".
    You want to mount the drive once so that you can store uPassword in your keychain.
    Now unmount the drive.
    The Finder mounts all go into /Volumes and, as you have discovered, can get themselves confused. This automount will be at "/home/drive5". All you have to do is enter that folder in the Finder and it will be automatically mounted. If you haven't used it for a while, it will be unmounted automatically.
    You may have to play around with this a little. I don't have any network AFP share that I need to mount on a regular basis, so those parameters may need to be adjusted somewhat.

  • A better way to make Automator mount a volume?

    I made an Automator application, using the Record function, to mount a volume on a drive connected to my Mini. I also made a similar one to eject it. I use them as Calendar-triggered events as part of my backup scheme.
    They work well ... until I restart the Mini, when occasionally my two connected drives will mount in a different order. What happens then is that the sequence of mouse clicks recorded in Automator don’t find the correct volume.
    I wonder if there’s a better way to automate the mounting of a currently ejected disc (and later its ejection). Automator, as far as I can see, does not have the actions I need. It has Ask For/Connect to/Get specified Servers, but they seem only to be for network-connected stuff.
    Anyone know a better way?

    Welcome to Unix. 
    The key part of that shell script code is the test for the existence of the mount point (if [ -e /Volumes/dbamp ]), followed by a conditional block that — in the "else" section involved when the mount point wasn't found — creates it, and then mounts an AFP file system on that mount point.  Most of the rest of the baggage in that script is used to get the mysqldump database dumps over onto the target disk, once it's been mounted.
    Here's a very quick overview of the basics of scripting , Apple's introduction to the command line manual, there's a generic bash intro (which is good, but doesn't line up exactly with how bash is implemented on OS X) and O'Reilly has some reasonable books on bash and bash scripting.  Once you know and are comfortable with the basics, there are advanced bash guides available.

  • No longer mount NFS volumes with 2010.q1 release:

    Has anyone else seen this? I can no longer mount any of my NFS volumes with root squash since upgrading to 2010.q1. I have a ticket open with Sun (72644622), but everyone is apparently off/away.
    Before they all went off, Sun Eng. suggested setting max supported NFS version to 3, but this of course did not work. Hosts trying to mount the volumes error out with:
    call_verify: server HOST_IP_HERE requires stronger authentication.
    I have double checked that the atuh is set to sys (not krb), but it looks like the nfsd is not respecting this.
    Of course this has knocked all our VMware mounts offline as well, and using krb for these is out of the question....
    Had to update to support the new FC card...which works great...but me needs me nfs shares....
    Fishworks doods, stop yelling at drives and help a brother out ;)

    I wish I could tell you, but it seems we lost a CIM card. Worse yet, this failure was completely SILENT. Not a single "problem" listed in the logs. However, when attaching another J4400, I noticed an alarm LED on the failed CIM and verified that the storage was only seen by 1 path. Kind of disconcerting that availability could be reduced significantly without so much as an email.
    I'll let you know if we can get to the new release later this week.
    Charles

  • Unable to mount XSAN volume on client workstation

    We just reimaged one of our machines and we are now unable to mount the xsan volume. Originally when the machine hooked up the IP was wrong and the XSAN couldn't see it. This has been fixed and the XSAN sees it now and it is authenticated, but when we try to mount the volume we get this error
    Jan 26 13:54:48 *** Xsan Admin[23616]: ERROR: Error reading computer properties: kOfflineError (0)
    Jan 26 13:55:37 *** Xsan Admin[23616]: ERROR: Error mounting volume…: Server returned a non-zero status code (100007)
    Jan 26 13:55:48 *** Xsan Admin[23616]: The temporary directory at "/private/var/folders/Eu/Euvo7L8cHAmWwo7ntmj8ak+TI/TemporaryItems/(A Document Being Saved By Xsan Admin 33)" could not be deleted.
    The *'s was the name of the machine, apple has been little to no help. We have tried removing the machine form the XSAN and then adding it back in, same issue. Tried reinstallingt eh client, same issue. Any ideas?

    This is the error on server
    ERROR: Error mounting volume…: Server returned a non-zero status code (100007)

  • Backup Controller cannot mount XSAN Volume

    Hi Guys,
    I've really have a big problem regarding the XSAN that I've just setup: There are 3 Xserves connected to the SAN - one for the main controller, one for backup and another one for fileserver. After a fresh install of the Leopard Server 10.5.6 on all servers and fresh install of Xsan 2.0 updated to 2.1.1, I tried creating an SAN from the main controller, I added first the main and backup controllers, authenticated them properly and was successful adding them to the SAN. After this, I created the volume and it mounted properly on the main controller. What I don't understand is that whenever I try to mount the volume to the backup controller, it is saying unable to mount and even I tried forcing it to mount in terminal using the command xsanctl mount VOLNAME, its giving me an error saying
    "unable to mount volume, Cannot mount XSAN volume error code: 5"
    What is that error message? When I tried typing cvadmin to the main controller, it only gave me this message:
    Main Controller:
    File System Services (* indicates service is in control of FS)
    1>*XSAN[0] located on 10.0.0.101:49930 (pid 317)
    Select FSM "XSAN"
    When I type the same cvadmin to the backup controller, it gave me this message:
    Backup Controller:
    File System Service (* indicates service is in control of FS)
    1> XSAN[1] located on 10.0.0.102:50384 (pid 331)
    No FSSs are active
    Select FSM "none"
    What is happening? both servers are having a DNS name. Before I created the SAN, from the authenticate window, the server name is just the IP address of the Ethernet 0 (first ethernet port). Now whenever I fire up Xsan Admin, both controllers are now offline and if you authenticate them, the server name info suddenly changed from IP address to a DNS Name (e.g. from 194.170.34.12, changed to hct-mdc.ad.hct.ac.ae) which even if I type my admin username and password cannot authenticate saying "server not found in network"
    I really don't know now what to do and they need to fix the issue asap.
    I would really appreciate your help guys!
    Thanks.
    jantoniophi

    Hi,
    I am accessing this WS via ARD, so public LAN is definitely there. I have not connected the "Xsan" network (but it should be no problems communicating the Xsan traffic over this single LAN connection).
    With the firewall, the situation is more strange. When I try to open the Firewall settings on Sharing, there is a dialog "Other firewall software is running on this computer." I googled this and it seems that this was a common problem on 10.3. They suggest to delete com.apple.sharing.firewall.plist file but it is not there on 10.4.
    "sudo ipfw list" shows this:
    00001 allow udp from any 626 to any dst-port 626
    65535 allow ip from any to any
    Any ideas on how to make Firewall behave as expected? I will try to reinstall if I don't receive a reply.
    Thanks.

  • [SOLVED] Truecrypt mounts vfat volume as read only

    Hey there...
    After the recent upgrade to linux 3.0.6-2  truecrypt mounts VFAT volumes as read-only. The file that I usually mount is in a USB which is formated as NTFS (I can copy and delete files from the USB). I think is a problem with the vfat filesystem but I'm not sure.
    Any help?
    Best
    Last edited by mmf1902 (2011-10-11 03:17:31)

    I apologize because of this post... The problem was in the file (something was wrong with the container)... so the solution was to do a new volume and copy all the files to the new file.
    Best,

  • File sharing wont mount all volumes

    Hello,
    I've been going crazy trying to figure this one out. I'm trying to share my Mac Pro files and have enabled file sharing from the networking system preferences, up until a month ago this was working fine. Now whenever I connect to my Mac pro as admin from my Macbook pro I only get my home folder and public folder to mount, the volumes on my mac pro wont show up on any computer I connect with. It was working fine for years and then one day just stopped. As a test, I just tried connecting to my Macbook pro from my Mac Pro and it lists all the volumes on my computer, So I don't think its my router or anything, but nothing has changed anyway. Any help would be great, thanks!
    Message was edited by: teeck2000

    I'm having the same problem. I tried your suggestion and it worked on one of my two external usb drives but I'm still having problems on my other external.
    It shows up on the shared list but when I click on it I get the message: The operation cannot be completed because the original item for "NamedDisk" cannot be found.
    I've tried deleting all my network preferences, plist files etc. and running disk warrior on the nameddisk to no avail.
    This problem just started a few days ago. Not sure what could have changed. I've had 10.5.7 running on this computer for a few weeks. I get the same error from any computer on my network trying to access this disk.

  • Terminal syntax to mount/unmount volumes

    I have four 1TB disks in my Mac Pro.  I usually eject volumes not needed to reduce wear.  But I occasionally wish to bring a disk back online, briefly, to grab or look at something; The only way, currently, know how to bring them back on line is a reboot.  But I know there is a way to mount it from the terminal - just need to know which device and syntax.
    FYI,
    1) Snow Leopard (ejected)
    2) Lion               (ejected)
    3) Mountain Lion (spinning)
    4) Time Machine (spinning)

    oops! correction!
    diskutil mount <volume name>

  • Auto-mounting AFS volumes

    I've read there are two 'ways' of doing it, 'dynamically', and 'statically'. Which way do I want to do it, the following, and how do I do it, exacly?
    I've got GNU Linux servers tarfu, snafu and fubar. Each server is sharing at least 1 volume via netatalk. I have had to mount these volumes after I login since I set up the system about a year ago. I noticed that the "connect at startup" (or whatever it was called) checkbox present from OS ~ through OS 9 was missing, and figured, "oh well. I'll live without it", well, Now I am done living without it.
    I want to mount shares at a) boot time or b) login time.
    How?
    I have scoured google for decent instructions, but all I came up with was this: http://www.bombich.com/mactips/automount.html
    Not very helpful. There are no Auth options, which I require, and the instructions just aren't written very well.
    Does anyone have any instructions, a blow-by-blow document telling me just how to do what I want to do?

    What about applescript ??
    I set up an applescript for a client yesterday, that i made into an application... which i told to load on login... would that help ??
    My script is below (you'll need to copy into 'Script Editor') and save as an application after cutomising it:
    COPY FROM HERE:
    tell application "Finder"
    if (exists disk "sharename") then
    set volumemounted to true
    display dialog "'sharename' is already mounted on the Desktop" buttons {"OK"}
    if volumemounted = "true" then
    quit
    end if
    else
    try
    mount volume ("afp://username:[email protected]/sharename")
    display dialog "'sharename' was mounted on your desktop." & return & return & "Happy Sharing!" buttons {"OK"}
    on error
    display dialog "There was an error mounting the 'sharename' Disk. Check the disk is connected to its computer and turned on." buttons {"OK"}
    end try
    set volumemounted to true
    end if
    end tell
    COPY TO HERE
    You'll need to customise the parts in bold...
    Ask if you need further clarification...
    Cheers.
    Macbook 17" Duo2   Mac OS X (10.4.8)  

  • When I try to print my book I receive the following error message:  One or more of the images in your book are not presently available at full resolution. Please reconnect to these files by mounting the volume(s) containing the original images.

    When I try to print my book, I receive the following error message:  One or more of the images in your book are not presently available at full resolution. Please reconnect to these files by mounting the volume(s) containing the original images.  I don't understand what this means since all the photos are in the book.  Can someone please clarify?

    When you look at the images in the browser, do you see any arrow icons on your thumbnails? Like these:
    When you import your images from a folder on your system drive, you have two ways to import:
    Managed: Import and store the images in the library
    Or referenced: Leave the images in the folder outside the Aperture library.
    This is controlled by the "Store Files" settings in the Import panel:
    If you did not set "Store files" to "In the Aperture Library", the originals will stay in the folder outside.
    The error message you get, suggests that Aperture assumes the original files are in a folder outside the library.
    Select one of your images in the Browser and use the command "File > Show in Finder" - is this command available or dimmed out?

  • Mounting Server Volumes Via Startup Items

    I'm going crazy here trying to figure out what's going on with my wireless AirPort network!!!
    While trying to set up the first G4 iBook (10.4.2) from an Apple wireless cart I've discovered that I can't get a server volume to automatically mount at startup. I'm connecting to an AirPort Extreme base station. The iBook has no problem detecting and connecting to the base station and allowing an Internet connection and you can manually connect to a file server. But if I add a server volume to the Startup Items I can't get it to mount the volume at startup.
    Here's some stuff I've done to try to isolate the problem but nothing seems to point to a solution:
    - If I connect via Ethernet, it works everytime - so the issue is definately AirPort related.
    - Since I have 3 other independent AirPort networks (Extreme & Dual Ethernet) I tried connecting to them - no help.
    - After startup is finished I can connect manually (Go/Connect to Server).
    - Here's a real stumper... If I log out (not a reboot) & log back in - the volumes mount!!!
    - Up until now I had my personal eMac (10.3.9) connecting and mounting the same volumes via one of my previously mentioned AirPort networks with no problems. In trying to solve this problem I cleared out my Startup Items, Keychains, etc. - now I can't get it to work either.
    - I tried setting a new user in case it was some fouled up user setting - no help.
    - I've cleared out and set up Keychains & Startup Items numerous times - no help.
    - I disabled security - no help.
    So in my opinion I've ruled out the following by process of elimination:
    - System hardware - problem exists with eMac & iBook
    - OS - problem exists with 10.3.9 & 10.4.2
    - Base station - problem exists across differing base stations (Extreme & Dual Ethernet) & differing networks
    - Users - problem exists with new user
    - Security - problem exists with security disabled
    Here's the one thing that seems evident....
    The connection to any Airport network takes a momentary delay during startup - enough to cause to Startup Items (server volumes) not to mount. Since I can connect to the server manually shows that the AirPort connection is good. Logging out & then back in uses an AirPort connection that is already established and then will mount the Startup Items (server volumes).
    I've seen some Internet posts that suggest using scripts to somehow delay certain Startup Items from executing until an AirPort connection is established - I would rather avoid that mess. There's got to be a better solution! This seems to me like a very basic function that shouldn't take scripts or other such voodoo!
    I'm all out of ideas.....
    Dave

    Hi Dave,
    I recently had the same problem. I think a recent update messed up the way I was using applescript to mount drives. I would get messages while the script ran that would indicate things timing out while looking for drives. After reading through a lot of forums I found that this script worked for me:
    tell application "Finder"
         mount volume "afp://user:[email protected]/VolumeName"
    end tell
    This is for mounting a Mac server volume. I think you use smb:// for a win server.
    Let me know if this works for you.
    Herb

Maybe you are looking for

  • My phone wont sync to my computer it says mobile account isn't active?

    i have a new computer ,windows 7 and my iphone wont sync with itunes. It says mobile device is not active? help please.

  • ALV heirarchy display limitation on screen

    I am not able to view the entire hierarchy report for option Print Preview of Entire Hierarchy. I tried with using option System - List  - Unicode Display - Maximum Output Length. But system is giving error Screen is too small.

  • Calling PASCAL library

    Hi, I seems to can't access to this library file, anyone can help me with this? I'm a Labview user, I try to use the call library vi but the list of functions just don't come out. SL Ong Websuite Solutions Attachments: IBS_PD.zip ‏13 KB

  • Alert Volume goes to Zero

    Since the Yosemite upgrade, overtime I start up, the volume in the menu bar is zero, despite being set to full volume in system preferences. The mute button is not checked, so that is not the problem. I have to manually reset the volume in the menu b

  • How to share a movie through iTunes

    I have a movie in iTunes on my iMac. How can I share it with my ipad air? When I'm not home