Moving Home folders onto external HDD, what's the right way to do it?

At the moment I have my network accounts on the Server's boot disk, but I want to move them onto an external disk.
I was thinking I should rsync the Users folder with the external, but do I then have to edit each account in Workgroup Manager to point to the external Home folders?
I don't have many accounts so I don't mind doing it that way, or maybe there is an easier way? I want to get this right before I start, hence why I'm asking for help.
Thanks in advance.

What follows assumes that you have a proper OD setup and are able to copy the users' home folders with permissions intact to the new home directory path. Please note that I haven't done this in a while, so proceed with caution.
1. Create your new home folder root on your external drive.
2. In Server Admin:File Sharing, set the new folder a a share point.
3. In "Share Point," check "Enable Automount" and click the "Edit" button.
4. Set the protocol to AFP and click "Use for: User home folders and group folders," and click ok (diradmin pw will likely be needed).
5. Optionally, click "Enable Spotlight Searching."
6. I think AFP guest access may be required in "Protocol Options."
7. Copy your users' folders to the new path (with your preferred mechanism. cp -p might work too).
At this point, the new path should be visible in Workgroup Manager in the "Home" tab. You should be able to select multiple users from the list and apply the new path simultaneously. However, I suggest testing this on one account first - preferable not your CEO's.
Regards,
Lyle Millander

Similar Messages

  • What's the right way to delete an entire backup ?

    I've had two Macs doing wireless Time Machine backups to one Time Capsule.
    Question: I got rid of one Mac, and want to delete its backup entirely (but leave the other computer's backups untouched). What's the right way to do it?

    Bob Timmons wrote:
    Jespes, welcome to the discussions!
    Open your hard drive. Your Time Capsule icon should appear under the SHARED heading.
    Click on the Time Capsule and a folder will appear to the right.
    Double click the folder and you should see a xxxxxx.sparsebundle file for each computer that has been backing up.
    Click on the xxxxx.sparsebundle file that you want to delete to highlight it and then click the gear shaped icon just above. Select Move to Trash. (Do not drag the file to the Trash as this will not work).
    Be careful, as the file will be deleted instantly and you will not be able to retrieve it.
    many thanks!

  • What is the right way to move a directory to another drive?

    When I move a directory to another location using drag and drop in the Elements 11 Organizer folder tree most, if not all, of the images become unlinked. What is the right way to move a directory and have the image paths updated in the Organizer database? Thanks.

    Bazsl wrote:
    When I move a directory to another location using drag and drop in the Elements 11 Organizer folder tree most, if not all, of the images become unlinked. What is the right way to move a directory and have the image paths updated in the Organizer database? Thanks.
    That's something I just did successfully one hour ago...
    I suppose your are in the 'folder' view with full folder tree, not in the 'My folder' view which only shows the lower subfolder level recorded in the database.
    Do you try to move a folder with its subfolders ?

  • What's the right way to add a swipe handler to a DataGrid?

    H All:
    What’s the right way to add a swipe handler to a DataGrid?
    (Target = Android, AIR using Flash IDE)
    Adding a handler to the DataGrid works; but (as expected) it only works on  the datagrid itself. Like if you swipe on the background before rows are fully  added. Adding columns over the datagrid, prevents the datagrids’ swipe handler  from firing.
    Trying to add a swipe hander to the columns themselves, results in the  below error.
    //  Below code fails with
    //  1061: Call to a possibly undefined method addEventListener through a reference with static type
    //   fl.controls.dataGridClasses:DataGridColumn.  So ... DataGridColumn doesn’t support addEventListener...
    There must be a better way(?).
    Thanks
                import fl.controls.DataGrid;
                import fl.controls.dataGridClasses.DataGridColumn;
               // Works, but only on the grid itself; as when the rows do not  fill the space tor the datagrid.
                myDataGrid.addEventListener  (TransformGestureEvent.GESTURE_SWIPE, swipeGridHandler);
                var c1:DataGridColumn = new DataGridColumn("Notes"); 
                c1.width = 90;
                c1.cellRenderer = CenterAlignCell;
                c1.addEventListener (TransformGestureEvent.GESTURE_SWIPE,  swipeGridHandler);

    Adobe list of properties and methods:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/controls/dataGridCla sses/DataGridColumn.html

  • What is the right  way to display a table in Java web dynpro using a node.

    Hi experts,
      I am trying to show a node of cardinality 0...n as a table in an adobe form in Java web dynpro. But its not showing it properly. Can anybody please tell me what is the right way to display a table on adobe form using a node of cardinality 0...n or 1...n in Java Webdynpro.  In ABAP webdynpro, we can drag and drop a node of cardianlity 0...n or 1...n to  show as a table and it works fine. Is the same possible in Java webdynpro also. Please help.
    Thanks and Regards.
    Vaibhav Tiwari.

    Please refer to my post.. you will get the answer
    Dynamic Table -  same data repeating in all rows
    Special care should be taken in designing the context for table attribute.
    The attribute type singletone also plays a important role. I have this doubt from the beginning when you have reported this problem for the first time but finally you marked it as solved so i thought there might be some other issues but again when you reported that again i did some analysis.
    Now coming to final solution :
    For designing a table in adobe interactive form you have consider following
    You have to design the view context upto three level, I am explaining you the properties
    PDFDataSource (Parent Level1) - Cardinality 1:1 - Signetone -True - This is assigned to datasource
    TableList (Parent Level2) - Cardinality (1:1) - Signetone -True
    TableWrapper(Parent Level3) - Cardinality (0:n) - Signetone -True
    TableData (Parent Level4) - Cardinality (0:1) - Signetone - false (This is the main point)
    Then under TableData value node, you have to put all your table attributes.
    This Value Node name can be anything but hierarchy should be same as I have mentioned above.
    Please try out these steps and get back to me if you have any doubt.

  • What is the right way to connect the adapter to my macbook when charging?

    what is the right way to connect the adapter to my macbook when charging.
    is it connect the magsafe connector first before plugging the adapter to the outlet? or the way around? or both ways will do?
    what if i'm using a surge protection with a on/off button, can I just turn the surge protector extension on and off without disconnecting the magsafe connector and adapter plug from my laptop when i'm not using it?
    thank you very much

    If there is any arcing it may be because the adapter is dirty. It is best to plug in the wall wart then attach the magsafe to the MacBook. As GfulDedFan mentioned this reduces the chance of power surging the MacBook. I have done mine this way since he day I bought it and have never had an arc. I keep it clean to reduce the chance of this happening. The following will help in the care of your supply.
    Apple: Use and cleaning of MagSafe power connector

  • What is the right way to handle events?

    What is the right way to handle events? If I start doing stuff in the AWT event thread (particulaly things that create their own events) should I be starting a new thread?
    A link to a good book or reference source will do
    thanks in advance

    http://java.sun.com/docs/books/tutorial/uiswing/events/

  • What's the right way to move "all but boot drive"?

    I'm setting up a new Mac Pro with a four-drive RAID-10 set, using an Areca 1680LP RAID controller. Areca doesn't yet have 64-bit EFI support, so I'll need to continue booting off the internal drive for now.
    What can - and what can't - I move, and what's the best way to mount it? I know that Leopard now uses autofs, but I've also seen posts suggesting that it doesn't always "just work".
    Most posts on the topic seem to be about moving the home directory, or mounting network drives. I want to keep everything on the RAID drives, except for what's actually required for EFI to load the kernel.
    OS X doesn't have a separate /boot partition, so: what goes where?

    Sophie:
    Welcome to the Apple Discussions. You're only hope to recover the library as it once was is to: 1 - if you have a backup copy of your iPhoto Library or 2 - you can put everything back exactly the way it was in the Finder.
    Otherwise you'll have to start over with a new library and import the Originals folder from your current library as follows:
    Creating a new library while preserving the Events from the original library.
    Move the existing library folder to the desktop.
    Open the library package like this.
    Launch iPhoto and, when asked, select the option to create a new library.
    Drag the Originals folder from the iPhoto Library on the desktop into the open iPhoto window.
    This will create a new library with the same Events as the original library if you have the Finder checkbox unchecked in the Events preference pane.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • What is the right way to set the physical path of a folder?

    I want to upload .PDF files using an Upload form on a JSP page which is located on the App Server. The .PDF files will be uploaded into the Web Server. The App Server and Web Server are on separate machines. My JSP page contains the path (eg: /apps/Server4/docs/Upload/) that should point to the physical folder on the Web Server. My problem is that I get an error stating that the folder cannot be found as the path was invalid. My question is, when I have this sort of setup, what is the right form of the physical path? Can you give me an example of a path that points from the App Server to the Web Server which sits on another machine. OR should I just install the Web Server in the same machine as
    the App Server? I was developing on a setup where both the Apps and Web Server was on the same machine
    and I didn't have this 'path problem'. The problem arise when the application was deployed onto our staging server. Why do I want to upload it onto the Web Server? This is because I need to view the .PDF files using Acrobat Reader straight from the server without downloading the .PDF file. I found out I couldn't do this if the .PDF files were uploaded into a folder which sits in the App Server.

    Well the problem is, as you have found out, is that the JVM is executing on the appserver which may or may not have access to the webserver. There no way (within your existing application) that you can tell the webserver to save the file, since the webserver isn't executing any code.
    So you have several options:
    1. You can have the application server and webserver run on the same physical machine. This obviously gives the application server access to the physical directory structure of the webserver. (Assuming that you set permissions correctly.) The disadvantage is that there are many architectural advantages (including security) that you would want to separate your webserver and appserver.
    2. You can NFS mount the webserver directory on the appsever box. This allows you to treat the webserver directory as if it was local. The downside to this is that you will have additional security concerns. (Exposing the webserver via NFS, firewall issues between the two servers etc.)
    3. Fix the MIME problem occuring when you serve PDF's from the appserver. You might have to write your own PDF serving servlet to do this.

  • What's the right way to organize podcasts?

    I have a question about the best way to keep podcasts. What I do is download podcasts from a few sources. I put them into a playlist (so that they go one after the other and don't require me to press buttons when one ends, which is what happens if I listen to the podcast category directly). I sync them to my iPod and listen on airplane trips. Now, most of them I want to delete, but say every 5th one is one I'd like to keep. So when I get back, I have to remember which one is which and delete them from iTunes. Question one: any way to mark them for deletion from the iPod itself (so that I won't have to remember which out of 50 were the good ones?).
    Further, how do I keep them? I want the good ones I've already listened to in one place (e.g., playlist "archived podcasts") and new ones that get downloaded which I haven't listened to in another place (e.g., playlist "airplane content"). I imagine I'm not the only one, so how are people doing this - what's the best way to keep an up-to-date playlist of only the new podcasts, and store the listened-to ones elsewhere?
    thanks in advance,
    Mike

    Adobe list of properties and methods:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/controls/dataGridCla sses/DataGridColumn.html

  • What's the right way to run a consolidation in HFM from FDM?

    New to FDM. Things are working ok, but wondering what's the best way to run a consolidation in HFM after loading.

    You need to create a validation entity.
    On the validation entity, make sure you click the Consolidate check box. Then in integration settings, click Enable Consolidation. You need to also turn on the Force Calculate option. If this is a multicurrency app and you want translation to run, also enable the Force Translate option of the adaptor.

  • What is the right way to change the active JInternalFrame for and MDI app?

    I am working on my own implementation of the window menu. The action that is triggered when a customer chooses a window to activate from the list in the menu is not behaving as I expected. The code I wrote (below) switches frames correctly but the caption bar never gets updated and if you restore a frame from an icon the frame is not correctly activated, there is even a restore button which if you push fixes things up and the frame then behaves normally     if (frameToActivate.isIcon ())  {
              //  Restore from icon
              desktopPane().getDesktopManager().deiconifyFrame (frameToActivate);
         desktopPane().getDesktopManager().activateFrame (frameToActivate);
         desktopPane().setSelectedFrame (frameToActivate);I did a search of the web and found a tip on JavaWorld (http://www.javaworld.com/javaworld/jw-05-2001/jw-0525-mdi.html) which led me to try doing this from a different angle - the JInternalFrame's point of view. This code works     try {
              if (frameToActivate.isIcon ())  {
                   //  Restore from icon
                   frameToActivate.setIcon (false);
              frameToActivate.moveToFront();
              frameToActivate.setSelected (true);
         } catch (PropertyVetoException error) {
              error.printStackTrace();
         }My question is why does the desktop based approach not work? If methods exist that appear to let you restore and switch between frames why are the ineffective? Am I missing something obvious that I should be doing?
    If using the JInternalFrame methods is the right way to go then I will It just seems like if the DesktopManager has methods that advertise that is supports managing the active frame then they should work. Before I ignore them I want to check with you to see if there is a right way to use them.
    Ian

    So, this is another batch of duke dollars I cannot assign - since I solved my own problem:-)
    I had an epiphany and tried setting break points to see what code was executed when you click on an inactive frame. From that I determined that DefaultDesktopManager.activateFrame, as implemented, does not activate the frame but acknowledges the activation of a frame and does a small amount of bookeeping work for the DesktopManager. So, the solution is the code I wrote to switch focus using the JInternalFrame's methods. Since I did not want to have to write those nine lines of code in the couple of places I want to programmatically switch the active frame I added a get/setActiveFrame method to my JDesktopPane derivative. In case others face this problem here is the code (warning I have not yet setup building the JavaDocs for this project so I cannot vouch for the validity of the JavaDoc, but the code does work):/**
    * Bring frameToActivate to the front (restoring from icon if neccessary) and make it the
    * selected frame.  This method does all the things required to switch the active frame for
    * an MDI application unlike: @link JDesktopPane.setSelectedFrame, which does not change the
    * focus; @link javax.swing.DefaultDesktopManager.activateFrame which does not correctly
    * handle iconified frames or switch the focus properly; and
    * @link javax.swing.JInternalFramesetSelected which also does not handle iconified frames.
    * @param frameToActivate the frame to bring to the front and become the active window
    * @throws IllegalArgumentException
    public void setActiveFrame (JInternalFrame frameToActivate) throws IllegalArgumentException  {
        if (frameToActivate == null)
            throw new IllegalArgumentException ("setActiveFrame a frame must be passed a non null valie.");
        try {
            if (frameToActivate.isIcon ())  {
                //  Restore from icon
                frameToActivate.setIcon (false);
            frameToActivate.moveToFront();
            frameToActivate.setSelected (true);
        } catch (PropertyVetoException error) {
    * This method returns the currently active frame.  This method returns the same frame
    * as <code>getSelectedFrame</code> and is provided for symetry for <code>setActiveFrame</code>. 
    * @return the currently active frame
    * @see LDesktopPane.setActiveFrame
    * @see javax.swing.JDesktopPane.getSelectedFrame
    public JInternalFrame getActiveFrame ()  {
        return getSelectedFrame ();
    }IL

  • Deathly afraid of upgrading...what's the right way?

    So I am an iPod nano (1st generation) and 4G 20G Ipod user. I've been using iTunes 4 ever since iTunes 5 nearly devoured my Thinkpad. However, I've recently discovered that I can no longer purchase music on iTunes....so I am CONSIDERING upgrading to iTunes 7.02. My questions are:
    1) Should I upgrade??
    2) What is the SAFEST way to do so? i.e. do I need to uninstall this, that etc to ensure a smooth transition?
    I'd appreciate any feedback from other PC users (your pain makes me wince as I read thru the forums!) and the MAC expertos!

    Hi Drew267
    Like you I was scared of upgrading after reading the posts relating to the iTunes7 upgrade. However, I had read enough to put together my own "best practice" and I successfully upgraded to 7 from 6 without any problems whatsoever.
    Think about it for a moment - how many ipods are out there? Only the users with problems come here.
    So, my advice:
    a) back up all your music to a removable drive - real cheap these days and easy to do. Search the forums for how
    b) download iTunes 7 to your pc - DO NOT install online
    c) temporarily disable antivirus/antispy programmes
    d) run the install
    e) reboot
    My guess is you will be fine. Don't forget, your back up copy of your music is your insurance. If all else fails and you end up trashing your HD and you have to reformat all your precious music is still there to be reinstalled.
    Believe me I have been in your place and in the past been at the "throwing the pc put of the window" stage, but as my 15 year old keeps telling me very calmly "dad, its only a computer"!
    Good luck - strength and honour! Post back to let me know how you got on.
    Local retailer custom built pc. Pentium 4 chip 2.4GHz   Windows XP   SP2 20Gb iPod

  • What's the right way to move folders into a new library ?

    I'm going to transfer my photos from PC to iMac using USB flash drive. I organized all the folders with files on the PC's desktop, some by year, others by themes.
    I'll transfer folder by folder.
    With each transfer I'll go to iPhoto and will create a NEW Library and then "import" this folder ?
    Is that a correct procedure ?
    If not, please what are the steps ?
    Here is from Apple's support page, and it's confusing:
    Do not copy or move pictures directly into the iPhoto Library folder as they will not appear as an option in iPhoto when attempting to import.<<<<</div>
    What does it mean ?
    FROM APPLE:
    =======
    Notes on importing from other sources
    ========================
    Each imported item, whether a single photo or an entire disk will appear as a separate film roll. Command-clicking on multiple items during an import will result in them all appearing on the same film roll.
    If importing files from a local hard drive, see technical document 61015: "iPhoto: About Importing Pictures From Hard Disk and Available Space"
    Processed photos that are offered for download from an Internet site must first be downloaded to a local drive before they can be imported into iPhoto.
    Do not copy or move pictures directly into the iPhoto Library folder as they will not appear as an option in iPhoto when attempting to import.<</div>
    Thank you very much!

    Sophie:
    Welcome to the Apple Discussions. You're only hope to recover the library as it once was is to: 1 - if you have a backup copy of your iPhoto Library or 2 - you can put everything back exactly the way it was in the Finder.
    Otherwise you'll have to start over with a new library and import the Originals folder from your current library as follows:
    Creating a new library while preserving the Events from the original library.
    Move the existing library folder to the desktop.
    Open the library package like this.
    Launch iPhoto and, when asked, select the option to create a new library.
    Drag the Originals folder from the iPhoto Library on the desktop into the open iPhoto window.
    This will create a new library with the same Events as the original library if you have the Finder checkbox unchecked in the Events preference pane.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • What is the right way to charge a Macbook Pro, 13 inch Retina?

    Hi! So I recently just got the Macbook Pro 13 inch w/ Retina Display (about 3 weeks ago), and the main reason why I got it was because I am taking up Multimedia Arts in college. I do admit that the MBP really is quite pricy, so I want to be able to use this for a long time, up until I graduate and get a job.
    However, I'm a bit confused as to how to properly charge this Macbook. I've read on different posts, all of them contradicting each other. Some say that the Macbook should be plugged in all time, only unplugging it at least once or twice a week. But others say that it's better to unplug it when it's at 100%, and then when it's down to 50%, I should plug it back in. That's what I've been doing: I've been charging the Mac up to 100%, and then I unplug it. Once it reaches 40-50%, I plug it again. But, in just a span of three weeks, I've accumulated 19 charging cycles. Is that too much?
    About a day ago, I tried charging it the other way, which is to plug it in the whole day. And currently, it's been plugged in for about 24 hours now. But, my classes are coming up and I'm planning on bringing my Mac to my classes, which would mean that I would have to unplug it most of the time as well.
    I'm insanely worried about ruining the battery of this thing, because I would like this Macbook Pro to be used on a long-term basis.
    Can anyone please help me out? How do I properly charge this? With simple instructions?
    Any help will be appreciated. Thank you!

    Keep the computer plugged in whenever possible.
    If you keep the computer always plugged in, make sure that twice a month
    run it on battery until battery level drops to about 50-40%.
    Standard Maintenance
    For proper maintenance of a lithium-based battery, it’s important to keep the electrons in it moving occasionally. Apple does not recommend leaving your portable plugged in all the time. An ideal use would be a commuter who uses her notebook on the train, then plugs it in at the office to charge. This keeps the battery juices flowing. If on the other hand, you use a desktop computer at work, and save a notebook for infrequent travel, Apple recommends charging and discharging its battery at least once per month
    http://www.apple.com/batteries/notebooks.html
    All about batteries:
    http://support.apple.com/kb/HT1446

Maybe you are looking for

  • How can i change the default path of installation

    I had creative cloud for a while. Today i changed the default installing folder, from the creative cloud settings/prefferences(can't remember) menu, from C to D. Then i uninstalled all the programs from adobe cs6 to take the new cc programs. When i w

  • Changing ID3 tags

    I'm transferring a mp3 from my Sony recorder to itunes but after I transfer it, it displays 1008443 or something similar. Is there a way before I transfer it to itunes that it can populate the file name in all the ID3 tags such as Artist,Album,etc. T

  • 24" iMac - How many colors?

    The specs. for the 24" iMac display state simply "millions of colors." At the same time the specs. for, for example, a 23" cinema display state very specifically "16.7 million colors" (which I believe would be 24 bit color). So my question is, specif

  • Lightroom 5 Download file faulty

    Downloaded a trial of lightroom two days ago, but it won't work. I have only just bought a Mac so do not understand how it works so looking at the work arounds is useless. If I leave downloading again for a few day is this fault going to be rectified

  • Confusion Does Bad Psu Equal Bad Overclocking

    I have recentley built my first system about a year ago, and its been runnin fine. The power supply in it now came with the case and is pretty weak, its only 430 watts and im pretty sure it has weak rails but it did the job. My query is that I recent