/etc/auto_home and Lion

Hi there,
at work we support Mac clients autheticating against a RedHat Directory Server. Network users get their home
directories from the LDAP automout maps.
In  them Mac client, running OS X prior to Lion (leopard and snow leopard) I am able to accomplish it by editing: Login Options provide a network Accout server (my Linux LDAP server) and then from the System prederence GUI navigate to Login Options network account server and set 'RFC 2307' for LDAP Mappings.
When propted for Base Suffix I specify:
o=beo.al.gov,dc=beo,dc=al,dc=gov.
The above allows me to authenticate MAC users. They are able to find an automounted home in the MAC when the /etc/auto_master, /etc/auto_home
and /etc/autofs.conf look like this:
% cat /etc/auto_master
         # Automounter master map
         +auto_master            # Use directory service
         /net                    -hosts
         -nobrowse,resvport,nosuid
         /home                   auto_home       -nobrowse,resvport
         /Network/Servers        -fstab
         /-                      -static
% cat /etc/autofs.conf
  [snip]
           # Mount options.
           # A string containing a comma-separated list of mount
           # options
           # that will be applied, by default, to all mounts done by
           # automountd(8).
           # The options for a particular mount can override these
           # options.
           # This controls the same default mount options that the
           # -o option to
           # automountd(8) controls.
           AUTOMOUNTD_MNTOPTS=nosuid,nodev,resvport
           [snip]
and
% cat /etc/auto_home
          # Automounter map for /home
          +auto_home      # Use directory service
           In Mac clients running Lion 10.7.3 I tried the above changes but my users don't find their home when they login.  In addition to the modification of /et
c/autofs.conf and /etc/auto_master in order for my user to see their home directories I have also to add a complete list of all the mount points in the mac-lion's: /et
c/auto_home like this:
         # Automounter map for /home
         +auto_home      # Use directory service
         [snip]
         db25_hera_public
         hera:/export/db25/hera_public
         db25_user_office
         hera:/export/db25/user_office
         Public                          odysseynfs:/Public
         Public2                         odysseynfs:/Public2
         ajax                           users.xr:/export/ajax
         zeus
         zeus.as4.al.gov:/export/zeus
         zeus4
         zeus.as4.al.gov:/export/zeus4
         ogmgr                          ulisses:/ogmgr
         achilles
         achillesnfs48:/export/achilles
         .etc...
         [snip]
It appears thus that the automounter behaves differently in Lion  compared to snow-leopard or ealier versions of the Mac OS X.  How do I make it behave more  like snow-leopard so that I don' have to carry around the above /etc/auto_home large file when I upgrade my mac clients? 
thanks in advance for your help!   __ giampiero

Hi Felbit,
I searched in the discussions about /etc/auto_home and Lion but came out empty
A friend opened a call with Apple about this same issue but got no reply...
I think that we are on the 'bleading-edge' here.
I though that my solution would help
i.e.
1) Login Options:  specify Your  Network Account server (I have a Linux LDAP server) from the System preference GUI
then: navigate to Login Options network account server and set 'RFC 2307' for LDAP Mappings.
When prompted for Base Suffix I specify:
o=beo.al.gov,dc=beo,dc=al,dc=gov.
2) edit /etc/auto_master to read:
         # Automounter master map
         +auto_master            # Use directory service
         /net                    -hosts
         -nobrowse,resvport,nosuid
         /home                   auto_home       -nobrowse,resvport
         /Network/Servers        -fstab
         /-                      -static
  and /etc/
autofs.conf
  [snip]
           # Mount options.
           # A string containing a comma-separated list of mount
           # options
           # that will be applied, by default, to all mounts done by
           # automountd(8).
           # The options for a particular mount can override these
           # options.
           # This controls the same default mount options that the
           # -o option to
           # automountd(8) controls.
           AUTOMOUNTD_MNTOPTS=nosuid,nodev,resvport
           [snip]
3) append all the mounts you need in your /etc/auto_home file:
like this:
         # Automounter map for /home
         +auto_home      # Use directory service
         db25_hera_public
         hera:/export/db25/hera_public
         db25_user_office
         hera:/export/db25/user_office
         Public                          odysseynfs:/Public
         Public2                         odysseynfs:/Public2
         ajax                           users.xr:/export/ajax
(...) etc..
is the above not working from you?
It should work for Lion and it works also on leopard and snow leopard as well.
Is step 3  giving you problems?
Did you also try mounting manually your filesystem like this:
sudo mount achillesnfs48:/export/achilles /mnt

Similar Messages

  • How to disable auto_home and individual datasets on Solaris 11 11/11

    Good morning,
    There's a lot of changes in Solaris 11 that I like, but two of the ones I dislike, I just can't seem to get rid of them.
    I'd like to disable auto_home, permanently. I don't want users' home directories to be mapped on /home .
    I've read that all I needed was to remove all mentions of home in /etc/auto_home and/or /etc/auto_master (can't recall which one of the 2 files as I removed all mentions, 'f course...) .
    Once done, I read I simply needed to run automount once (automount -v) .
    No go. The next user I've created was mapped in /etc/auto_home, and /etc/password modified accordingly.
    Moreover, each new account is created as its own individual ZFS dataset. I understand the advantages of this, as each user can create his own snapshots, etc. But I don't need that, and I certainly won't need a zfs list output that scrolls on many pages !
    How can I disable this ? I just tested it, 2 seconds ago :
    [08:43:10|jfg@oslo:/opt] sudo useradd -u 9999 -c 'TEST' -d /export/home/TEST -m -s /bin/bash test
    80 blocks
    [08:45:59|jfg@oslo:/opt] grep TEST /etc/passwd ; grep TEST /etc/auto_* ; zfs list | grep TEST
    test:x:9999:10:TEST:/home/test:/bin/bash
    /etc/auto_home:test localhost:/export/home/TEST
    rpool/homes/oslo/test 35K 21.1G 35K /export/home/TEST
    <EDIT> : forgot to mention, I destroyed the original dataset for the home directories, rpool/export/home, and created a new one, rpool/homes/zoneName/ as multiple zones accounts will be "hosted" in this dataset.
    Thanks for helping,
    Regards,
    -- Jeff
    Edited by: user5989503 on Jan 10, 2012 8:54 AM

    Thanks Alan,
    I remember awhile back reading about this on OpenSolaris, but it just came back to mind as you mentioned it.
    Still, other than svcadm disable autofs, I can't see how to disable only auto_home.
    And I'm still stuck with my individual zfs datasets that I hate hoooo so much ! :-)
    Thanks,
    -- Jeff

  • External hard drive Snow Leopard and Lion compatibility?

    I am going to install Snow Leopard on my Mac (so I can then purchase Lion and install THAT into my Mac) but it only has 975 mb of memory left. So, I've decided that I need to purchase an external hard drive so that I can transfer some videos, songs, etc. to create more space on my Mac. My question is, what external hard drive will be compatible with Snow Leopard and Lion? I was going to purchase a Western Digital external but I've heard many problems of it being incompatible with Lion. What's a reliable and compatible brand that I could purchase? I'm looking for an external hard drive that hold at least 500 gb.

    I think your analysis is kind of harsh, kurt.
    'garbage'? really?
    Sure, some familiar paradigms have changed, and change brings pain - or at least, unfamiliarity - but that doesn't necessarily mean they're bad.
    Of all the changes you mention three things that you consider abominations...
    UI changes more in line with iOS. Sure, and this is bad because...?
    It's clear that Apple see the iOS as the future, and it makes sense to unify the experience - at least where it makes sense. You don't actually mention which elements you consider bad, BTW.
    The scrolling seems to be the one most often cited, but to me it makes way more sense to manipulate the document directly, rather than manipulate a scroll bar that works inversely. I'm not sure what other UI elements you're concerned about.
    As for the Save As... issue, the change to Duplicate makes a lot of sense when you understand the concept of automatic file saving and versioning. There's never a need to 'save as' in order to create a point-in-time backup since you automatically get point-in-time backups just by using the OS. The only reason it makes sense to to force a branch and for that, 'duplicate' makes sense. If it bothers you, just read 'duplicate' as 'save as'.
    The big break here is that versioning requires application support - the developer needs to add it to their app code - and that creates inconsistencies in the short term because not all apps support versioning. That will fix in time as developers release updates to their apps.
    As for bugs, the current release is 10.7.2, so that's two revisions past the original. Any major release (of any applications, not just an OS) is going to have some number of issues and some people avoid any .0 release just for that reason. I think the concensus is that by the time you get to .2 most of the issues have been resolved. Can you point to any bug in 10.7.2 that directly affects you and your use of the OS? or are you basing your statements on outdated material?
    In short, every major OS release, from every OS vendor has some number of changes that confuse and upset users, and some number of short-term pain while application developers and users get up to speed. Lion is no different in that respect, and if you look back in history you'll see the exact same sentiment for Snow Leopard's release, and Leopard's, and Tiger's, and..., and..., and...
    To call it garbage, though? I think not.

  • "Save As..." still working in Pages and Lion

    Well, I'm not sure if this has been debated yet but what I find out is that the old function that we got so comfortable with in Pages, Numbers and Keynote still works after a full install of the OSX Lion.
    If you do a fresh install of OSX Lion on an empty Hard Drive and then get the iWork CD and do a fresh install the old "Save As.." still works. What you got to avoid doing is don't update the iWork. Deactivate the warning about the update and continue to use the iWork pre Lion. All the Versions, Duplicate, Full Screen, Resume, Auto Save ... etc from the Lion and iWork Update 6-Version 9.1 features are not there. So we continue to work like before. No problem. There is nothing spectacular in the new update of iWork that we need. Stay with the old one and you can still have the "Save As..." and still enjoy the Lion.
    RF,

    Eventually, people are going to want an upgrade. 
    Saving in Lion is sooo poorly implemented, I can't begin to express how frustrating it is. 
    Here's a simple example from using TextEdit, but it's just as bad in Pages and all the other apps.  Consider this:
    I open file named database.xml file and edit it with TextEdit.  Previously, all I would have to do was hit Cmd-S or go to the File menu and click "Save".  Done.  That's it. 
    Now, my save options are:
    Close
    Save a Version… 
    Duplicate 
    Export as PDF…
    Revert to Saved
    "Save a Version..." creates a new file in the original file location named database.txt  -- not what I want to do.  
    Duplicate creates a new copy and now gives me the new option of "Save…" which still wants to save a text file and will force me to go through a warning dialogue to save over the original document - which I just wanted to save in the first place.
    To add insult to injury, if I opened the file by browsing to it, the finder is pointed to the right location.  But if I didn't, I  have to hunt through my folders and find the location where I want to save the file, change the extension from .txt to .xml, and go through the warning dialogue stating that I'm about to save over a file of the same name.
    Again, compare this to the previous work flow:
    1. Open the xml document
    2. Edit it
    3. Click save.
    That's it.  No changing the friggin' extension, no new versions or duplication or hunting through folders.  No warning dialogues.
    This really is a terrible, terrible, terrible, terrible, terrible, terrible, terrible, terrible, terrible (I really can't say it enough), TERRIBLE implementation.  SOOOO ANNOYING!  Please give us back Save and Save As...
    We went from elegant to byzantine.  This is the kind of crap we'd expect from Microsoft, not Apple.  We need to tell apple through their support pages in the apps (go to Pages menu and click "Provide Pages Feedback...")

  • The finder window for an external USB hard disk suddenly started separating files by time (today, yesterday, etc.) and stopped allowing me to change column width, order, etc. Also the header bar shifted to flat white from gray.

    The finder window for an external USB hard disk suddenly started separating files by time (today, yesterday, etc.) and stopped allowing me to change column width, order, etc. Also the header bar shifted to flat white from gray.
    All was normal until the icon for the disk stopped showing up on the desktop when I would plug it in. I rebooted the computer, and the disk icon now shows up but this new look to the finder window started as a result. The hard disk does not have this problem when I use it on another Mac running Snow leopard. Also, two other external hard disks that I use on this computer running lion 7.4 still have the normal header bars with columns that can be reordered, etc.
    I have tried looking in preferences and other places but have not seen this discussed. 

    Well duh - I finally figured out that somehow in the View options for the hard drive, the "arrange by" option had been changed to "by date" from "none". Not sure how that happened, I had never used the "view options" menu tem before. Changing "arrange by" back to "none" gets the gray column headers and the collapsible folder icons back. 

  • Using/updating bootable clone and Lion.

    I have Snow Leopard on the default internal startup drive and Lion on an external bootable FireWire drive. This seems to work as it's meant to work. I'm using Snow Leopard to 'do things'. I put Lion on a SuperDuper! clone to try it out. The thing is the clone is gradually getting out of date. Can I update the clone without erasing and wiping Lion? Or is erasing compulsory, followed by a new install of Lion? I did rescue the install file after downloading but before installing - 10.7.1 I think. I have just put 10.7.2 on the clone.

    I have Snow Leopard on the default internal startup drive and Lion on an external bootable FireWire drive. This seems to work as it's meant to work. I'm using Snow Leopard to 'do things'. I put Lion on a SuperDuper! clone to try it out.
    That's what I am doing as well. All my up-to-date "real work" is on the Snow Leopard volume.
    It sounds as if you are referring to updating the user data on the Lion clone so that it corresponds to the more up-to-date user data on the Snow Leopard volume, correct?
    I think that wiping the external Lion volume, re-cloning from the up-to-date SL volume, and then reinstalling Lion and any Lion-specific apps onto the external drive is probably the only certain way to bring all your stuff on the Lion clone up to date. Just copying the contents of your user subfolders directly would probably work for most application data, but some data such as Mail, address book, application support files, etc  are kept in the user Library and their formats might differ between systems.
    Another method that might work, and would take less time than completely wiping the Lion volume would be to boot from the Lion clone, create a new admin user there, log out of your regular account and into the new one, then delete your regular user account(s)  including the Home folder(s). You would then use Lion's Migration Assistant to re-migrate the up-to-date user account(s)  on the Snow Leopard volume back to the Lion volume.
    If this doesn't work, you could always go back to the first plan (wipe the Lion volume, re-clone, and then re-install and re-update Lion and any Lion-specific apps)

  • New .TV (pets, recipe, etc.) and Viacom channels not in zap2it or Tivo guides

    So, it's been about a month since the new .tv channels came out and two days since the Viacom HD channels were introduced.  And zap2it.com, Tivo, etc. all still don't list ANY of the new channels in their programming guides.
    I've opened cases with Tivo.  With Zap2it.  With Verizon.  Everyone points fingers saying it's the other's fault.
    In the meantime, for the .TV channels that got added a while back, if you go to zap2it, or Tivo, you get "loor633" for channel name and "to be announced" for guide info for pets.tv.  You get "loor599" for Cars.tv.  You get "loor674" for MYDestination.tv.  Etc.
    And for the Viacom channels, you also get nothing.  Just blank space with "to be announced" for programming info.
    From what I understand, Verizon needs to tell Tribune that their channel lineup has changed.  And Tribune, Zap2it and Tivo all claim that Verizon hasn't done that.  Verizon, of course, is silent on the matter and the "fiber solutions center" says there is nothing they can do right now and that channel info for the .tv and Verizon channels might get added to online guides in a few MONTHS!?!?!?!?!?!?
    Why does this seem to be a problem with Verizon's lineup and no one else's?  When I had Dish, Zap2it would have updated listings within 2 hours of new channel additions.  When I had Charter, both Zap2it and Tivo had channel guide info for new channels usually the day BEFORE the channel was added.  But Verizon doesn't seem to provide Tribune with new channel info / guide data at all.
    Having had FIOS for less than two months, I'm not happy.  I'm almost certain the goal is for Verizon to get me to dump my lifetime Tivo service and instead pay them $15.99 for their DVR.  But trust me -- I'd rather go back to Charter first.
    Message Edited by skierrob2 on 06-24-2009 10:44 AM

    I do not understand why you folks are blaming Verizon for this. Please give me a moment to explain my theory.
    First of all, I have been for a long time a very dissatisfied user of the FiOS Guide data. So dissatisfied that late last year I sent an email to Verizon's CEO expressing my dissatisfaction, and providing examples and pointers to various forum threads discussing the problem. I received maybe 4 or 5 phone calls about the issue, no resolution, but I was told the procedure for the FiOS Guide was this:
    Each channel (say ESPN, whatever) develops the data, and sends it to FYI Television of Grand Prairie, TX (in the DFW area). FYI gathers the schedule info from all of the channel providers and once a day sends that data to Verizon. Verizon then inputs the data to the Guide and bingo, we see it, good or bad (lots and lots of bad IMO). I have no way to know if this is really the process, but this is the way it was explained and it makes sense to me.
    Now, lets talk about one of the other guide providers for the Tivo or whatever. It seems to me that a very similar process would have to take place: channel to guide data collector to actual guide data provider (maybe the last two are one and the same?).
    Now, where would Verizon be in this process for the other guide data providers? Seems to me nowhere, it should be the responsibility of the channel to notify the data provider that the channel is now on FiOS, what the channel name and number is, etc.
    I am sure you will disagree with me, but where am I wrong? It seems to me you should be complaining to the channel providers, not Verizon.
    (jumping into the foxhole....)
    Justin
    Verizon FiOS TV, Internet, and phone
    IMG 1.6.2, Build 08.58
    Keller, TX 76248

  • [Solved] Organize the /etc/ /opt/ and /home w/o breaking anything?

    + What are the common organizing tactics that you use?
    For example, if you're going to install anything, where do you put it, how do you do it with out breaking anything, etc.
    My /etc/ /opt/ and /home folders are getting out of hand.
    For my home folder, I have:
    Desktop, Downloads, Dropbox (the only ones that I want here), meteor, node, nvm, nplay, pkg, python2-psutil, python26, src, sublime-text-2, try-meteor, packer (file), pacman.conf (file), and dead.letter (file).
    How do I move these without breaking anything?
    For my /etc/ I have:
    adjtime (file), adobe, anacrontab (file), arch-release (file), asound.conf (file), at-spi2, avahi, bash.bash_logout (file), bash.bashrc (file), bash_completion.d, binfmt.d, bluetooth, ca-certificates, ca-certificates.conf (file), chromium, colord.conf (file), conf.d, couchdb, cron.d, cron.daily, cron.deny (file), cron.hourly, cron.monthly, cron.weekly, crypttab (file), cups, dbus-1, dconf, default, depmod.d, dhcpcd.conf (file), drirc (file), enviroment f(ile), fonts, fstab (file), fuse.conf (file), gai.conf (file), gconf, gdm, geoip, group (file), group- (file), grub.d, grub-cutomizer, gshadow (file), gshadow- (file), gssapi_mech.conf (file), gtk-2.0, gtk-3.0, host.conf (file), hostname (file), hosts (file), ifplugd, iftab (file), ImageMagick-6, inputrc (file), iproute2, iptables, issue (file), java-70openjdk, kernel, krb5.conf (file), ld.so.cache (file), ld.so.conf (file), ld.so.conf.d, libnl, libreoffice, locale.conf (file), locale.gen (file), localtime (file), localtime (file), login.defs (file), logrotate.conf (file), logrotate.d, lvm, lxdm, machine-id (file), mail.rc (file), makepkg.conf (file), man_db.conf (file), mdadm.conf (file), mercurial, mine.types (file), mke2fs.conf (file), mkinitcpio.conf (file), mkinitcpio.d, modprobe.d, modprobe.dconf (file), modules-load.d, motd (file), mtab (file), nanorc (file), netconfig (file), network.d, NetworkManager, ncsd.conf (file), nsswitch.conf (file), obex-data-server, odbc.ini (file), ODBCDataSources, odbcinst.ini (file), openldap, os-release (file), pacman.conf (file), pacman.d, pam.d, pango, passwd (file), passwd.OLD (file), passwd- (file), pcmcia, pkcs11, pkgtools, pm,  polkit-1, ppp, profile (file), profile.d, protocols (file), pulse, rc.d, rc_keymaps, rc_maps.cfg (file), redis.conf (file), request-key.conf (file), request-key.d, reolv.conf (file), rpc (file), salt, securetty (file), security, services (file), shadow (file), shadow- (file), shells (file), skel, speech-dispactcher, ssl, sudoers (file), sudoers.d, sysctl.conf (file), sysctl.d, systemd, tmpfiles.d, tor, totem, udev, udisks2, updatedb.conf (file), UPower, vdpau_wrapper.cfg (file), wgetrc (file), wpa_supplicant, X11, xdg, xinetd.d, xml, and zsh.
    How do I learn what can be deleted here and how do I move things without breaking anything in /etc/? Is there a program that highlights what's important, what can be moved, etc.?
    For my /opt/ I have:
    android-sdk, dropbox, and tor-browser-en.
    This doesn't bother me, but I can see that somewhere in the future where it can get cluttered.
    I also have created a folder on my root called ptmp and am using it to store my packertmp-0 files since my tmp folder gave me an error. I want to do things right and not get that cluttered too. So if you know about this check the thread out here
    As a new Arch Linux user, coming from Windows 8, everything is great except a few minor annoyances. I give it an 7.8/10 for bring stable.
    I will open up new threads for the following, but here are the few minor annoyances I still have:
    If I edit what show up on my main menu (with main menu, not menu editor [from gnome]), somehow things get re-highlighted as if I clicked restore to defaults-- so I can't edit what I don't want to show up in my main menu anymore.
    I forgot what file I edited that I made Chromium run at startup and now it slows things down by running at startup.
    I couldn't exchange nautilus for dolphin (I like dophin better), and couldn't get xmonad going although I got the dependancies installed (Haskell, etc.). It throws me this error:
    Please check the file for errors.
    /home/jayvan/.xmonad/xmonad-x86_64-linux: executeFile: does not exist (No such file or directory)
    xmonad:
    xmessage: executeFile: does not exist (No such file or directory)
    X Error of failed request:  BadAccess (attempt to access private resource denied)
      Major opcode of failed request:  2 (X_ChangeWindowAttributes)
      Serial number of failed request:  7
      Current serial number in output stream:  8
    I can't remove the Universal access applet. I don't need it. This should be removable.
    There is no longer a high performance, low performance, balanced option for battery consumption. This should make a comeback.
    I somehow edited my information of my user and it's not editable through system settigns. It shows my company, phone number, etc. I manually entered a command that I forgot in the terminal that did this. I'm not sure. This should be easily editable in Gnome 3. I don't know why it isn't.
    I've created a news user and don't know how to delete it.
    I couldn't get mp3tag to work with packer because it didn't have a PKGFILE. Will be trying to manually make it some time later, but it should be fixed in the AUR.
    I would like to uninstall the Epiphany Browser. Desktop Search, Power Statistics but don't know how. I know it's -Rns.
    Sublime Text 2 doesn't show up as a desktop item in the applications folder, I have to go to the folder and click sublime_text to launch it.
    When I change YouTube to anything higher than 240p, it doesn't play and I have to refresh it.
    Grub-sustomizer should come installed with Gnome, especially for those that want to dual boot Android OS (x86) or anyhting else. In fact, in the installation guide there should be a warning that if you plan to install another OS like Android OS (x86) you should partition an extra 16 GB as ext3, or if you want to install another Linux distro to partition an extra 20GB as ext4.
    There isn't any multitouch gestures pre-installed that I can configure. I'll see if they even exist.
    I haven't check but I'm not sure if there is a good screen capturing app.
    Last, so I can switch all my friends to Arch, they've already taken an interest an I plan to do a blog post about it once I feel confident, how can I customize this scrip to install the apps I already have installed?
    I'll get to posting these in seperate threads right now.
    Last edited by jjshinobi (2013-04-09 19:57:23)

    Ohhh man, you're making me nervous! Are you copying your files around your operating system yourself?
    jjshinobi wrote:What are the common organizing tactics that you use?
    The answer to your question is, I don't organize anything. Instead, pacman keeps track of all the files.
    The only files you should need to worry about are what's in "/home". You can organize that however you want. If you have many ebooks, create a directory called "Books". Whatever.
    Your story kind of reminds me of my roommate in college. As soon as he finished installing Windows XP, he would go through the entire directory structure and delete anything that was "unnecessary". It kind of scared me.
    But fortunately, we don't have to do that with Arch Linux. Pacman takes care of everything, and it's super easy to create your own package.

  • How do I create a new user, move my old files etc over, and delete old user

    This is why I think I need to.
    My computer got hit by lightening, and I may have created a new user account through netinfo rather than system preferences /accounts/+user. Mail used to open twice, but no longer. Now, Safari askes me for my keychain password twice, Spotlight can't find a folder on the computer when the search is restricted to folder and computer, though the folder is there and easyfind finds it, and when System Preferences/Spotlight/Privacy has the hard drive icon added, then deleted, Spotlight still does not find anything. (Yes, everything is backed up, on CD, DVD, and online.) Microsoft Tec Support says
    "Here is a summary of the key points of the case for your records.
    When you contacted us on August 8, you had requested assistance with Microsoft Office 2004, as your installation of the updates was unable to find the correct version of the software to update. After creating a New MAC User, we identified the issue to be with a corrupt MAC User account, and not a Microsoft issue. "
    I believe Microsoft. So, creating a new user was easy.
    But copying files uses up too much hard drive (movies, music), and may miss keychains, preferences, mail, address book, and documents. Since Spotlight no longer works, who knows what is happening. (Yes, I've repaired persmissions, and disk repair. No change). I'm using up my hard drive trying to move files to the new user. If I share files, or put them into a public folder, then delete the old user, will I still have the old user's files in the new user's account? It is not clear to me what I should be trying to do in order to create a new user, move my old files etc over, and delete old user. Thanks.
    My responses will be slow, because I have to drive to town to use the internet. I've ordered a new airport which may take care of that problem. SO be patient.

    Hey -
    I need to do the EXACT same thing, but have no idea how. Has anyone out there done this?
    My situation is a tad different..this is a new Mac (and I'm a brand new Mac user). Tons of querks occur under my original account (videos won't run, Safari won't support certain plug-ins). I spent 6 hours on the phone w/ 4 different Apple Reps and nobody could fix it. A rep finally looked at my MacBook Pro in person today. He created a new account just to see if that would work and under that new account, everything works perfectly fine (no querks, can view video). He tried switching a million settings in my original account to no avail.
    He said to create a new account (as he did) and move my files over to the new account and then go back to the original and delete it. How do you do this?! I can't figure it out! I've got a new account created, but of course it just has the default folders in it w/ the little red icons next to them! Thanks in advance!

  • Can't get playlists from one one computer to another.  Confident Home Sharing is turned on correctly.  Have imac and macbook Air and Lion.  Using smart lists.

    Can't get playlists from one one computer to another.  Confident Home Sharing is turned on correctly.  Have imac and macbook Air and Lion.  Using smart lists.

    Using Ethernet, I am attempting to stream the movies on my computer to my girlfriends computer through iTunes home sharing. I want to watch the movies that are on one computer on another.

  • AEBS and Lion Server DHCP

    Hi All!
    I have a scenario I want some input on.
    1 Mac Mini Lion Server 10.7.2
    1 TC 2nd Gen
    x iPads
    x iPhones
    2 Lion clients
    I want to use the Lion Server for all collaboration services, and use Profile Manager to provide central management of iOS and Lion clients, and I want to use network accounts on the server.
    All is set up and working well, mail, ical, wiki, addressbook, VPN servers, profile manager settings, apart from one thing. how do I best push DNS server settings to the client to point to the server?
    In the TC there are no way to set what DNS server is served to clients. That would solve my case in an instant. Now all clients get the ISPs DNS servers, or pass-through of whatever DNS server is set up on the TC.
    I have 2 possible solutions:
    1. Set up TC to only provide 1 DHCP address reserved for the server, and then use DHCP on the Lion Server for the internal clients. This will work as it has been tested by other users here on this forum.
    2. Set the DNS server on the TC to point to the local Lion Server. I actually just came up with this idéa as I was typing.... maybe that is the answer? The inernal clients get the internal server as DNS and the server uses forwarders or roothints.
    What do you think? If you have this combo, TC/AEBS and Lion Server, how did you solve it?
    /Hasse

    Hi All!
    I actually found the solution myself. Soluton 2 does the trick brilliantly! I can't imagine why I didn't think of this before. I have searched this forum for a solution too, but this just was too easy . The Lion Server advanced admin guide didn't mention this either, even in the chapter about AEBS coexistance.
    /Hasse

  • I'm using iTunes 10.6.1 on an iMac 2,66 Ghz intel core Duo with8GB DDR3 and Lion 10.7.3 I hav 260000 mp3 stored on A My Book 3 TB external Fire wire 800 Drive - when I play songs I get short interuptions every 20 to 30 seconds. Can't iTunes handle that?

    I'm using iTunes 10.6.1 on an iMac 2,66 Ghz intel core Duo with8GB DDR3 and Lion 10.7.3 I have 260000 mp3 stored on a My Book 3 TB external fire wire 800 Drive - when I play songs I get short interruptions every 20 to 30 seconds. Can't iTunes handle that number of songs?

    I'm using iTunes 10.6.1 on an iMac 2,66 Ghz intel core Duo with8GB DDR3 and Lion 10.7.3 I have 260000 mp3 stored on a My Book 3 TB external fire wire 800 Drive - when I play songs I get short interruptions every 20 to 30 seconds. Can't iTunes handle that number of songs?

  • How can i update my old 2006 iMac Intel core 2 duo running 10.6.8 to OSX Lion so that I can sync using iCloud with my newer devices?  Mountain Lion is not an option for my older model and Lion is no longer available at App store.

    How can i update my old 2006 iMac Intel core 2 duo running 10.6.8 to OSX Lion so that I can sync using iCloud with my newer devices?  Mountain Lion is not an option for my older model and Lion is no longer available at App store. 

    Call Apple's online store's telesales agents: 1-800-MY-APPLE (1-800-692-7753) or Customer Service and Sales Support at 1-800-676-2775. For Lion you'll get a redemptions code via e-mail and need to DL from the Mac Apple Store (requires SL 10.6.6+).

  • Ever since installing iCloud and Lion my computer is slow or freezes.  The color wheel comes on and My work stops.  I have only a small window of time where my computers will function normally during the day. I know many others that have the same problem.

    Ever since installing iCloud and Lion my computer is slow or freezes.  The color wheel comes on and My work stops.  I have only a small window of time where my computers will function normally during the day. I know many others that have the same problem. I'll get 20-30 minutes of work done and then a sync or something comes on, the color wheel of death shows up, and my productivity is shot.  I have to shut the computer down the hard way!  when it comes back up, it is still either frozen or slow.  I've checked in at the genius bar and all they say is that there have been some problems that Apple is trying to fix.  It effects Mail, Contacts, Safari, Calendar....yeah, pretty much everything.  My iPhone and iPad are not effected as much so I end up doing what I can with them.  I've seen the blogs out there and understand that many have the same problem.  I have been waiting to read about a fix but I have found nothing!  Any ideas?

    Not enough free space on the startup disk can slow the system down.
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure there's a minimum of 15% free disk space.
    For startup issues...  open System Preferences > Users & Groups - Login Items. Delete any apps listed there then restart your mac.
    And disable the Lion "resume" feature.
    Open System Preferences > General
    Deselect:   Restore windows when quitting and re-opening apps
    And Spotlight may be indexing... you can turn that off > Turning Off Spotlight | Mac Tricks And Tips

  • I am a new iPhone user. I'm a frequent technology user but not a sophisticated one.  I am looking for an app where I can make lists -- books, movie titles, etc.  And I want to be able to make individual folders.  But I do not need more than that. Help!

    I am a new iPhone user. I'm a frequent technology user but not a sophisticated one.  I am looking for an app where I can make lists -- books, movie titles, etc.  And I want to be able to make individual folders.  But I do not need much more capacity than that. Ideas?

    One of these may fit your needs: http://iphone.appstorm.net/roundups/productivity-roundups/25-fantastic-to-do-lis t-apps-for-iphone/
    What do you mean make folders? Like folders inside an application or accessing system folders? You can't do the latter.

Maybe you are looking for