How to: automount network drive at start up?

so i put my netwrok drive to login item under user account control and it automaticelly mount the drive on boot up but it really annoy me when the finder window popping up and showing the drive is mounted everytime it statrt up eventhough I tried selecting the checkbox to "hide".
OS X 10.8.3
is there a way to automount a network drive without popping up in the finder at start up?

Unless the mount is needed before a user logs in, it may mount on demand, depending on what process demands it first. If that doesn't work for you, see below.
Autofs: Automatically Mounting Network File Shares in Mac OS X

Similar Messages

  • How to backup network drive

    Hi, I've got a time capsule on my network, and a network drive on the same network. How can I back up the network drive with time machine? Can that not be done?

    Any one know of any software that allows me to backup my network external to another network external?
    I am running an airport extreme with a usb hub. The printer and two external drives are hooked up to the hub. My 1TB drive is used as the TM or TC drive. I would like TC to back up the Maxtor as well but it doesn't show up on the list of drives to backup. So I am looking for a piece of software or even an automator that backs up my Maxtor (networked) to my 1TB TM drive (networked). I have started to play with CCC but I'm not having much luck.
    Any help would be greatly appreciated.
    Ben

  • How to set network driver promisc in kernel

    Hello.
    I got a problem. In my project, I need to set network driver promisc so that I can catch all the packets to it. I know how to do it in user application. But I need to do that in kernel space. Do someone know how to do that?
    Thanks in advance.
    wazy

    use DLPI messages,
    types
    #define DL_PROMISCON_REQ 0x1f /* Turn on promiscuous mode */
    #define DL_PROMISCOFF_REQ 0x20 /* Turn off promiscuous mode */
    -Ashutosh

  • How to backup network drives ?

    hello. i have a storage connected to my network. when i configure the backup location i cant see the network drives that are connected  to the server that the agent is installed on.  i only see the local drives. how can i backup a directory that
    is located on the network drive ?
    adrian

    Hi,
    Only direct attached block level disks can be backed up.  If the network storage supports iscsi, you can attach it to the Windows server and then you can back it up. 
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • How to mount Network drives on log-on

    Hi
    I'm trying to implement some Macs in a large network.
    We work against file servers, storing all the files we use on the servers.
    There are multiple servers with multiple shared folders in each.
    On the windows work stations, we click "Map network drive", Choose the server and folder and check "Re-connect on startup".
    How can I do this in OSX.
    Here is what I need:
    *On log on the mac should mount each network share, so that it is accessible in finder like any other drive.
    *It needs to have the same drive-letter each time, as applications may need to reference the files.
    *It needs to log on using the current user's username and password (the passwords may change, so no putting them in scripts)
    *Should not pop up one finder window pr. drive when you log on (some "solutions" do this)
    Our servers can act as both smb and windows server.
    I'm sure apple has a great solution for this, and it is probably easy, it's just me comming from windows and could not find it.
    Hope my question was clear and that somebody can help.

    That should work. You could try deleting the passwords in Keychain associated with it and try it again.
    Another route: Create Applescript:
    Select the network drive and get info on it. Copy the server address. Open up Applescript Editor in the Utilities folder and create a new script. Type in mount volume, add space, "paste server address within quotations", and save as application to your documents. Run it from within applescript editor to verify it works. When it asks for a passwork, save it in Keychain.
    Under system preferences/accounts/login items, click the + sign to add and select the saved application.

  • How to mount network drive on boot up

    I'd like to mount a network drive on my OS X v10.6 system during the *boot sequence* so that the drive is available to Time Machine to write its backups there. I can mount the drive manually and know how to add it to an user account's loginn items so that it gets mounted when that user logs in. But I want it always mounted regardless of which user is logged in or even if no user is logged in. That way TM can run whenever it needs to.
    So how can I mount the network drive during boot up?
    The network drive is on a machine running OS X v10.5.
    This related thread was my original question in the Time Machine forum: http://discussions.apple.com/thread.jspa?threadID=2807393&tstart=0
    Message was edited by: NikD

    not sure it will work for you but you could try this:
    if you are comfortable with AppleScript, you could edit this script to suit your situation:
    try
    mount volume "afp://<devicename>.local/<volumename>" as user name "<accountname>" with password "<accountpassword>"
    end try
    this script just places the drive's icon on the desktop.
    save it as an application and add that to the account's login items.
    credit for the script goes to Tesserax.

  • How to access network drive in mac app ?

    Hi All,
    How to get the access to the file system of a networkdrive in mac app ? Let the shared path is
    \\192.168.2.57\JPEG .
    What are the apis use to connect to a networkdrive ?
    I am using Lion OS and the server is a Windows Server running with smb services.
    Please guide me.
    <Email Edited by Host>

    Thanks for your quick response.
    I am using NSTask to execute the script
    _localMountPath = @"/Users/pacs/Documents/Temp";
       NSTask* task = [NSTask new];
        [task setLaunchPath:@"/sbin/mount_smbfs"];
    str = [NSString stringWithFormat:@"//Demo;Administrator:Password@[email protected]/0BF045A8"];
    [task setArguments:[NSArray arrayWithObjects:str,_localMountPath, nil]];
        NSPipe *outputPipe = [NSPipe pipe];
        [task setStandardError:outputPipe];
        [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(mountCompleted:) name:NSFileHandleReadToEndOfFileCompletionNotification object:[outputPipe fileHandleForReading]];
        [[outputPipe fileHandleForReading] readToEndOfFileInBackgroundAndNotify];
    [task launch];
    The problem here is password is having @ symbol inbetween .
    The format is @"//Domain;User:Password@servershaedpath"
    So the compiler is taking the path as "@[email protected]/0BF045A8" and not able to connect.
    How to solve the problem of Passwordhaving "@" symbol inbetween.
    Thanks

  • How do I get a network drive to atach at start up

    I just picked up a LaCie 1 TB NAS drive. It is connected to my router (Linksys 300n) by ethernet cable.
    I can look for a server from any of my three macs and find the drive, and mount it to the desktop.
    My question is, how do I set this up so each computer will mount the drive at start-up (or when waking in the case of iBook)?? I searched the Apple tech articles with no result.

    Hi
    Mount the drive, then go to System Preferences - Accounts, highlight your account, and drag the drive from the desktop into your Login Items list.
    Matt

  • How do I get network drives to show in left panel of media browser

    Okay, I'm new to audition.  When I start Audition's media browser, only the local HDD's are shown.  If I OPEN FILE, I can navigate to find tyhe network drive and Audition will open the file.  Also the network drives show in Windows Explorer.  I searched the FAQs and the help file, but maybe I'm not using the "magic words"  So, how to I get these network drives to appear?
    Windows 7 64 bit home premium
    home built 3.67 gb Intel Quad core, 12 GB RAM, Several local HDDs
    Audition CS6
    Thank you

    I'm not sure this is correct.  I have mapped a NAS to drive "Z" and mapped a drive on my video editing desktop to drive "Y."  These both show up in the left panel of the media browser for Premiere and Photoshop as the share names  "MYDOCS" and "BAAAA,"  as well as in Windows Explorer.  But not in Audition. Only the local drives are shown in Audition's media browser.
    I can open a file in audition by using BROWSE by clicking on "MYDOCS" or "BAAAA" as they appear in the Windows Explorer file dialong and then navigating on those drives to the desired files.
    What am I missing?  Do others have their network drives show in the left panel of Audition's media browser?

  • How to move iTunes from a PC to a MAC when files are in a network drive

    Warning! This is my first experience with a MAC!!!
    All right, I am one of those guys who has been working with PCs since the beginning of times, but my wife finally convinced me to try a MAC. So far, so good (all right, I admit it...I kind of like it...) but I need some help with my Itunes library.
    I had itunes setup in a network drive when using my PC. The Network drive and folder were Z:\Music\iTunes.
    I want to use iTunes with my MAC now. I do not want to change the location of the files in my external drive.
    I have managed to view the external hard drive folders with the MAC. However, the name of the folder is different "WORKGROUP;WD-NETCENTER/music/iTunes" when I look at the folder info.
    What do I need to do to make this work?
    Thanks in advance!
    maf2

    Community for iTunes
    iTunes
    iTunes for Windows
    iOS About iTunes backups
    iTunes Backing up, updating, and restoring iOS so
    Moving iTunes Media folder
    iTunes How to move your music to a new computer
    http://www.apple.com/support/itunes - .../support + product name always a good place to start looking
    Transferring your iTunes Library iLounge
    - this has been a useful tutorial in the past and commonly recommended.

  • How do I use TC as a network drive to trans/store iMovie and iTunes files?

    Can someone please walk me thru how I would have my music and iMovie files stored--not backed up, I got that under control--on my TC? My MacBookPro has less than 200MB of room and I want to be able to use the TC as a network drive (if I'm saying that correctly).
    So I already have iMovie and iTunes saving files on my MacBook. I want to move those files/directories to the TC and, going forward, be able to have my MacBook save/store new iMovie and iTunes files on the TC. That is the main reason I bought this thing but I can't make it work.
    I have looked high and low for this answer before bugging you guys for help but I just can't figure it out. I was able to save a few iMovie files to the TC, but when I try to access them in iMovie, I see the thumbnails but I get a little yellow triangle on each clip and it won't play it.
    Thanks in advance.
    Ed

    once i click on the TC in the finder, it shows one other folder "data" (by default). this appears on my desktop as a drive. do i just start moving files anywhere onto this drive, and TM automatically can read the difference between my manual files and it's backup, or is there specific i need to save the files?

  • How to move music in 3 locations to network drive

    When I recently installed iTunes, I added music to my iTunes from 2 locations - My Music, My eMusic. I have also put music into the iTunes folder. So, my music is located in 3 different locations.
    Now I would like to move everything to a new network drive and keep it all there instead of my laptop. I understand how to move just the iTunes folder and playlists but how do I go about changing the location of all my music and still maintain my library and playlists?
    I appreciate your help!

    It would be much easier if you would accept all your music being in in the iTunes Music folder on the network drive.
    Then you just set the location of the new iTunes Music folder in your preferences and consolidate.
    There is an article on moving iTunes music file this here:
    http://docs.info.apple.com/article.html?artnum=305451
    If you must retain your folder arrangement outside the iTunes Music folder then you can't get all your meta data, but you can get some.
    This involves manually editing iTunes Music Library.xml with WordPad. You can use search and replace to set new path values. It goes without saying that you should work on a copy of the xml file.
    If you look in the xml file you will see that lines starting with:
    <key>Location</key> contain paths. These are what have to be changed.
    I would say that if you can't work how to do this your self, you should not attempt it.
    Once you have all your music files where you want them, you recreate your iTunes Music folder from the edited version of the xml file according to this method:
    http://docs.info.apple.com/article.html?artnum=93313
    I would recommend that you copy your files to the new location leaving everything intact where it is. This means you retain a working set up while you experiment. You can also use the shift key start mechanism to create a new library file to experiment on so you keep the original intact. Or at least make a backup copy of your original library file.
    I should add that it if this fills you with horror and you can accept losing metadata, you just copy your music to the new locations, then with iTunes closed, drag iTunes Library.itl from the iTunes folder to your desktop. Then when you open iTunes an empty library is created. The you just use File>>Add folder to Library... to add your music folders. Also set the new location of the iTunes Music folder in preferences.
    Message was edited by: polydorus

  • How do I get a new replacement computer to recognize my itunes media folder already installed on a home network drive?

    My computer crashed and I have replaced it.  But I haven't been able to get itunes on the new computer to recognize the itunes media folder that holds all my music on a home networked drive.  How do I link them back together?

    Was the library database stored or backed up to the networked drive? If so you can hold down shift as you start iTunes to reconnect to the database, otherwise you'll have to rebuild the library with the content.
    See How to open an alternate iTunes Library file or create a new one.
    For the future see this backup User Tip.
    tt2

  • HT201250 Hello i am using TimeMachine to back-up entire Mac image (data + system) on an usb-local drive. I would like (on top of it) add a specific plan to back up some files on a remote network drive. Does TimeMachine support multiple back-up plans ? How

    Hello i am using TimeMachine to back-up entire Mac image (data + system) on an usb-local drive. I would like (on top of it) add a specific plan to back up some files on a remote network drive. Does TimeMachine support multiple back-up plans ? How ?

    Time Machine is capable of backing up to multiple locations, and can be used to back up to both a local hard drive and a networked drive (provided that that drive is in or connected to a Time Capsule or another Mac that is sharing it over the network). The catch, though, is that you can't specify different things to back up to different destinations. Whatever you exclude from Time Machine backups is excluded from ALL backups, and whatever is included is included on all.
    So, get a large enough drive that you can back up everything you want in all locations, or use something else for maintaining the network backup.
    More information on these topics can be found here:
    How do I set up Time Machine to a shared drive on another Mac?
    How do I set up Time Machine to a Time Capsule or Airport Extreme?
    "Rotating" Time Machine backup disks

  • How to take Auto backup from External Network Drive to Mac pro internal Dri

    Hi,
    I have a External Network Drive (Buffalo 1TB) which i use as a server, now i need to take auto backup from that external drive to the Mac i am working on, which has 2TB Internal hard Disk.
    Please could anyone help me on this.....
    Thanks in advance

    If you are looking to actually integrate what you have on the external one terabyte hard drive with the 2 TB hard drive you're using inside the Mac the best move for you if you want access to that data when using the Mac Pro server is going into utilities click on the top bar where it says go fall that down to the utilities told them that folder quickly once you are there you will see migration assistant click on that you will be asked to type your admin password to that. It will ask you "how do you want to transfer your information" then select from a Time machine backup or other disk when it asks you will be transferring information to your Mac Pro from your 1 Tb backup external hard drive once it's finished eject the drive or reformat it and use it again if your objective was to infect keep compress the data on the external so you have more space but do not have access to it I strongly recommend Carbon Copy Clone 3.3.1 is 100% free and does a fantastic job here is the link http://www.pure-mac.com/downloads/carboncopyclonerdl.html of copying every block to create an exact replica of your source hard drive. If you want something different and don't mind paying SuperDuper! is a great product as well this WebSite will have many options I would stick to carbon copy clone http://www.pure-mac.com/backup.html I also like EMC Retrospect backup and recovery software for the Mac it is a great product but very much on the expensive side for backup utilities although if you need word offers this might be right up your alley.
    I hope I wasn't help,
    Sincerely,
    Thomas

Maybe you are looking for

  • Best resolution for ipod nano movie

    what is the best resolution for a video that is imported into an ipod a nano

  • Error - Expense without tax was found [Message 439-70]

    Hi I am Entering Purchase A/P Invoice base on purchase Delivary Note. I got the above Error. I already set all items in this invoice as excisable item. Please help me on this matter Regds Kishor

  • Analyze command in pl/sql

    Hey guys: I am on 10.2.0.3 How come I can do that: create or replace procedure drop_stats is begin dbms_stats.delete_table_stats('SYS','CDEF$'); end; But can not do that: create or replace procedure drop_stats is begin analyze table sys.cdef$ delete

  • How do I get the iPad to stop inserting commas in a number entered in a field on safari?

    I am filling out a form on Safari. It asks for my bank routing number, which I filled in. Moving on to the next field, I look up to find the iPad has entered commas in this number. It will not allow me to remove them. I turned off Autofill, etc. noth

  • Nokia 5800 "USB Mode with phone off"..

    Hi all... i recently connected my 5800 to my PC with the phone being off.. it found a different piece of new hardware. Any idea what this is for? Nokia 5800 Xpress Music - Please leave Kudos if I helped you! Thanks!!