Slashdot Mirror


OSX To Feature Portable User Accounts?

eldavojohn writes "A new patent filed by Apple is causing speculation that OSX is soon to receive a new feature. From the article: '[the patent states] that the user account may be stored alongside general data storage or "other functionality". All of which seems to suggest that at some time soon we may be able to load our user accounts onto an iPod, hard drive or USB keydrive and take them wherever we go.'"

245 comments

  1. Ultra portable by BWJones · · Score: 3, Interesting

    So, ideally this would be part of a uber road warrior ultraportable solution rather than an addition to a USB drive or iPod. Since the demise of the 12in Powerbook G4, many of us have had to shlep around larger form factors (15in Powerbooks/Macbook Pros) that are a bit harder to deal with on planes, trains and such.

    I would hope for a little tablet much like the Newton, but running a full version of OS X and given the costs of flash drives, this may in fact be possible at 32 to 64GBs in size which would make for a usable battery life as well. Travel is difficult enough and for really long flights (international ones), battery life simply does not cut it, even with the new MacBooks. And even if you did have a power outlet in your seat, they are incompatible with the current magnetic and oh so cool MacBook power systems.

    Having something like this that one could back up photographs to, give talks from, check email and calendar and address books, read ebooks and mark up pdf documents, be able to link via Bluetooth to your cellular phone and such would all be possible in a small form factor that one would not necessarily want/need the ability to run big apps like Photoshop on.

    And when the trip is over, you plug into your desktop at home and automagically have everything sync up.

    Oh, please... oh, please... oh, please.... Come on Steve! You and I have talked about this going back..... what, years now! The technology is there, the market is there, all the pieces are in place.

    --
    Visit Jonesblog and say hello.
    1. Re:Ultra portable by Tibor+the+Hun · · Score: 1

      Considering how much progress they've made with Portable Home Directories, I'd imagine something like this wouldn't be too great of a stretch.

      --
      If you don't know what AltaVista is (was), get off my lawn.
    2. Re:Ultra portable by mrchaotica · · Score: 2, Interesting
      I would hope for a little tablet much like the Newton, but running a full version of OS X and given the costs of flash drives, this may in fact be possible at 32 to 64GBs in size which would make for a usable battery life as well.

      I would hope for a 10-12" (~2lb) convertible tablet, much like a cross between the Thinkpad X-series and the old Sharp Actius MM-10 (it had a dock!).

      But most importantly, I want well-supported syncing between systems. I've got two Macs now (an iBook and an iMac), and it's absurd that iSync is useless for them. In fact, syncing anything with iSync fails to work properly: I can't use either my iPod or my Palm PDA conveniently because although it syncs events, the categories, locations, and notes are lost!

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    3. Re:Ultra portable by Brome · · Score: 1

      Link it to your cell phone ? Just add GSM/GPRS capabilities to it, and it won't have to connect to your cell phone, it will BE your cell phone.

    4. Re:Ultra portable by 500HP · · Score: 1

      Great idea....and we'll call it InfoCard.

      Next/.

    5. Re:Ultra portable by Mac+Degger · · Score: 2, Insightful

      It's been in the cards for a while...the idea isn't new (hell, even I've discussed it on- and offline many a time). How they could get a patent on this is beyond me, for all the examples in books, magazines and on the 'net.

      --
      -- Waht? Tehr's a preveiw buottn?
    6. Re:Ultra portable by HeyMe · · Score: 1

      For Windows XP users: MojoPac

      More prior art?

      --
      Look Out Above!
    7. Re:Ultra portable by Anonymous Coward · · Score: 0

      Why don't you keep using your 12" G4? The technology is what, about 1/2 year out of date? Geessssh.
      No wonder my Apple stock does so well. Keep switching often, I need a new server by Christmas.

    8. Re:Ultra portable by arminw · · Score: 1

      ......But most importantly, I want well-supported syncing between systems. I've got two Macs now (an iBook and an iMac),.....

      I have been doing this kind of thing for at least two years now, using a program called "Foldersynchronizer". I connect my G4 PB as a disk drive (hold the "T" key at startup) to the desktop G5 and synchronize the two needed user folders. When I get back from a trip, a second sync run from the PB to the G5 has all my changes done on the trip back on the desktop G5. The PB serves as a handy backup device whenever I'm not traveling. Sometimes I have to change the "location" setting for the Network although the normal "automatic" settings work almost everywhere.

      --
      All theory is gray
    9. Re:Ultra portable by mrchaotica · · Score: 1

      First of all, how does it resolve conflicts (i.e., act appropriately when the file was independently changed on both machines)? Second, I would rather be able to sync spcific stuff (i.e. be able to NOT sync my X GB of video to the laptop, since its hard drive isn't big enough) and I'd like the program to do more sophisticated stuff with things like iCal appointments and such.

      Also, I don't want to have to reboot -- I would want the two computers to continuously sync with each other as long as they are on the same network.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    10. Re:Ultra portable by profplump · · Score: 2, Informative

      I've actually done it, both on a removable-disk and network basis. It's a simple as a login/logout script that makes a symlink. Seriously, this is a retarded patent. I'm all for Apple and portable home directories, but this should not be patentable.

    11. Re:Ultra portable by profplump · · Score: 1

      `fink install unison` There's even a X11 GUI for it if you're into that sort of thing. (And a website: http://www.cis.upenn.edu/~bcpierce/unison/index.ht ml)

      It does syncronization over any sort of socket or locally; it defaults to using SSH. It runs in ocaml so it works anywhere there's an ocaml runtime -- Windows/OS X/linux/etc.

      It presents a simple copy left/copy right/skip interface for files with conflicts. Or you can run in batch mode to skip conflicts silently. Or you can set it to prefer one source for conflicts and always resolve in that direction.

      It can be set to ignore files or folders with a simple or regex expression list.

      You can configure several different sink sets and run them individually. I use this feature so that my desktop and documents get synced every time you're online, but my music folder only syncs when I'm on the local network.

      It supports prioritizing sync traffic by size, name, modification time, etc., so you can decide what files get synced first, which is handy on slow links. It also uses the rsync partial-binary transfer so that changes in large binary files don't require copying the entire file.

      It can copy permissions and ownership verbatim (process permissions permitting), or you can specify exactly what permissions are copied or not.

      There is a little work to be done in setting it up, but in general I find that a couple of unison batches in an hourly cron job plus one manual sync per week let me switch between my desktop and laptop without even thinking about it.

    12. Re:Ultra portable by Drizzt+Do'Urden · · Score: 1

      What you are looking for is to transform you profiles into mobile users (have a look in MacOS X Server's features). I've been able to make that work using a Linux Server, OpenLDAP et NFS shares. It took me 4 days, but now I'm always in sync (without my iMovies).

    13. Re:Ultra portable by arminw · · Score: 1

      .....Second, I would rather be able to sync spcific stuff......

      There are a number of file and folder sync programs available. A subsequent poster has pointed to UNISON which I have never used, but appears to be very powerful for use by a knowledgeable user. The program I use has a number of settings for one way sync and excluding or including a list of files and folders from the sync process. It is a simple drag and drop shareware program called FoldersSynchronizerX made by a company that has a site called www.softobe.com, where the details can be learned.

      --
      All theory is gray
  2. Impressive by TCM · · Score: 5, Funny

    If only other systems had thought of that. You could implement it so that all the data of one user is stored in a single directory, called home directory.

    We could even invent a new notation specifically for that. Like, I don't know, ~user/ or something.

    Man, Apple users get all the goodies. :(

    --
    Of course it runs NetBSD. BTC: 1NT7QvbetmANwaMzhpVL6
    1. Re:Impressive by hypnagogue · · Score: 5, Interesting

      You may want to consider that the problem is more subtle than that.

      Just because you have your home directory on an iPod connected to a foreign Mac doesn't mean that you can authenticate and log in. Wouldn't it be interesting if you could have, in your home directory, credentials signed by a trustee that you could use to log in to any system, with your access limited to writing to public areas or your own home directory. Furthermore, encrypt that image on the iPod so that it can't be accessed unless you authenticate successfully. I'm not sure what the scope of the invention is, since I refuse to read patents or patent applications, but it might be a great solution to a tough problem. It also has implications for DRM licensing schemes -- licenses that apply to the user, not the computer.

      I know sarcasm is like breathing after a few years on slashdot, but this might actually be an interesting invention. We'll have to wait and see.

      --
      Liberty you never use is liberty you lose.
    2. Re:Impressive by Anonymous Coward · · Score: 0
      Except that reading the actual description, it includes apps (/usr/local or /opt, in addition to ~user/ for those of us who don't install EVERYTHING in home), and also syncs with the version of ~user on your "home" machine. So sure - it's nothing that a clever rsync script and some disciplined filesystem organization can't accomplish. That and the fact that one doesn't need to twiddle /etc/passwd on the non-home machines to get them to notice the new user, and let it run off of the drive.

      Hopefully someone will mod the parent to this down to ignorant troll.

    3. Re:Impressive by epee1221 · · Score: 2, Insightful
      with your access limited to writing to public areas or your own home directory.
      Darn! I was gonna put a sudoer account on a jump drive and root every box in sight!
      --
      "The use-mention distinction" is not "enforced here."
    4. Re:Impressive by GCsoftware · · Score: 2, Interesting

      Interestingly enough, this is almost identical to the system I implemented for using USB flash drives as authentication tokens as my MSc thesis. I might put up the PDF of the project up if people are interested.

    5. Re:Impressive by P.+Niss · · Score: 1, Funny

      I might put up the PDF of the project up if people are interested.

      No.

    6. Re:Impressive by Anonymous Coward · · Score: 1, Informative

      Keep it.

      As 'prior art', this might net you some money down the road when MS would challenge Apple's patent.

    7. Re:Impressive by Anonymous Coward · · Score: 0

      Don't bother. Doesn't sound in any way interesting.

    8. Re:Impressive by zo219 · · Score: 1

      Ha Ha, Neener-Neener, Tough Nuts, Eat Your Heart Out.

      Er, I mean ... Yes, we do.

    9. Re:Impressive by Jeff+DeMaagd · · Score: 1

      Actually, it looks like this might allow you to have automatic access to multiple home directories active at the same time, just plug in a new drive and you can have a new set of user accounts added to the existing list. I'm not a heavy UNIX guy, but I haven't seen anyone do that yet.

    10. Re:Impressive by slughead · · Score: 1

      If only other systems had thought of that. You could implement it so that all the data of one user is stored in a single directory, called home directory.

      Actually, when going from a Powermac G5 to my mac pro, I had my 'user folder' was actually another hard drive.

      When I switched, I simply plugged in my old hard drive to the new computer, created a user, and pointed the user folder to the hard drive.

      It had preferences for all the programs I hadn't even installed yet, complete with serial numbers and registration codes in some instances.

    11. Re:Impressive by obeythefist · · Score: 1

      Presumably by "User Account" we really mean all the stuff associated with a user preferences and profile and data.

      Windows has always included tools to migrate user data from one system to another, and of course Windows Server has allowed centralised user data storage since the NT4.0 days through roaming profiles.

      Windows Vista contains several new tools to automate migration, backup, import and export of user data, and even more beneficial, Vista is designed from the start to combine the profile data, user files and other miscellaneous profile stuff into one folder, stored under "Users". No more "Documents and Settings", which was a little unwieldy to remember.

      So Apple is finally playing catch-up to MS? Or are they pushing this out the door before October 25 so they can say MS ripped them off again?

      --
      I am government man, come from the government. The government has sent me. -- G.I.R.
    12. Re:Impressive by catwh0re · · Score: 2, Insightful
      Just a few things about this and your comment.

      The feature was to appear back in 10.3, but was likely pulled because the hard drive based iPods of the day weren't having 100% stability with the hard drives inside. So it would be a bad idea to have your iPod carry around all your irreplacable data when there is a chance that just dropping the iPod could destroy it. Now Apple have significantly large flash based iPods (big enough to support a home directory.) So the idea is back on the table without the fear of randomly losing all your data from damage to the iPod.

      In terms of the feature itself it carries your "keychain" and preferences with you, so operating on any mac will be the same experience as using it on your own mac at home. (Not just access to home directory files for example.) Additionally OSX already supports "live" encryption of the home directory, under the feature name of "FileVault". Which can be optionally enabled.

      Of interest as well is that many users are already doing this, as you can already install your entire OS + home folders onto an iPod, then plug it into any mac and boot from it. (Contract graphic designers usually do this with the "daisy cutter" drives as they require no batteries/powersource.)

    13. Re:Impressive by obeythefist · · Score: 1

      The killer app for this kind of mobility is obviously storing either your ~user/ or Windows profile or MacOS whatever on the internets and synching it when you're online.

      Ideally, internet access should be fast and everywhere.
      When you have internet access fast and everywhere, it is obvious to then store your stuff on it.

      While this is very convenient for us it is also very convenient for the US govt to carefully spy on everyone, so I am surprised this has not been made mandatory by the US world government DRM constitution, whose words are backed by NUCLEAR WEAPONRY.

      --
      I am government man, come from the government. The government has sent me. -- G.I.R.
    14. Re:Impressive by Anonymous Coward · · Score: 0

      No, that would still be a stupid idea because you lose your iPod, you lose your account. It doesn't matter how much more durable the iPod-based storage is, or whatever.

      Any sensible system will have to keep backups at least on your "home" system. Or do something with .Mac, probably, and have Apple worry about it for you. In fact, syncing everything up to .Mac by default is probably the logical conclusion.

    15. Re:Impressive by CowardWithAName · · Score: 0, Offtopic
      Good form, sir. Subtle yet clear.

      Well, at least it made me laugh.

    16. Re:Impressive by jZnat · · Score: 1

      Apple is playing catch-up to UNIX. Wait, that doesn't make sense...

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    17. Re:Impressive by Anonymous Coward · · Score: 0

      I have been using the same home directory on my home network since 1995 when I setup my first Linux machine. That /home partition is shared out via Samba to the Windows machines using roaming profiles (with various hacks for certain things I need to roam that Windows will not and things I don't want to roam that Windows does). That same directory is also shared via NFS to my other Linux machines for their /home partition.

      The ONLY thing I see that this patent changes that many others have already been doing for years in many ways, shapes, and form for years is the "portable" part. I've also have been using a USB stick for persistent configurations for Knoppix for quite some time as well whcih would qualify. Not really going over the patent with a fine tooth comb and IANAL but it seems a "profile" and "configuration" is stored remotely when you log into just about any web portal as well (like /., my yahoo, etc..) Again, not portable storage per say that you carry with you but still "portable" in terms of allowing configurations and profiles to be accessible from a different computer.

    18. Re:Impressive by Lussarn · · Score: 4, Insightful

      This is straight from the patent:

      A few sophisticated users have modified operation of existing operating systems, such as Mac OS X, to provide some portability to their user account from a work computer to a home computer. This requires specialized software tools to manipulate and modify the data structures for a user account in a database (e.g., netinfo database). Armed with such specialized tools, a very sophisticated user would first establish a local user account on the multi-user computer (work computer), and then use the specialized tools to edit the location of the default user directory, such that it is made to reside on an external storage device. Then, at the other location where a multi-user computer (home computer) is to be used by the same user, a user account would be again established on such a machine, and then using special tools to render the user identifier the same as that which the work computer used when creating the user account at the work computer.

      So basically they say that prior art do exist. They even admit (in the fscking patent application!) "a few sophisticated users" have already done this, and now they want to steal that work and patent it. Isn't that great.

      These modifications to the multi-user computers are not intended modifications and thus tend to compromise the reliability of the operation of the multi-user computers.

      This would translate to "if something isn't invented by Apple it doesn't count as prior art".

      Further, the required specialized tools, although available, are neither well documented nor user-friendly.

      But they do exists, as you admit in your application. This looks like the kind of bullshit these companies puts in EULAs to make them stand up better against the laws, with the difference that this is a patent application and now it's used to stand up better to prior art.

    19. Re:Impressive by Lumpy · · Score: 1

      I know sarcasm is like breathing after a few years on slashdot, but this might actually be an interesting invention. We'll have to wait and see.

      Invention???

      I've done this under Solaris for over 10 years now. it only takes some skilled confugurations and Poof, your /home/username directory and all your files,configs,etc.. reside on removeable media.

      what apple is doing is not innovative or impressive. most people in the Unix world has done this in one form or another.

      --
      Do not look at laser with remaining good eye.
    20. Re:Impressive by rjstanford · · Score: 2, Insightful

      That's because you don't (or at least you're not supposed to) patent a concept. You patent a process. They're patenting a much smoother, more seamless process. That's allowable, and is actually what patents were originally intended to support.

      --
      You're special forces then? That's great! I just love your olympics!
    21. Re:Impressive by Anonymous Coward · · Score: 0

      I'm not sure what the scope of the invention is, since I refuse to read patents or patent applications, but ...but you'll excitedly lap up any patent dribblings founds on blogs, forums, and media websites to the point of speculating some conjecture about them.

      How noble.

    22. Re:Impressive by CatOne · · Score: 1

      This isn't what the patent is about, though. It's trivial to put your home on removable media. The trick (and I hope the devil's in the details, because the concept isn't all that interesting) is to have the login info and credentials on the external media as well, and have the OS hook into it so you can walk up to a machine with your iPod (or firewire HD), plug it in, and log into the machine. Obviously there are some security implications yadda yadda, and without knowing what the final solution looks like I have no idea how that would be handled.

      There's obviously prior art here; it seems Apple is citing a lot of it. I'm interested in what (if anything) new is brought to the table. No doubt it will be called the largest thing ever in a keynote ;-)

    23. Re:Impressive by Anonymous Coward · · Score: 0

      Yes, software patents suck. No, you don't understand why.

      The correct order of operations is: learn, think, type.

    24. Re:Impressive by arminw · · Score: 1

      ......Just because you have your home directory on an iPod connected to a foreign Mac doesn't mean that you can authenticate and log in....

      I have a small, bootable 80Gb FW HD which usually works with any Mac which is physically accessible. I have never tried to make a bootable iPod, but that should work also, in theory at least. Boot the foreign Mac with the external HD. Dismount (eject) the Internal HD. Do your work. You may have to fiddle with the network control panel and may not be able to get past some network security settings in some cases however.

      When all done, reboot the computer and unplug your external drive when you hear the startup sound. The owners of the computer will never know nor care, since nothing was changed on the guest computer.

      --
      All theory is gray
    25. Re:Impressive by obeythefist · · Score: 1

      I appreciate what Apple is doing, they're getting their user profile management stuff in order (I am actually a little surprised this wasn't the case previously, which is why I made my original point, that Microsoft had already supplied user profile management tools to admins to help them move user data around).

      MacOS really does integrate the GUI and the OS quite tightly, like modern Windows does, so they are clearly facing the same problems where information is stored in more than one single location, and they are making that information more portable.

      Of course someone already made the point that Knoppix is far superior to any of these OS's because it allows you to dump the info to a USB thingy and it looks for that info whenever you boot it wherever you boot it. That's close to the holy grail of user portability. Internet based is of course ideal, assuming you have internet everywhere and it's fast and reliable.

      Wouldn't it be handy to have all your stuff everywhere you go? Wouldn't it be even more handy if you didn't have to carry it with you, it was just "there" waiting for you wherever you switch on? So this is Apple's approach.

      --
      I am government man, come from the government. The government has sent me. -- G.I.R.
  3. or a DRM limitation by doodlelogic · · Score: 5, Interesting

    Maybe for movies the studios are demanding only the paying user can view on their iPod - so movie downloads will be tied to a user account on each device.

  4. = instant rootkit! by dolphinling · · Score: 4, Funny

    Wheee, I'll put my root account on my ipod and then I can take over any box I want! Woohoo!

    Except wait. I don't run OSX. I run Linux. And I don't have an ipod.

    Oh well.

    --
    There are 11 types of people in the world: those who can count in binary, and those who can't.
    1. Re:= instant rootkit! by mr_matticus · · Score: 1

      Silly rabbit, you can't put a machine root account on a portable drive.

    2. Re:= instant rootkit! by MicrosoftRepresentit · · Score: 1

      Hi! I use Linux! Its really great! Can I have some mod-points too? I was going to put some sarcastic geek tought talk in here too but I can't think of any.

    3. Re:= instant rootkit! by pkulak · · Score: 1

      So you proudly tell everyone you can that you run Linux and you screw up copying a geeky phrase off a t-shirt because you don't actually know what it means? Is this Digg?

    4. Re:= instant rootkit! by 44BSD · · Score: 3, Funny

      He used some wicked-ass crypto to turn binary into Roman numerals, in 7337-speak. Don't be hatin!

  5. Prior art? by SIGBUS · · Score: 5, Informative

    Such functionality is already available in Knoppix. Not only can you store your configuration and updates on a USB thumb drive or HD, but the OS itself is portable, too.

    --
    Oh, no! You have walked into the slavering fangs of a lurking grue!
    1. Re:Prior art? by Anonymous Coward · · Score: 1, Funny

      Don't worry. That just means Knoppix is illegal. Only The Terrarists use it. The USA's patent system is THE BEST IN THE WURLDS.

    2. Re:Prior art? by lmpeters · · Score: 5, Interesting

      I think the idea here is that the home directory is mirrored on the internal hard disk AND an external device of some kind. Then again, I think InterMezzo has prior art on that. So this may seem like a novel idea for your average PC user, but it's not novel enough to warrant a patent.

      Of course, it's not like the USPTO hasn't ever issued a patent on something that should never have been patentable...

    3. Re:Prior art? by Anonymous Coward · · Score: 0

      Is it prior to November 25, 2002?

    4. Re:Prior art? by 2nd+Post! · · Score: 1

      I dunno, I've been doing that with Mac OS X since 2001, when the first iPod was released.

      In other words, I could install both the OS or keep my user account on the iPod HDD. In comparison Knoppix has only been around since 2002, hasn't it?

    5. Re:Prior art? by Anonymous Coward · · Score: 0

      Or COW (Cache on write) blobs used in virtualisation systems like User Mode Linux... or any Kerberos like
      account on a mounted removable device...or....

      But remember patents are of the form a && b && c && d ... && x && y && z, if any term is not satisfied the
      challenge does not stand. Having read through the claims the procedure is so specific that even their own
      engineers trying to implement it from the patent description would probably leave something out and fail.

      Why the fuck do they bother wasting money and time on this circus? Every patent a company files makes me
      less likely to buy or recommend their products since patents are dead ideas from the 20th Century.

    6. Re:Prior art? by heinousjay · · Score: 1

      You think the idea, as in your gleaned it from incomplete information, or you know it, as in you read the patent, and you are a patent attorney, so you actually know something? I'm suspecting the former, but you may yet surprise me.

      --
      Slashdot - where whining about luck is the new way to make the world you want.
    7. Re:Prior art? by misleb · · Score: 0

      Problem is that PCs often have trouble booting off of anything but CD/DVD, HD, or floppy. I put together a whole Linux system on a USB memory stick hoping that I would have a Linux system wherever I went, but I found that only like 1/3 the PCs I tried coudl actually boot it. Wasn't very useful at all.

      With Macs you can boot any machine with just about any common media. I've seen people carry around bootable systems on their iPod. Can even make that system universal so it can boot both Intell and PPC.

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    8. Re:Prior art? by Overly+Critical+Guy · · Score: 2, Informative

      This patent was actually filed back in 2002 and was slated for OS X Panther but was pulled for whatever reason. It's not uncommon for a patent to take years to be granted, hence the term "patent pending."

      --
      "Sufferin' succotash."
    9. Re:Prior art? by Anonymous Coward · · Score: 0

      Almost every PC bios used in the last 3 or 4 years supports booting from USB.
      Even if this 1/3 number you claim was correct, there are still 10s of millions more PC's in the world capable of booting from USB then there are Macs that can boot from USB. Meaning if you walk around and pick any computer you see at random (MAC or PC), you will find magnatudes more PCs capable of booting from USB.
      Firewire? Apple will wipe the floor with that.

    10. Re:Prior art? by lmpeters · · Score: 1

      I am not a patent attorney, but I remember reading an article about Intermezzo a few years ago in Linux Magazine. And I did read the patent abstract (the actual claims sound like weasel-speak designed to trick inattentive USPTO officers into thinking that it is a novel idea).

      My point was that replicating data across multiple filesystems is not a new idea by any stretch of the imagination, so even if the patent discusses a specific application thereof, Apple should not be able to get a patent on it. But as long as one can get a patent on the comb-over hairstyle, I wouldn't be surprised if Apple could get this patent anyway.

    11. Re:Prior art? by misleb · · Score: 2
      Almost every PC bios used in the last 3 or 4 years supports booting from USB.


      Not in my experience. Some claim to but don't do it corrently (or consistently). Some will boot USB memory stick, but not a disk, for example. It is hit an miss.

      Even if this 1/3 number you claim was correct, there are still 10s of millions more PC's in the world capable of booting from USB then there are Macs that can boot from USB. Meaning if you walk around and pick any computer you see at random (MAC or PC), you will find magnatudes more PCs capable of booting from USB.


      True, but I'd rather KNOW that my media will boot on a set of systems rather than just cross my fingers and hope. I guess it really depends on whether or not you find yourself in a Mac centric environment. For regular Mac users in certain environments, bootable external media is (and has been for many years) very useful for a wide range of purposes. My experience as a PC tech/user has been that Live Linux systems are of limited usefulness in comparison. Mostly because you end up defaulting to CD to catch all of the systems you might boot and writing data becomes a pain.

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    12. Re:Prior art? by Anonymous Coward · · Score: 0

      But remember patents are of the form a && b && c && d ... && x && y && z, if any term is not satisfied the
      challenge does not stand.


      Do us all a favor and go drink a glass of STFU; you have no idea what you are talking about.

      Patent claims are of the form:

      a || b || c || d ... || x || y || z

      Invalidating a claim does NOT invalidate the whole patent, which is why most patents jam as many claims as possible in, with varying degrees of specificity.

    13. Re:Prior art? by profplump · · Score: 1

      As the patent sites, this functionality is already available even in OS X. Heck, this functionality is basically just a login hook to mount your home directory where the system expects it. It's not exactly complicated.

      As far as OS portability goes, OS X is portable too, and the machines that run it even have a friendly graphical boot-disk selection system. Install 10.4 on a USB drive, go to any machine that will run it, attach the drive and reboot holding down the option key. Frankly, any sane OS is "portable" among machines of the same architecture. It's just the popularity of certain fragile OSes that makes you think otherwise.

    14. Re:Prior art? by Cybrex · · Score: 1

      There are also driver issues to contend with when booting an arbitrary PC from a USB drive. Conversely, I've booted my G3 iMac, my tower at work, and a friend's G4 iMac all off of the backup I made of my 12" PowerBook. No driver issues, no waiting while it detects new hardware, no wizards to click through. Just boot and go.

      --
      Boundless Expansion, Self-Transformation, Dynamic Optimism, Intelligent Technology, Spontaneous Order- BEST DO IT SO!
  6. Hmm...doesnt windows have this? by dontbflat · · Score: 4, Insightful

    This sure sounds a lot like romming profiles on windows. You can correct me if I'm wrong, but thats just my take on it.

    1. Re:Hmm...doesnt windows have this? by Ark42 · · Score: 1

      I dunno, but when I play musical chairs with various hardware pieces and build myself a new computer with a fresh Windows installation, I never seem to have any trouble just copying the entire folder from Documents and Settings over to the new installation. As long as I install the same programs, things always have worked just fine. Heck, the HKCU part of the registry comes with the user profile as well, so I don't have to re-customize the way I like things.

    2. Re:Hmm...doesnt windows have this? by mr_matticus · · Score: 4, Insightful

      Roaming profiles is a synchronization mess unless the profiles are server-managed. I've never really seen roaming profiles successfully employed outside of the corporate environment. Sure, you and I are capable of handling it, but the devil's in the details, as they say.

      If Apple pulls this off, it will be seamless and invisible and mostly foolproof--three adjectives you'll never hear associated with roaming profiles.

    3. Re:Hmm...doesnt windows have this? by Anonymous Coward · · Score: 0

      You are wrong, Roaming profiles work over a network, this feature would work on any newer osx computer anywhere, with no servers involved. Essentually this would mean you walk into your friends house siyt at the computer plug in your flash stick and boom you are at your interface, the same background, programs, favorites/bookmarks, etc.. that you have at home even though this computer is not connected to your machine or a server. You do your work using your copy of word which your friend doesn't even have.. and when you get home it automaticly syncs your updated word file on your home computer.

    4. Re:Hmm...doesnt windows have this? by Hawthorne01 · · Score: 1

      But if it's a just a user account, I don't think it would have the applications as well. Unless you want to piss off the other users on your Mac and install all your apps in your user account alone...

      --
      "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
    5. Re:Hmm...doesnt windows have this? by gumbi+west · · Score: 1
      Hmm, that's actually a great point, but wouldn't the SW companies love that--licenses for each user instead of for each computer.

      That asside, at a university, the place is usually awash with apps, but where are your documents? In your flash drive or email, if you keep them on the server, how do you get them from home (scp will do, but it's not the easiest to use relative to "click here, do that.")

    6. Re:Hmm...doesnt windows have this? by toadlife · · Score: 1

      This is definitely different from roaming profiles, as it should require a lot less manual labor and know how, but it looks like this is something that could be easily implimented in Windows.

      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    7. Re:Hmm...doesnt windows have this? by bergeron76 · · Score: 1

      Uhmm, no. Roaming profiles is a client-server model. You have to have a dedicated authentication server (a PDC in the windowz case) for authentication.

      Drat - I just feel for your flamebait...

      --
      Don't think that a small group of dedicated individuals can't change the world. It's the only thing that ever has.
    8. Re:Hmm...doesnt windows have this? by killjoe · · Score: 1

      Except for the two hours it takes to move all your stuff to the new PC. It doesn't use something like rsync either it copies entire files over. God help you if the PC you are on does not have the exact same software installed either.

      --
      evil is as evil does
    9. Re:Hmm...doesnt windows have this? by Anonymous Coward · · Score: 1, Interesting

      Many user migration tools and locally generated scripts in the corporate world support "user migration" that is not associated with roaming profiles. Our IT department moves and replaces machines all of the time for users and with one click to backup the users settings from the original machine, and one click to restore the settings to the new machine, the user has all of their printers, backgrounds, sounds, font sizes and themes, fax settings, MS Office toolbars and custom dictionaries, Outlook settings including signatures, layouts, toolbars, desktop and start menus including icons and shortcuts, all of the files and settings in "My Documents", favorites, cookies and much more. The user sees NO difference between the old machine and the new one and this process takes less then a few minutes (time depends on how much they have in My Documents which for some people is several GB). We even used this concept with some further automation throughout our entire organization when going from 2000 to XP. Three IT people could convert about 100 computers a night (One to backup and restore user data, one to wipe out 2000 and push out and install XP, and one to walk around and verify).
      During daily operations.. If a user has a "computer" issue, we can have them a freshly imaged machine with all of their apps (through the imaging process and software pushing tools and pre built packages) and settings (through our migration tools and scripts) at their desk in less then 15 minutes and they can get back to work immediately. The troubleshooting on the broken machine if needed or required, is done by the IT department back in the cube farm and the user is not bothered again.

      There are many tools and ways to automate Windows deployment, software installs and user configurations, whether you know about them or use them is up to your comfort and knowledge level.

      On a side note, I am no Windows fanboy, I just get paid to know it and administer it. I only have one Windows machine at home, the other four are various distros of Linux including my kids computers.

    10. Re:Hmm...doesnt windows have this? by TWooster · · Score: 1

      Eh, I don't think it'd be a big deal. If the Mac is a home machine, big whoop. Most of the time, the one doing the syncing and roaming profiles will be someone who needs it, who is likely the person who purchased the computer anyway. If it's a work computer, you'll be the only one using it (almost all of the time), and if you're going between home and work, to do work at home, you'll probably have the same applications installed there anyway. Besides, applications aren't THAT large unless they're games. Perhaps there could also be a feature to copy certain global applications; a local "cache" of certain software that your system has. Why not?

      My only real concern would be software that requires system components installed for serial verification, ala activation, with data that wouldn't be explicitly stored with the user account, but in a system folder instead.

    11. Re:Hmm...doesnt windows have this? by homesteader · · Score: 1

      Roaming profiles are a torture device designed by Bill Gates to help subjugate hapless IT workers.

      It doesn't "Synchronize", it checks if which is older(local or remote) and then dumps the whole damn thing over the network. Roaming Profiles make .Mac synchronization look like a fucking work of art.

      I have approximately 60 users with Roaming Profiles. They suck.

      <nasal whine>I deleted this icon and when I logged on it came back again, can you fix it?!</nasal whine>

    12. Re:Hmm...doesnt windows have this? by rtechie · · Score: 1

      Since you can stick a user profile anywhere, all you have to do is change your profile directory to the thumb drive. Wah. You can do this with the Files and Settings Transfer Wizard, User State Migration tool, a bunch of admin tools, or by manually hacking the registry.

      What you CAN'T do is plug in a thumb drive and have Windows automatically detect the user information and add the user information to the OS. You have to use the Wizard, etc. Though you could probably hack this somehow with autorun.inf files. Seems like a feature that would be trivially easy to add.

    13. Re:Hmm...doesnt windows have this? by Junior+J.+Junior+III · · Score: 1

      It's like roaming profiles, except roaming profiles live on an server somewhere in your AD, and these portable account directories live on little devices that you carry with you.

      --
      You see? You see? Your stupid minds! Stupid! Stupid!
  7. So when... by Quaoar · · Score: 4, Funny

    ...does Apple release their 5TB iPod to help make my porn collection mobile? Or am I going to have to carry around a backpack full of them?

    --
    I'll form my OWN solar system! With blackjack! And hookers!
    1. Re:So when... by not-enough-info · · Score: 1

      Psh! What-ever. You don't have 5TB of...

      *du -h pr0n/*

      oh. my. god...

      --
      ---k--
      </stupid>
    2. Re:So when... by jZnat · · Score: 1

      Dude, how did you know the name of my porn folder?

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    3. Re:So when... by SnprBoB86 · · Score: 1

      Your backpack full of 5TB iPods!?!?

      --
      http://brandonbloom.name
    4. Re:So when... by Hes+Nikke · · Score: 1

      just imagine a beowulf cluster of backpacks full of iPods... in a bigger backpack

      --
      Don't call me back. Give me a call back. Bye. So yeah. But bye our, well, but alright we are on a shirt this chill.
  8. Feature removed from 10.3 by bubba451 · · Score: 5, Interesting

    This was actually once promised and even advertised as part of 10.3 "Panther" and then was inexplicably removed. Here was the marketing blurb:

    Home away from home

    Ever thought you could carry your home in the palm of your hands or in your pocket? You can. Panther's Home on iPod feature lets you store your home directory - files, folders, apps - on your iPod (or any FireWire hard drive) and take it with you wherever you go. When you find yourself near a Panther-equipped Mac, just plug in the iPod, log in, and you're "home," no matter where you happen to be. And when you return to your home computer, you can synchronize any changes you've made to your files by using File Sync, which automatically updates offline changes to your home directory.

    Mac Rumors has some of the history.

    1. Re:Feature removed from 10.3 by NatasRevol · · Score: 4, Interesting

      At the time, according to some, the real problem was the hard drive of the iPod it isn't/wasn't designed to be used as a real HD, running for hours continuously. Hence the cache and spin up/spin down. Yeah, it saves on battery life, but it also saves the HD life.

      But I still put OS X, drive utils & my home dir there. Very nice if you have accounts on your work & home mac. And my iPod is still going 4 yrs later, so I guess it wasn't too hard, or I got lucky.

      --
      There are two types of people in the world: Those who crave closure
    2. Re:Feature removed from 10.3 by Anonymous Coward · · Score: 0

      "When you find yourself near a Panther-equipped Mac, just plug in the iPod, log in, and you're "home," no matter where you happen to be."

      Um, riggghhht. How often do you find yourself near a Mac, much less a Panther-equipped one? A solution which requires 2 separate pieces of uncommon equipment to just happen to bump into each other is about as useful as, say, a car in New York City.

    3. Re:Feature removed from 10.3 by purplelocust · · Score: 1
      I don't have an iPod but I do effectively exactly what is described there with a small external Firewire drive I got a few years ago. I use Firewire target mode and boot whatever machine I'm at off of my drive and then it's just like all my other computers. It started as a way to make it easier to bike to work (carry the small drive instead of a laptop) but soon I realized this would work with any of my machines and just about anyone else's reasonably modern MacOS machine and it works great. I use rsync to make backups, and somehow everything Just Works fine. I have offices in several locations and no matter where I am, I've got the latest versions of everything and all my apps. I don't think any of the "portable account" solutions address the issue of making sure all your apps are intact, though; that seems much more difficult to handle simply.

      I don't know how well this will continue to work with the new Intel Macs- my stable of machines ranges from an old Powerbook G3 to aluminum PB G4s to old AGP G4 PowerMacs to a couple of G5 PowerMac setups.

  9. They are waiting for the right time.... by d0n+quix0te · · Score: 3, Interesting

    ... to turn on a new business model. I am pretty sure that Apple is waiting for two things before they release this feature. First, next generation EFI based PCs and second for 8GB flash memory to come down in pricing.

    This way, you could safely run OS X off the portable device (mini-hard drives in iPods are not meant to take repeated read/writes...). Apple will then make a business of selling a 'home to go' device that you can take with you and plug into any next gen PC. Voila! Instant access to all your Apps and files.

    This way they can make up any lost sales of OS X/Mac by selling us a portable device.

    -S

    1. Re:They are waiting for the right time.... by PHPfanboy · · Score: 1

      Cool, hopefully it's like http://www.projectblackdog.com/ but on an iPod with Mac OS X. That would be fabulous.

      --
      29 mpg. YMMV.
    2. Re:They are waiting for the right time.... by NatasRevol · · Score: 1

      I agree in theory, it would be a nice device.

      But this makes you choose between your 8GB of music and your 8GB of apps+docs. Not a whole lot of room if you start sharing that space.

      I would assume that they would allow, or maybe require!, the music directory to not be synced, since in theory it's on the music side of the iPod. Mine, however, is on a separate, larger partition.

      --
      There are two types of people in the world: Those who crave closure
    3. Re:They are waiting for the right time.... by Jerry+Smith · · Score: 1
      Apple will then make a business of selling a 'home to go' device that you can take with you and plug into any next gen PC.

      Apple doesn't want you to have a pc, Apple wants you to have a Mac for use of OS X. {insert 3.PROFIT!!!-comment here}

      --
      All those moments will be lost in time, like tears in rain. Time to die.
  10. [offtopic] Binary fun by toadlife · · Score: 5, Funny

    "There are 11 types of people in the world: those who can count in binary, and those who can't.

    So what is the third type? Those who think they can?

    --
    I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    1. Re:[offtopic] Binary fun by Knara · · Score: 0, Offtopic

      tee hee, if I had mod points you'd get'em

    2. Re:[offtopic] Binary fun by ElephanTS · · Score: 1

      [snigger]

      --
      spoonerize "magic trackpad"
    3. Re:[offtopic] Binary fun by camperdave · · Score: 3, Informative

      Duh! Obviously the guy is one of the ones who CANNOT count in binary.

      --
      When our name is on the back of your car, we're behind you all the way!
    4. Re:[offtopic] Binary fun by Poromenos1 · · Score: 1

      Hmm, that version of the joke might as well have been ""There are 11 types of people in the world: those who can count, and those who can't."

      I don't know where I'm going with this.

      --
      Send email from the afterlife! Write your e-will at Dead Man's Switch.
    5. Re:[offtopic] Binary fun by edwardpickman · · Score: 1
      So what is the third type? Those who think they can?

      Heres a test for the third type. Binary 101. What value does 101 have in traditional Euclidean Math? A clue, it's not one hundred and one.

    6. Re:[offtopic] Binary fun by Anonymous Coward · · Score: 0
      I thought that was pretty funny until I checked the GP and found that he didn't type that nor have anything to do with counting or binary.

      So in keeping with /. protocol:

      1) Quote yourself mangling a joke.

      2) Answer yourself with a snide (albeit funny) modification.

      3) ???

      4) PROFIT!!! (mod-point-wise)

    7. Re:[offtopic] Binary fun by Anonymous Coward · · Score: 0

      Those who count in unary.

    8. Re:[offtopic] Binary fun by jaysones · · Score: 1

      You didn't check the GP's sig obviously.

    9. Re:[offtopic] Binary fun by Anonymous Coward · · Score: 0

      Who, Dolphinling? Saw nothing in his post and I checked his blog and website, no mention of anything binary. But I guess I'm not seeing something that everyone else is.

    10. Re:[offtopic] Binary fun by Anonymous Coward · · Score: 0

      If you change your sig, it's changed on all your posts, past as well as future. So the reason you don't see it is that the guy probably changed his sig.

    11. Re:[offtopic] Binary fun by Firehed · · Score: 2, Insightful

      Only on Slashdot could a post like that get +1, Informative. Somewhat ironic that it truly is informative.

      --
      How are sites slashdotted when nobody reads TFAs?
    12. Re:[offtopic] Binary fun by goldmeer · · Score: 2, Insightful

      "There are 11 types of people in the world: those who can count in binary, and those who can't."

      "So what is the third type? Those who think they can?"

      That would be correct. And you are one of them.

      0 - The unwashed masses that do not realise that you can have a yes/no value represented by one bit
      1 - The clueful
      10 - "Psuedonerds" that almost "get it"
      11 - I can only guess "underwear gnomes with hot grits"

      The joke should have been:
      There are 1 types of people in the world: those who can count in binary, and those who can't.
      (Boy that would drive the grammar nazis craaaazy!)

    13. Re:[offtopic] Binary fun by gutnor · · Score: 3, Insightful

      "There are 1 types of people in the world: those who can count in binary, and those who can't."

      No no

      There are indeed 10 types of people in the world:
                  0 - the geeks with 9 fingers who also counts 5 cans in a six-pack.
                  1 - the not-geek with 10 fingers
                10 - the geeks with 10 fingers

    14. Re:[offtopic] Binary fun by Anonymous Coward · · Score: 0

      I still see it...

    15. Re:[offtopic] Binary fun by toadlife · · Score: 1

      I bet you're a blast a parties.

      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    16. Re:[offtopic] Binary fun by Anonymous Coward · · Score: 0
      There are 1 types of people in the world: those who can count in binary, and those who can't.

      You seem to be forgetting that there could be 0 types of people.

    17. Re:[offtopic] Binary fun by Anonymous Coward · · Score: 0

      Euclidean?? What does that have to do with it?

      Euclidean applies to geometry..

    18. Re:[offtopic] Binary fun by Anonymous Coward · · Score: 0

      Except it's expressing the cardinality of the set, not naming the member of the set.

      NOTE: "There are 10 types of people..."

      So we have:
      0 = empty set
      1 = one element
      10 = two elements
      11 = three elements

      Given a set of two elements we can represent those elements with one bit (0|1), but the proposition already chooses different names for those elements, typically "those who know binary" and "those who don't."

      I trust I'm not being needlessly pedantic.

    19. Re:[offtopic] Binary fun by Planesdragon · · Score: 1

      0 - The unwashed masses that do not realise that you can have a yes/no value represented by one bit

      Yes, you can. But when you're talking about real types, you assign them a value. The existance of null-persons is always implied.

    20. Re:[offtopic] Binary fun by gkhan1 · · Score: 1

      Exactly! Euclid didn't even use a base-10 positional number system, what the hell does he have to do with anything?

    21. Re:[offtopic] Binary fun by Anonymous Coward · · Score: 0

      It helps if you have signature viewing enabled. /obv

    22. Re:[offtopic] Binary fun by zoloto · · Score: 1

      what about the geeks with 9 fingers?

    23. Re:[offtopic] Binary fun by homer+dulu · · Score: 1

      most people don't seem to know the original joke:

      there are three types of people: those who can count and those who can't.

    24. Re:[offtopic] Binary fun by FirienFirien · · Score: 1

      What? No. Wrong. A conversation between you and I would not have 1 participants (0 you 1 me). It has 2 participants (0 null value 1 you [2|10] me)

      0 - null set. Don't try to put people in it, because this category does not exist.
      1 - the unwashed masses
      10 - the washed masses
      11 - the gripping hand masses

      Your final joke only works if you set the context to binary AND count yourself out of the set that can count in binary (potentially true, from your post).
      The original joke (10 types of people) stands.
      The poster's sig joke (11 types of people) stands by adding an extra layer of abstraction; by pissing off the people who get the 10 joke but don't get the 11. It's got a nice duality of being either clever or stupid; you can read that as reflecting yourself. Perhaps the poster didn't understand the original joke, and pseudonerded it wrong; or he was being weird and just pissing off the nerd sticklers. Either of those ways, and I'm trying to be too clever by half; but either way round you're still wrong. If you count dec2 as bin1, then "1 types of people" is grammatically correct, too - just your idea of binary no longer matches up with the rest of the mathematical workd.

      --
      Browsing with +2 to insightful posts and a higher threshold makes the average post seen seem a lot more ingenious
  11. slax webconfig??? by GLneo · · Score: 1

    Isn't it easier to take the internet with you? : http://www.slax.org/webconfig.php

  12. In the 90's by LennyDotCom · · Score: 2, Interesting

    I used to have an external SCSI HD that I booted from on my mac. Back then I could plug it in to any Mac and boot to my Desktop with all my software I thought that was so awsome. Someone had a boot problen or what ever I just plugged in my HD booted then fixed it.

    I life was so easy then

    --
    http://Lenny.com
    1. Re:In the 90's by GLneo · · Score: 1

      You can just carry around an internal ATA drive and just boot your whole OS with all your Software and every thing!, but i think that defeats the point. What is the point? Can't you all ready put your software on a USB drive and take it with, what else is there other than your Docs + Apps?

    2. Re:In the 90's by pizzach · · Score: 1

      Actually, you can boot off of the firewire drives now on the Macs. I don't know how USB is doing though. Or you probably could just bring a Mac Mini and boot off of it the same way you boot off of an external hard drive.

      It's VERY handy for diagnosing problems, backup etc.

      --
      Once you start despising the jerks, you become one.
    3. Re:In the 90's by TheRaven64 · · Score: 2, Interesting

      Why just the home directory? Why not put an entire OS install in a VM and carry that around with you? I saw a demo last year by a guy from IBM doing that. He kept his OS and local files on a Xen image on a USB flash drive. It would resume state when he plugged it into a machine and if there was an Internet connection it could even establish a VPN connection back home and mount a remote share. When he suspended the VM, he didn't just take his documents with him, he took his entire machine state.

      --
      I am TheRaven on Soylent News
    4. Re:In the 90's by eclectic4 · · Score: 2, Interesting

      "I used to have an external SCSI HD that I booted from on my mac. Back then I could plug it in to any Mac and boot to my Desktop with all my software I thought that was so awsome. Someone had a boot problen or what ever I just plugged in my HD booted then fixed it. I life was so easy then"
       
      I don't understand this statement, or why it was modded up. Go out and buy a 100 GB Firelite (or any external FW drive, FireLites can just fit in your pocket and are bus powered meaning no external power whatsoever, just a FW cord), clone your entire Mac to it, and boot it on any other Mac by holding down the option key on boot and selecting it. The Mac will find any mounted volumes with a blessed OS installed on it and you can boot from whichever one you choose. Been able to to this for years. I have a Firelite with three partitions on it, one is simply a clone of my home Mac that I can boot to and run and diagnostics, directory fixer-uppers, etc.., on the now mounted internal drive. I can copy files, whatever I want, and the other two partitions on my Firelite are images of Tiger and Panther install DVD's that I can use for installs (or archive and installs). Can fix almost all software issues on a Mac with a thing that I can easily fit in my front pocket. No CD's, DVD's, laptops, etc...

      --

      "The greatest obstacle to discovery is not ignorance - it is the illusion of knowledge." - Daniel Boorstin
    5. Re:In the 90's by Anonymous Coward · · Score: 1, Interesting

      Handy indeed. A year-and-change ago, one of my friends had purchased a G3 iceBook. Of course, its video eventually went bad (Apple has an REP out for that specific issue, even), and without video, she couldn't get her data off of it. I booted her laptop into target disk mode, then booted my PowerBook's hardware using her drive over FireWire. Turned on her remote desktop sharing and FireWire networking, rebooted both machines, then used ARD (plus other tools I had on my machine) to verify the problem for Apple and to get her data off. Everything over one cable. The whole process took maybe an hour, including burning CDs of all of her personal data.

      I know, I could have just left my PowerBook running her drive and done most of the stuff that way, but she only wanted specific things and I wanted to show off. ;-) Plus, I was able to do other things on my machine using my software while I waited for her iBook to finish various tasks.

    6. Re:In the 90's by misleb · · Score: 0

      Doesn't that require any machine you plug into to have Xen all configured and ready to resume a virtual machine? How many machines like that are you likely to bump into outside of your home?

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    7. Re:In the 90's by TheRaven64 · · Score: 1
      Doesn't that require any machine you plug into to have Xen all configured and ready to resume a virtual machine? How many machines like that are you likely to bump into outside of your home?

      You're right; of course it does. Right now, you would be hard pressed to find a machine running Xen. I expect this to change soon, however. Vista is supposed to support Xen guests out of the box, and many free operating systems already have this as an option.

      --
      I am TheRaven on Soylent News
    8. Re:In the 90's by Anonymous Coward · · Score: 0

      "I life was so easy then"

      Why do you think life easier then? Did you have to switch to Windows?

      What you describe is actually much easier to do now.

      You can do the same thing today, boot a Mac off of a portable FireWire drive.
      If you have an Intel Mac, you can boot off any FireWire or USB drive.
      You no longer have to contend with SCSI voodoo or worrying whether your cable will work with what obscure variation of SCSI port might exist on the target machine.
      The drives are cheaper, much faster, and pack much more data in a smaller case.

      Your misguided pining for the old days is blinding you to the wonders of today.

    9. Re:In the 90's by misleb · · Score: 1
      You're right; of course it does. Right now, you would be hard pressed to find a machine running Xen. I expect this to change soon, however. Vista is supposed to support Xen guests out of the box, and many free operating systems already have this as an option.


      Seems to me that VMware Player would be more practical. At least it is easier to set up.

      In my experience, though, the real value of having a portable, bootable system is for utility rather than general purpose use. That is, you want to boot systems that are not currently working or are infected or whatever. Most people will do just fine with a USB memory stick containing important files and such. And if you have a Mac, you can even throw your favorite apps on it and run them from there. No admin rights required. MS Office for Mac, for example, doesn't even need to be installed. You can run it directly from external media. Just drag the Office folder from your /Applications folder to the media...

      -matthew
      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
  13. So Apple patents automounting home directories ? by ccandreva · · Score: 4, Funny

    Amazing. To bad nobody thought of that 20 years ago.

    Oh wait.

  14. .mac by fermion · · Score: 1
    .mac provides some of this functionality. I have most of what I do on a daily basis on .mac, so it does not matter what machine I use. My mail, documents, etc can be easily synched between machines. This also means that I have three copies of everything, which is not as good as backup, but it pretty good. I can even sync my safari and camino bookmarks

    What is missing is my library files, x-windows config and the like. So much is stuffed into the library files, mine is over 2GB, that I don't see how I could keep it remotely. I could put it on my ipod, but not my usb key.

    --
    "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    1. Re:.mac by ianwestcott · · Score: 1

      This strikes me as what they're really trying to accomplish with this patent filing. Not something you take with you, but something that's stored on the server all the time. When you sit down at a Mac, you could log in with your .Mac account instead of a local account for that particular machine.

  15. This is new? by Short+Circuit · · Score: 0, Redundant

    Just last week I set up a user account on my Linux box for my roommate. I partitioned his 80GB external hard drive so that he'd have a 1GB ex3 and a 79GB FAT32 partition.

    The ext3 partition is mounted under /home/rensik, and the FAT32 partition under /home/rensik/Desktop.

    For the past year and a half, my home directory has resided on my external 250GB drive, which might get connected to any of three machines.

    1. Re:This is new? by r_jensen11 · · Score: 1

      The only thing, though, is that the user profile has to be automagically created when the drive is mounted, something which is different than merely automounting a drive for a pre-existing user.

  16. yes, some sort of "archive" format might work by radarsat1 · · Score: 1

    This is brilliant. I can imagine some sort of program which could archive all your files and configuration information, and then.. perhaps some sort of compression could be applied to allow for greater portability. Great idea! Someone should try implementing this for Linux.

  17. Re:So Apple patents automounting home directories by nuckin+futs · · Score: 0, Troll

    Apple did not invent it nor develop it, like a lot of things. They just make it easier for joe sixpack to use and implement such things. Simple, seamless and flawless integration is their forte.

  18. Re:I farted by __aaclcg7560 · · Score: 0, Troll

    I wish these damn Windows users could learn how to open a window and let some fresh air in.

  19. Can already do this with Yellow Dog Linux by billdar · · Score: 3, Informative
    Put a complete Yellow Dog Linux install on your iPod and reboot any PPC mac into your entire OS with all your settings and applications. When on the move, it still plays your music and can be used with iTunes.

    Even IBM does this to recover dead PC's.

    Does this mean I can declare prior art? Get my lawyer on the bat-phone

    --
    I am billdar, and I approve this message.
    1. Re:Can already do this with Yellow Dog Linux by NatasRevol · · Score: 1

      You're missing the point.

      Take your iPod, plug it into another Mac, and log into that home directory. Where there has never been a user account for that home directory on the host Mac.

      What you described can be done with OS X as well. I've done it on my iPod for about 4 years now. Install a bunch of disk tools on the iPod, and you have a great troubleshooting device.

      --
      There are two types of people in the world: Those who crave closure
    2. Re:Can already do this with Yellow Dog Linux by billdar · · Score: 1
      Naw, I see where you're coming from... but :)

      My main point is that as where they are describing re-logging in for your home directory, you can just as simply reboot and get all your applications.

      It doesn't exactly help to carry your presentations/spreadsheets/etc.. around with you if nothing on the host system will display them.

      --
      I am billdar, and I approve this message.
    3. Re:Can already do this with Yellow Dog Linux by billdar · · Score: 1
      Sorry to reply to my own post, but my main point was actually that it's not much of a strech to see this may not be a patent-able idea...

      --
      I am billdar, and I approve this message.
  20. bahahaha by Anonymous Coward · · Score: 0

    So kind of like the "Roaming Profiles" feature that MSFT has had since, what, NT4.0? I thought all the copying was in the other direction!

  21. Roaming Profiles by nurb432 · · Score: 1

    Thats what it sounds like to me, except you can store it on a removable device instead of a server.

    Still, would be nice to have, if they can solve the massive security risks.

    --
    ---- Booth was a patriot ----
  22. "OSX"? What's that? Is it like a rip-off of OS X? by Anonymous Coward · · Score: 0, Flamebait

    Fer fuck's sake, I can almost forgive posters for being too lazy to know the name of the OS under discussion, but I'd like to imagine that the /. editors would take the time to learn how to write the name for headlines.

  23. In the palm of your hand? by Seoulstriker · · Score: 1

    Ever thought you could carry your home in the palm of your hands?

    I know that I can carry my entire genome in the palm of my hand... about 15,000,000 copies of it. Beat that!

    --
    I am defenseless. Use your button. Mod me down with all of your hatred.
    1. Re:In the palm of your hand? by Daniel_Staal · · Score: 4, Funny

      Yeah, but it's in a proprietary encrypted format which is unreadable without specialized equipment. (That has all been reverse-engineered to read the format: the original creator refuses to open their toolkit.)

      --
      'Sensible' is a curse word.
    2. Re:In the palm of your hand? by dmd · · Score: 2, Funny

      You must have really fucking tiny palms if that's all you can carry.

    3. Re:In the palm of your hand? by Anonymous Coward · · Score: 0

      Beat that!

      Sounds like there's been enough beating already, thanks.

    4. Re:In the palm of your hand? by smoker2 · · Score: 1

      He can carry more, but it gets lost in the hair !

  24. You can actually already do this on a Mac... by Anonymous Coward · · Score: 0

    You have to enter a lot of Terminal commands to set it up, and setup isn't for the novice, but it can be done. MacAddict had an article on it some years back, and I used a combination of their article and another I found online to set up all of the user home directories for my Mac (running Tiger) on another partition. Which could as easily have been another drive.

    1. Re:You can actually already do this on a Mac... by Anonymous Coward · · Score: 0

      "A lot of" Terminal commands may have been an overstatement. Must have been me remembering my nervousness as I did each step, as I was worried about having to redo everything if I messed up. Four commands.
      http://www.bombich.com/mactips/homedir.html

      Also, the MacAddict How To article was December 2004, but it seems that they had a shorter bit in the Ask Us section in January 2004.

  25. Uh huh by Anonymous Coward · · Score: 0

    Tell you what, call me when you Windows guys can boot into Windows from any old external hard drive with a copy of Windows installed on it, attached to pretty much any computer.

    Macs have been able to do that for, what, 20 years now? It makes troubleshooting the occasional non-booting Mac I come across in my job a complete breeze. No messing with BartPE or anything like that here!

  26. Old News by Arcady13 · · Score: 1

    This "new" patent is four years old.

  27. Re:So Apple patents automounting home directories by Anonymous Coward · · Score: 0

    Why aren't you the most cuddly woddly fanboi out there..........

  28. Portable Apps by frelax · · Score: 1

    you can take your apps (or at least some of them) with you today: http://portableapps.com/
    you can't sync, 'though

  29. iPod you say? Why yes! by AWhiteFlame · · Score: 1

    This definitely sounds like something the iPod would win at and would still be apple-style. You can just picture the keynote where Jobs has 2 iMacs and an iPod with a user account, he removes the iPod from dock 1 and places it in dock 2, clicks around, "...and boom. I'm logged in with all my settings, bookmarks, and files." I think I could see myself using this functionality.

    --
    "Everything worth innovating today will go to court tomorrow."
  30. Lessee... Get Info... Calculating... by jpellino · · Score: 1

    That'd be a 12GB home directory on my iBook G4 - better pony up for the non-flash iPod.

    --
    "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
  31. evil by oohshiny · · Score: 2, Informative

    This feature has been available under UNIX for more than two decades. For Apple to patent this is really evil.

    1. Re:evil by KayosIII · · Score: 1

      Almost but I can see a 2 subtle destinctions... 1) On Unix the user ID is a number and may not correspond to the user ID on another computer. So there must be another mechanism for identifying the user. 2) There seems to be an auto syncronisation between the Local Account and the Portable Account. IE changed settings and added data are written in both places. Personally I hate that stuff like this can be patented.

    2. Re:evil by oohshiny · · Score: 1

      Whether you synchronize and what uid you use are configuration choices. The usual UNIX thing to do is to require you to log into the machine as some existing user and then you switch over your home directory, that's all.

      Apple may have made a different choice, for example by having the login process recognize an external storage device. But that's a configuration choice, not an invention.

    3. Re:evil by Anonymous Coward · · Score: 0

      You should possibly rethink your philosophy, which places filing for patents for at least partially legitimate technology, under the "evil" spectrum.
      Usually I reserve the word "evil" for things like taking the life of another without at least just cause and authority, being a sociopath, causing economies to collapse and thousands to die indirectly while knowing it would happen, etc. Patents are pretty ephemeral in comparison; even if it was found that they were just copying someone else and attempting to file a patent on their work, does plagiarism in any way compare to, say, permanently causing harm to someone?

    4. Re:evil by Anonymous Coward · · Score: 0

      Patents are pretty ephemeral in comparison; even if it was found that they were just copying someone else and attempting to file a patent on their work, does plagiarism in any way compare to, say, permanently causing harm to someone? [...] Usually I reserve the word "evil" for things like taking the life of another without at least just cause and authority,

      I think it is you who should rethink your philosophy. Our industry is decades behind where it could be if companies hadn't massively stolen other people's ideas, protected themselves from better technology through various intellectual property tricks, and dominated the market through lies, glitz, and broken promises. The damage to our economy and human lives is staggering: enormous lost productivity, drugs and medial devices that didn't get developed, environmental problems that didn't get addressed, lower literacy, friendships that didn't get made, etc.

  32. Old Planned Feature by beefstu01 · · Score: 1, Redundant

    For what it's worth, I believe that this was meant to be a feature in 10.3, but it got cut. As I recall, when Steve Jobs first announced the OS, there was a small blurb on the "Sneak Peek" page about a "Home on your iPod" feature. It was up for a month or so, then disappeared. Guess it's been in the pipeline for a while. Source.

  33. why would you want this? by Anonymous Coward · · Score: 0

    wouldn't you just want to be root everywhere?

  34. Re:So Apple patents automounting home directories by NatasRevol · · Score: 1

    ...automounting home directories where there isn't a user account. It's the where clause that no one has quite come up with before. Maybe thought of it, but never figured out how to implement it. Even Apple has struggled with it for a couple of years now.

    --
    There are two types of people in the world: Those who crave closure
  35. This shouldn't be patentable. It's been done ... by MrJerryNormandinSir · · Score: 1

    Damn. The Patent Office take a good look at this before a patent is granted.

  36. New? by RAMMS+EIN · · Score: 1

    ``All of which seems to suggest that at some time soon we may be able to load our user accounts onto an iPod, hard drive or USB keydrive and take them wherever we go.''

    And we aren't able to do that yet?

    --
    Please correct me if I got my facts wrong.
  37. Re:So Apple patents automounting home directories by joe_bruin · · Score: 3, Interesting

    It would be fairly simple to create a PAM module and daemon that, when detecting a USB device with certain information on it (say a passwd file), could mount that disk in /home/thatuser (overriding file permissions so that all items are owned by that user and nodev, nosuid), and allow that user to log in. It would not take any more modifications than that to make any Linux or BSD system be capable of doing roaming profiles on a removable drive. Quick, someone implement it!

  38. Long live the NeXT! by taweili · · Score: 1

    When Jobs brought out NeXT in the 1990, he refused to have harddrive in NeXT and insist everything on the 250MB Optical/Magnetic disc. The idea was the students can carry everything they have on the disc and use any machine available.

    1. Re:Long live the NeXT! by FluffyWithTeeth · · Score: 1
      He tried that for the Macintosh as well, and was told by his engineers it was a fucking stupid idea then, too.

      God, he wanted the original Macintosh to run off just a 5+1/4" disk, at least made it up to a 1.44MB 3+1/2 due to sensible people working under him.

    2. Re:Long live the NeXT! by sickofthisshit · · Score: 1

      The 1.44MB version of the 3.5 inch floppy is substantially later than the original 1984 Mac. That Mac had 400kB floppies, uprgraded to 800kB floppies around 1986. 1.44MB were introduced sometime around 1987.

    3. Re:Long live the NeXT! by taweili · · Score: 1

      Third time may be the charm? ;) I can see that could be useful now a day. I use Powerbook. I want to get a Mac Pro for home. Trying to maintain data in two machine is a pain in the butt.

  39. hmmm by toadlife · · Score: 1

    "Those who count in unary."

    I bet that was the joke and the GP is laughing at us all right now.

    --
    I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
  40. Re:So Apple patents automounting home directories by Anonymous Coward · · Score: 0

    thanx!!! now i can run my microsoft while watching nascar on my sony tv in my trailer

    luv,
    joe sixpack

  41. Sooper! by certain+death · · Score: 1

    I don't really care if Apple does it, but for sure SOMEONE needs to!! I should have patented this back in 2000 :o)

    --
    "My immediate reaction is "WTF? What kind of moron doesn't make things 64-bit safe to begin with?" Linus
    1. Re:Sooper! by emjoi_gently · · Score: 1

      Or in 2002.
      Ummm... look at the Filed Date of the Patent.

  42. Hmm by majortom1981 · · Score: 1

    Wouldnt this be the equivalent to roaming profiles on xp? What would be the difference?

  43. The Patent by Anonymous Coward · · Score: 0

    Method and apparatus rendering user accounts portable Abstract Improved approaches for enabling user accounts to be portable across different multi-user computer systems are disclosed. A user account created at a multi-user computer can be stored to an external, portable data store, thereby rendering the user account portable. The multi-user computer system, e.g., through its operating system, locates user accounts on not only in local storage of the multi-user computer system, but also in any removable data storage attached to the multi-user computer system. Hence, by coupling the external, portable data store to another multi-user computer, a user is able to login to any supporting multi-user computer and be presented with their user configuration and user directory. Since the data store that stores the user account is not only external but also portable, a user can simply tote the data store to the location of different multi-user computers. In one embodiment, the external, portable data store can not only store the user account but can also provide general data storage. In another embodiment, the external, portable data store can be a portion of a portable computing device (e.g., media player) that provides other functionality besides data storage. Inventors: Bowers; Robert T (Cupertino, CA), Ko; Steve (San Francisco, CA) Assignee: Apple Computer, Inc. (Cupertino, CA) Appl. No.: 10/304,291 Filed: November 25, 2002 Current U.S. Class: 713/1 ; 713/100 Current International Class: G06F 15/177 (20060101); G06F 9/00 (20060101) References Cited [Referenced By] U.S. Patent Documents 6449642 September 2002 Bourke-Dunphy et al. 6700839 March 2004 Auflick et al. 6850953 February 2005 Deshpande et al. 2002/0180803 December 2002 Kaplan et al. 2003/0174167 September 2003 Poo et al. Other References Apple Computer, Inc. "Just Minutes Away From New Abilities," webpage, http://www.apple.com/macosx/upgrade/install.html. cited by other. Primary Examiner: Browne; Lynne H. Assistant Examiner: Stoynoy; Stefan Attorney, Agent or Firm: Beyer Weaver & Thomas, LLP Claims What is claimed is: 1. A method for configuring a multi-user computer system for use by a registered user, the multi-user computer system including at least a processor, an operating system, a display device and a local data store, said method comprising: retrieving available user accounts pertaining to registered users, at least one of the available user accounts being from the local data store that is within the multi-user computer system and at least another of the available user accounts being from an external data store that is external to the multi-user computer system; presenting a representation of the retrieved available user accounts on the display device of the multi-user computer system; receiving a selection of one of the retrieved available user accounts by the registered user; authenticating the registered user as authorized for use of the selected one of the retrieved available user accounts; and configuring the multi-user computer system in accordance with the selected one of the retrieved available user accounts for use by the registered user. 2. A method as recited in claim 1, wherein said presenting comprises displaying a representation for each of the retrieved available user accounts on the display device of the multi-user computer system. 3. A method as recited in claim 2, wherein said displaying operates to distinguishably display the representation for the at least one of the available user accounts being from an external data store from the representation for the at least one of the available user accounts being from the local data store. 4. A method as recited in claim 2, wherein the representation for the at least one of the available user accounts being from the external data store comprises an icon, the icon distinguishably displays the representation for the at least one of the available user accounts being from the external data store from the at

    1. Re:The Patent by ellem · · Score: 3, Interesting

      Ugh I hate these nonsense emails.

      So much crap in this one I don't even know how much the V14gr4 is...

      --
      This .sig is fake but accurate.
  44. Javacard by Anonymous Coward · · Score: 0

    I believe something like this has been possible with javacard/sunray. Although probably not exactly.

  45. I'm sorry. by Jerk+City+Troll · · Score: 1

    But, what are you talking about? I have seen some fairly incoherent ramblings on Slashdot, and this one is up there.

  46. Wake up and RTFM by Anonymous Coward · · Score: 0

    It clearly says you can't do squat with this except when you've connected it to an existing computer.

    Sure you can check your email with it -- after you've connected it to the Macbook Pro you're carrying or the iMac on your desk or ...

    The point of this is not to be some tiny computer that you can use anywhere there's a chair; it's to be able to have your personalized environment and all your data anywhere there's a computer so that you don't have to lug a whole computer with you to your destinations.

  47. Sounds similar to an Idea I had by aashenfe · · Score: 1

    I had a similar Idea a long time ago, and wrote a journal entry about it

    http://slashdot.org/~aashenfe/journal/

    I have no idea if this is really the same idea.

  48. Absolutely correct by mbessey · · Score: 4, Informative

    The original iPod hard drives (from the 5 and 10 GB models) had a very short guaranteed run time. That wasn't a problem for the iPod as a music player, or for occasional file transfer, since the drive was turned off 90% or more of the time. OS X likes to write to the home directory frequently, though, so "Portable Home Directories" (as they were known at the time) had the potential to wear out the iPod's hard drive very quickly (a matter of weeks or months).

    It turns out that the ACTUAL run time to failure for those drives was typically much longer than promised, so lots of folks have had success with using them as "live" drives. I have no idea what the specs on the current generation of iPod hard drives are, but I'd bet they're considerably more durable.

    Hey, what do you know - Toshiba has published the specifications for the original 5GB iPod drive online:
    http://www3.toshiba.co.jp/storage/english/spec/hdd /mk5002.htm#relia

    That page claims a "product life" of "5 years or 20,000 POH (Power-On-Hours)". 20,000 hours is just over 2.25 years of continuous operation. Given that you can get a 2-year warranty for an iPod through AppleCare these days, that doesn't sound like a very good risk.

    I don't happen to have a copy of the original spec sheet we got with the first-generation drives, but my recollection is that the quoted life span was much shorter - short enough that warranty returns for worn-out drives was a real concern if they were kept running all the time, even with the shorter warranties offered at the time (anybody else remember 90-day iPod warranties?).

    Of course, for Flash devices (like those in the Shuffle and Nano) the lifetime is specified in terms of a certain number of write operations, rather than total time "turned on". The expected lifetime for an iPod Shuffle used as a home directory is probably very very long - dozens of years.

    1. Re:Absolutely correct by Anonymous Coward · · Score: 0

      I have been using a 40 Gig Ipod as an external hard drive for over 2.5 years now because I dropped it hard on pavement and cracked the screen. Never had a problem with it, and it gets used a lot. Sounds like the "ipod hard drive won't handle real use as a hard drive" is just as bogus as later gen Ipods having bad battery life... battery still going strong after 2.5 years.. not to mention the new Color 60 gig Ipod I bought after I broke the screen on the other one is still going strong after 2 years as my music player. The battery easily lasts my 12 hour listening periods through my commute and work time 5 days a week, and almost 52 weeks a year.... yes it gets some SERIOUS usage.

  49. I don't think you've thought this through. by porkchop_d_clown · · Score: 1

    No current operating system can handle the permissions/security structure needed to have user login data on an external portable device.

    For example: If the user's encrypted password is stored on the external device, what permission/rights does that user get to files on the internal hard drive? What rights are granted to the host computer for accessing the data on the external device?

  50. Really? by porkchop_d_clown · · Score: 1

    Which operating systems allow user accounts to be stored on portable devices?

    Not applications. Not data. The account - including all security information and preferences.

    In *NIX operating systems, account data is stored in a single repository, usually files in /etc. In Windows, account data is stored in the registry. In OS X, it is currently stored in a database.

    1. Re:Really? by andydread · · Score: 1

      Some questions for PorkChop.
      Does a user account have to exist on all macs that the ipod gets docked to ?
      If not does that mean that you can simply walk up to my mac and log into it without
      having an account on my mac? and what are the security implications here ?
      Does my mac need to have the same apps installed that you have on yours ?
      What if you have msoffice files on your ipod and I don't have msoffice on my mac?
      can you still edit your msoffice files on my mac?
      If not then how is this useful?

      I currently have osx installed on some usb flash drives
      and I can boot any mac and the stuff I need with me on the
      road is there. apps, docs, music etc. I don't even carry my powerbook
      with me much anymore.

      I also have puppy linux installed on another flash drive that
      will boot any fairly new pc and i can get to my docs there also and they all simply
      sync with a bash script and rsync. when i plug them into my mac

      A bit confused here
      how exactly does this work ?

    2. Re:Really? by porkchop_d_clown · · Score: 1

      The way I read the patent:

      Imagine a computer lab full of identically configured Macs. User walks up to one, plugs in his thumb drive. Mac recognizes the account data stored on that drive and user can now log in, using his user id and password.

      It basically sounds something like what you can do with Windows Active Directory, or NIS (for *NIX environments) but without requiring a central database of user ids, since the user's information is stored on the thumb drive instead of a network server.

      To be honest, while it's kind of cool technically I don't see much use for it in the real world; computers are cheap enough that people don't share them in a way that this is useful.

  51. In what sense? by porkchop_d_clown · · Score: 1

    In UNIX, user accounts are managed through either flat files or a shared database. Neither of which involves moving user accounts around via external storage devices.

    1. Re:In what sense? by oohshiny · · Score: 1

      In the sense that you can make any combination of user id mapping, storage device, and authentication work, and that people do. One common example is things like Knoppix and flash drives.

      Don't get me wrong: this feature makes sense for the Mac environment. But Apple didn't invent storing accounts on removable media, and their particular combination of features represents a policy choice, not a new invention.

  52. Software patents are a fact of life. by porkchop_d_clown · · Score: 1

    And, like all patents, they do serve a purpose; by providing an incentive to improve the state-of-the-art.

    For example, would Bell have developed the telephone if he hadn't believed he'd be able to profit from it?

    1. Re:Software patents are a fact of life. by oohshiny · · Score: 1

      Trouble is, Bell didn't develop the telephone. He did contribute something to its development, but he would probably have done that anyway.

  53. From 2002? by catdevnull · · Score: 2, Insightful

    From TFA:

    Inventors: Bowers; Robert T (Cupertino, CA), Ko; Steve (San Francisco, CA)
    Assignee: Apple Computer, Inc. (Cupertino, CA)
    Appl. No.: 10/304,291
    Filed: November 25, 2002

    Maybe I don't know how to read these legal eagle documents and stuff, but it seems like this was filed some time ago. I don't think this has much bearing to 10.5 when this was filed when 10.2 was fresh on the shelves.

    --

    I might know what I'm talkin' about, but then again, this is Slashdot...
  54. Only 12? by porkchop_d_clown · · Score: 1

    You haven't discovered video editing yet?

    1. Re:Only 12? by jZnat · · Score: 0

      Forget video editting; what about porn?

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    2. Re:Only 12? by gkhan1 · · Score: 1

      Hey, I've got 62 GiBs of just crappy tv-shows, downloaded from bittorrent.

      I gots to have my Buffy!

    3. Re:Only 12? by jpellino · · Score: 1

      You haven't discovered video editing yet?

      yes, just prior to discovering external drives...

      two 30's sitting just starboard ;-)

      --
      "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
  55. It's hard to see the benefit. by porkchop_d_clown · · Score: 1

    I can see using this mainly in high school computer labs. In most other environments, people don't share computers anymore.

  56. Which program by porkchop_d_clown · · Score: 1

    migrates your records in /etc/passwd and /etc/groups?

    1. Re:Which program by jZnat · · Score: 1

      Uh, cp?

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
  57. No one remembers NeXTstep? by linuxtelephony · · Score: 1

    One of the "features" of NeXT computers was an optical disk that could hold, I believe, 250 megabytes. You could store your desktop, etc. (basically your home directory) on that disk, taking it with you as you went from machine to machine.

    What was that? Late 80s, early 90s? Of course, with Apple owning NeXTstep and morphing into OS X, it's no surprise they'd eventually roll out a similar feature. I am surprised by the patent. And, it begs the question, can this feature from NeXT be used as prior art against such a patent from Apple, even though Apple now owns NeXT? Would this be a self-defeating patent?

    --
    . 62,400 repetitions make one truth -- Brave New World, Aldous Huxley
    1. Re:No one remembers NeXTstep? by mtec · · Score: 1

      Apple now owns NeXT

      In spirit, I think it was more the other way around. Kind of a digital coup d'état.

      --
      Cake or Death? Cake Please!
    2. Re:No one remembers NeXTstep? by dschuetz · · Score: 1

      You could store your desktop, etc. (basically your home directory) on that disk, taking it with you as you went from machine to machine.

      I think the original idea was somewhat more than that. For a while, they made Cubes available with only a 40 MB HD (yes, 40 MEG, remember those days?) for local swap space and such. The idea was that you'd have not only your personal account, but the *entire OS* on the optical disc. You would walk up to a machine (in a lab -- this approach was aimed at colleges), pop in the disc, and you'd have your entire environment, home account, programs, *and* local root access, all at once. Mess up the machine with that root access? So what, as soon as you pop out the disc your changes would go with *you*, not stay with the machine.

      It was an interesting idea, but the drives were slower even than some of the old 1st gen 10 meg IBM XT drives, and (worse yet) the fan in many units was installed backward and drew dusty air through the optical drive.

      I've still got a "floptical" at home, and a cube with a drive. Some day I'll pop in a hard drive, load up NS, and see if I can't read the disc still. If I recall correctly, it's still filled with all kinds of stupid pictures & sounds from the pre-web internet.

  58. Good job, guys... by jarrod.ranney · · Score: 1

    Through tireless effort and hours of research on the internet you've discovered a feature discussed in August at the Developer's Conference in S.F.

  59. Isn't this already possible... and then some? by misleb · · Score: 1

    You can boot a Mac off of an iPod. I know carrying around a whole system on your iPod is a bit of a waste of valuable music storage space, but it is possible. OS X isn't like Windows where the OS is tied to a particular hardware configuration. It is nearly one size fits all with OS X. You can even make a universal system that will boot either an PPC or Intel machine (I've done it). You could easily write scripts to synhronize your desktop with your iPod. I believe Carbon Copy Cloner will do it. Although I haven't used it in a while.

    Having your home directory wherever you go is one thing, but how about all your apps too?

    Macs are so nice to work with compared to PCs. I can't believe it took me 10 years to figure it out.

    -matthew

    --
    "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    1. Re:Isn't this already possible... and then some? by Ash-Fox · · Score: 1
      You can boot a Mac off of an iPod.
      You can boot Windows off a iPod or any other USB device too. To be able todo this simply, one usually gets WinPE and the few of it's many plugins that lets it boot off USB devices.
      OS X isn't like Windows where the OS is tied to a particular hardware configuration.
      Actually windows isn't... Infact there are options in Windows that let you setup multiple hardware profiles, so when you boot you can be asked which specific profile you want to use... Or you can just use one profile like most people do and have all the hardware supported under that.
      You can even make a universal system that will boot either an PPC or Intel machine (I've done it).
      Well, there is no supported proprietary Windows OS solution for PPC anymore. Plus PPC systems seem to be dying. I some how doubt your iPod would boot my PPC Amiga though (can run Linux and AmigaOS fine though). The other thing is, don't you have to crack MacOSX for it to boot on most Intel machines -- and even then, it doesn't generally support the hardware that well from what I've heard.
      You could easily write scripts to synhronize your desktop with your iPod. I believe Carbon Copy Cloner will do it.
      I could use the briefcase synchronisation of windows, or offline files, or even a trick with roaming profiles.

      By the way, have you found any noticeable speed differences when running the OS off the iPod?
      --
      Change is certain; progress is not obligatory.
    2. Re:Isn't this already possible... and then some? by misleb · · Score: 1
      You can boot Windows off a iPod or any other USB device too. To be able todo this simply, one usually gets WinPE [runtime.org] and the few of it's many plugins that lets it boot off USB devices.


      Good luck getting it to boot reliably. I tried making a Linux on USB system and found that, even though it would technically support the hardware, many PCs just didn't have the option to boot it. The only way to get a reliable PC boot media is to use CD/DVD but then writing persistent data and maintenance become a pain.

      Actually windows isn't... Infact there are options in Windows that let you setup multiple hardware profiles, so when you boot you can be asked which specific profile you want to use... Or you can just use one profile like most people do and have all the hardware supported under that.


      "Most people"? I have never once, in my 12 years of PC tech experience, seen someone use such a setup on with a PC. Maybe when building Ghost images, but even that is tricky. If it is so simple to setup, why does every Windows tech I hve ever known use a DOS boot disk/CD to run virus scanners, Ghost, and the like? For "most people," a portable, bootable "Windows" system means a DOS floppy image with an NTFS driver or the XP install media... and sometimes a Linux Live CD when Windows won't work. Maybe in theory you can get Windows to to boot on a significant subset of PCs off of USB, but only in the Mac world is it common practice.

      Also, did you know that you can boot one Mac off of another Mac acting as as an external Firewire drive? No need to carry around an iPod or build special boot disks. Just boot one computer off of the drive of another. I've used this trick many times. You can't do anything even remotely like this on a PC without physically moving drives around. And even then, there is a good chance that Windows will simply refuse to boot on anything but the machine it was installed on.

      Well, there is no supported proprietary Windows OS solution for PPC anymore. Plus PPC systems seem to be dying. I some how doubt your iPod would boot my PPC Amiga though (can run Linux and AmigaOS fine though). The other thing is, don't you have to crack MacOSX for it to boot on most Intel machines -- and even then, it doesn't generally support the hardware that well from what I've heard.


      WTF are you talking about? What does you rusting Amiga have to do with anything? And why would I want to boot Intel OS X on a PC when I have a workplace and home full of Macs?

      By the way, have you found any noticeable speed differences when running the OS off the iPod?


      Yes, but it is mostly a utility, not a general pupose computing device. A firewire drive (yeah, Macs can boot those too) is drive a lot faster though. I could see myself using that, although 95% of the (computing) time I am using one of two computers. Any files that really need to be shared are either under version control or on a server that I can mount via VPN.

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    3. Re:Isn't this already possible... and then some? by Ash-Fox · · Score: 1
      Good luck getting it to boot reliably. I tried making a Linux on USB system and found that, even though it would technically support the hardware, many PCs just didn't have the option to boot it.
      Not my experience.
      The only way to get a reliable PC boot media is to use CD/DVD but then writing persistent data and maintenance become a pain.
      Also not my experience, often I come across CD/DVD-roms that just mess up reading some CDs, while the same CDs work fine in others (nothing todo with burn speeds), I've also had this issue on Mac hardware.
      "Most people"? I have never once, in my 12 years of PC tech experience, seen someone use such a setup on with a PC.
      Should I phrase it, "Most people who do this sort of thing" instead?
      If it is so simple to setup, why does every Windows tech I hve ever known use a DOS boot disk/CD to run virus scanners, Ghost, and the like?
      Strange, most windows techs I know would use BartPE for any recovery work on a unbootable system at remote locations while at business locations they would use network booting into recovery tools. But I am not sure what you're trying to say. How is inserting some DOS cd to run outdated virus scanners about running your own little desktop off a portable device?
      For "most people," a portable, bootable "Windows" system means a DOS floppy image with an NTFS driver or the XP install media...
      For most people, a portable "Windows" system is a laptop.
      Maybe in theory you can get Windows to to boot on a significant subset of PCs off of USB, but only in the Mac world is it common practice.
      It isn't a theory when I've already done it.
      Also, did you know that you can boot one Mac off of another Mac acting as as an external Firewire drive?
      Yes
      You can't do anything even remotely like this on a PC without physically moving drives around.
      I've booted standard x86 systems off Ethernet and USB using another PC -- I do admit it isn't as easy to setup though.
      And even then, there is a good chance that Windows will simply refuse to boot on anything but the machine it was installed on.
      Strange, the worst I've seen is that Windows asks you to reactivate it, but you can still use the computer despite that message.
      WTF are you talking about? What does you rusting Amiga have to do with anything?
      I don't get what you mean about 'rusting', what I do know is that Amiga is still developing, and it's still on the PPC platform, the Mac line of PPC products are ending. If you're going to use the word "PPC", I'm going to assume the architecture, and computers on that architecture, just as much as if you say "Intel", I'm going to assume computers that use the Intel processor, and x86 being the architecture and so on.
      And why would I want to boot Intel OS X on a PC when I have a workplace and home full of Macs?
      I miss-understood you it seems.

      Yes, but it is mostly a utility, not a general pupose computing device.
      By the way, ever heard of Blackdog? So far I think it's the 'neatest' way to take a mobile desktop with you -- although I haven't bought one yet, so I can't say this is a opinion drawn from experience.
      --
      Change is certain; progress is not obligatory.
    4. Re:Isn't this already possible... and then some? by misleb · · Score: 1
      Good luck getting it to boot reliably. I tried making a Linux on USB system and found that, even though it would technically support the hardware, many PCs just didn't have the option to boot it.

      Not my experience.


      Well, I just verified that our Dell Dimensions (Pentium 4 machines) don't have a USB boot option. So that means that 95%, if not 100% (I haven't checked the few oddballs and laptops), of the PCs here cannot boot from USB. I know my home computer (P4 2Ghz) doesn't have the option either. At my previous employer it was hit and miss. Some computers could boot USB, but most couldn't. So I'm not really sure what your experience is or why it should be so different than mine. Is USB booting only common in the last year or two? Maybe the PCs I use are just now new enough.. but I think this is pretty common. Most computers are not as new as one or two years.

      The only way to get a reliable PC boot media is to use CD/DVD but then writing persistent data and maintenance become a pain.

      Also not my experience, often I come across CD/DVD-roms that just mess up reading some CDs, while the same CDs work fine in others (nothing todo with burn speeds), I've also had this issue on Mac hardware.


      This is certainly far more rare than PCs that cannot boot USB. Perhaps I should have said "the most reliable PC boot media..."

      I've booted standard x86 systems off Ethernet and USB using another PC -- I do admit it isn't as easy to setup though.


      No, I mean booting using the harddrive/OS on another computer. Not netbooting or serving out a disk image via USB.

      And even then, there is a good chance that Windows will simply refuse to boot on anything but the machine it was installed on.

      Strange, the worst I've seen is that Windows asks you to reactivate it, but you can still use the computer despite that message.


      Unless you specifically tweak the machine, differeing HAL setups will cause bluescreen last I checked.

      Yes, but it is mostly a utility, not a general pupose computing device.

      By the way, ever heard of Blackdog? So far I think it's the 'neatest' way to take a mobile desktop with you -- although I haven't bought one yet, so I can't say this is a opinion drawn from experience.


      Actually, I'd probably use VMware Player on a portable drive. Simple and elegant. Kinda like booting Macs off various media. ;-)

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    5. Re:Isn't this already possible... and then some? by Ash-Fox · · Score: 1
      Well, I just verified that our Dell Dimensions (Pentium 4 machines) don't have a USB boot option. So that means that 95%, if not 100%
      Wow -- I'm quite amused discovering this actually, learned something new :). I rarely deal with Dell computers, Most computers in the companies (I can say for sure in this region -- not sure about the rest of the country) come from HP/Compaq, IBM, Lenovo and Acer (Acer doesn't provide corporate support like the other companies do though).
      So that means that 95%, if not 100% (I haven't checked the few oddballs and laptops), of the PCs here cannot boot from USB.
      Dell needs a bigger presence than just being popular in the USA and in the UK (I don't live in either countries right now -- I also haven't even seen a Dell or Sony system for a few months now just to give you a picture -- Did see them all the time in the UK though).
      So I'm not really sure what your experience is or why it should be so different than mine.
      Well, even if one vendor isn't as a popular... No -- it doesn't make sense to me.
      Is USB booting only common in the last year or two?
      Hmm, had three-four year old PCs are doing it, so I doubt so.
      This is certainly far more rare than PCs that cannot boot USB.
      Could be a number of things causing it though -- dirty laser, the actual media not of a reasonable quality etc - I just never bothered investigating why this happens occasionally (a lot faster to use alternatives).
      No, I mean booting using the harddrive/OS on another computer. Not netbooting or serving out a disk image via USB.
      This is somewhat of a grey line in my opinion, one can achieve the same results if one set it up that way.
      Unless you specifically tweak the machine, differeing HAL setups will cause bluescreen last I checked.
      Never experienced that issue (did have issues though with bad drivers on some hardware).

      Actually, I'd probably use VMware Player on a portable drive. Simple and elegant. Kinda like booting Macs off various media. ;-)
      Good idea, although I don't it would work too well on locked down workstations (non-administrator access).
      --
      Change is certain; progress is not obligatory.
    6. Re:Isn't this already possible... and then some? by misleb · · Score: 1
      So I'm not really sure what your experience is or why it should be so different than mine

      Well, even if one vendor isn't as a popular... No -- it doesn't make sense to me.


      And it isn't just Dells. My PC at home (Shuttle) doesn't boot USB either. These are many other examples that I can't verify at the moment.

      No, I mean booting using the harddrive/OS on another computer. Not netbooting or serving out a disk image via USB.

      This is somewhat of a grey line in my opinion, one can achieve the same results if one set it up that way.


      Maybe, but the point is that with Macs you don't have to set anything up. It Just Works that way by design. You can boot off another person's HD or you can just use their computer as an external Firewire harddrive. Say your friend has a computer that won't boot and you don't have a Live CD or other utiilty disk handy. You can boot his computer up while holding "T" key and attach it to your computer as a Firewire drive. You can run disk utilities on it, fix broken/missing files, whatever. Or maybe you just want to augment your local storage with another computer without bothering with file sharing and networks and such.

      Sorry, I don't mean to sound like such a Mac fanboy, but after spending 20 years dealing with PC hackery, it is a relief to work with systems that are designed (mostly) right the first time and not full of decades of legacy crap. I have absolutely no desire to go back and I feel sorry for people stuck in the Windows Quagmire.

      Actually, I'd probably use VMware Player on a portable drive. Simple and elegant. Kinda like booting Macs off various media. ;-)

      Good idea, although I don't it would work too well on locked down workstations (non-administrator access)


      Somehow I doubt the BullDog thing would work much better. I imagine it requires some local software to take control over the video/keyboard or whatever it does.

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    7. Re:Isn't this already possible... and then some? by Ash-Fox · · Score: 1
      And it isn't just Dells. My PC at home (Shuttle) doesn't boot USB either.
      Heh.. I never even heard of that brand before.
      Maybe, but the point is that with Macs you don't have to set anything up.
      True. In the end it makes little difference to me whether it's supported out of the box or not -- I'm quite confident in my own abilities to setup and troubleshoot such systems. I'm actually quite surprised still hearing about your problems with booting off USB on PCs -- I have *never* had this problem, even during my travels.
      It Just Works that way by design.
      I honestly can't say I find Mac design reliable. I find it irritating enough when I can hear G3, G4, G5's whistling, nevermind the Macbook Pro which is even louder -- but I've had bad experience with hardware, I've never seen so many computers from a specific brand suffer motherboard (or as Apple-care called it on the phone, 'logicboard') failures.

      As for the OS... Well, that's another story, Java implementations being extended and breaking existing applications, having to edit XML configuration files instead of using GUIs (I mention this, because I find it ironic this is what Mac users tend to complain about the problem is with Linux -- even though Linux distributions tend to have more available to you in TUIs and GUIs).. Secret commands for things like showing hidden files on the system when it should be just a click away, (like view -> show hidden files under Konqueror), rebooting to install simple things like codecs under QuickTime etc.

      The services provided by Apple-care weren't very reliable either. I have had to wait (not always though) absurdly long times to get repaired hardware back, only to discover that they did not fix it (they do claim found nothing wrong or claim fixed the issue). Having to send hardware back and forth for months to get it actually repaired really doesn't leave me with a good impression.

      I really can't say I've been taken in by the Mac -- which is why I can't see myself recommending it to anyone at the moment.

      Somehow I doubt the BullDog thing would work much better.
      It's a simple x-server.
      I imagine it requires some local software to take control over the video/keyboard or whatever it does.
      I have taken a copy of the x-server from the site, and have used it as a quick-and-dirty way to get a x-server under windows when need be. It runs on non-administrator accounts, vmware-player on the other hand, does require that you install it first with administrator privileges before you can use it.
      --
      Change is certain; progress is not obligatory.
  60. As an Apple fanboy ... by kitzilla · · Score: 1

    ... I must say I am totally looking forward to a super-secret feature that allows me to move my home directory between ... oh. I only have one machine. Never mind.

    --
    This is my post. There are many others like it. If you don't like what you read here, go try one of the others.
    1. Re:As an Apple fanboy ... by type40 · · Score: 2, Funny

      Then you must sell any organs that you can do without and get a second Mac.
      Just sell both your kidneys, then you can have a Mac at home and the dialysis clinic!!

      --
      "You can see I know very little about pimp policy." George McGovern.
    2. Re:As an Apple fanboy ... by kitzilla · · Score: 3, Funny

      Sorry: the kidneys went for my now-obsolete dual G5 PowerMac (one kidney for each IBM processor). In any case, Macs are cheaper these days: even a minor organ like a spleen ought to cover pretty much anyone's desktop needs.

      But I like the way you think ...

      --
      This is my post. There are many others like it. If you don't like what you read here, go try one of the others.
  61. Another impressively stupid patent by knorthern+knight · · Score: 1

    > Just because you have your home directory on an iPod connected to a foreign Mac doesn't mean that you
    > can authenticate and log in. Wouldn't it be interesting if you could have, in your home directory,
    > credentials signed by a trustee that you could use to log in to any system,

        Previous art many years ago in *nix...

    $ ls -1 ~/.ssh
    authorized_keys
    config
    id_dsa
    id_dsa.pub
    known_hosts

    - Carry a (hopefully encrypted) copy of your home directory on a 2GB USB key.
    - Plug it into the computer with LDAP running
    - mount the USB-key/floppy/zipdrive/USB-external-drive/whateve r
    - ssh -F /mnt/usbkey/.ssh/config userid@hostname

    Bingo, you're logged in.

    PTO == Patenting The Obvious
    not to mention all the clueless point-n-drooler Apple programmers who've just discovered POSIX (i.e. BSD) and aren't aware of almost 4 decades of previous art. I don't have any problems with them re-inventing the wheel. What worries me is that the USPTO allows them to re-patent the wheel.

    --

    I'm not repeating myself
    I'm an X window user; I'm an ex-Windows user
  62. Ain't New, but ... by angst_ridden_hipster · · Score: 0, Troll

    ... just to fuel all manner of rumors and innuendo, I will paraphrase a highly placed source(*) who tells me that this is going to be the "Killer Feature" of the iPhone. You'll have your music in the iPod portion, the address book and calendar will all automatically integrate, plus you'll be able to carry around your full computing environment.

    No word on what this means for those of us who are photographers and have hundreds of gigabytes of image files on our desktops. There may be an "offline" catalog option for the next iPhoto, along the lines of iViewMedia Pro.

    (*)Yeah, well, highly-placed may be an exageration. I mean, he placed in the 50th percentile on his SATs back in the day, and he was high as a f-in kite when he made this statement to me, but other than that he's an upstanding member of our community. And he doesn't know an apple from a computer. Whatever.

    --
    Eloi, Eloi, lema sabachtani?
    www.fogbound.net
  63. I don't get it. by argent · · Score: 1

    How exactly is "syncing your home directory to removable media" an exciting new feature?

    I've been doing this, using rsync, for years. On sane operating systems where your whole account lives in one directory (as opposed to insane ones where it's spread among half a dozen locations) this is just something that automatically works. What's the big deal?

  64. Unix 10 years ago? by katorga · · Score: 2, Informative

    Hmmm. NIS, automounter, and NFS file servers for /home. I could log into any system I was allowed to and my home dir, files, .profiles and X windows config was just as I left it.

    Hmmm. Active Directory roaming profiles.

    Hmmm. Linux, LDAP, automounter, and a remote home directory.

    Hmmmm. Knoppix + ~/user on a flashdrive.

    1. Re:Unix 10 years ago? by Anonymous Coward · · Score: 0

      Dude, I didn't understand any of that. With Mac I'll just be able to drag&drop my user-profile-icon to my USB-stick icon. And vice versa.

      That's the whole point, really.

  65. Array origin fun by night+tilda · · Score: 1

    Further classification of the population: those who can tell an array's last element from its length, and those who cannot.

    1. Re:Array origin fun by corychristison · · Score: 1

      What about associative arrays?

      ;-)

    2. Re:Array origin fun by Carthag · · Score: 1

      what the hell, this is the second time someone has introduced arrays into this joke. It's not about arrays at all! Gutnor is correct, and goldmeer & dolphinling are wrong. End of story.

  66. Re:So Apple patents automounting home directories by Theatetus · · Score: 1

    It's yet another case of

    Mac fanboy says: "UNIX could have implemented it but didn't bother"
    UNIX user says: "UNIX could have implemented but didn't because it's a stupid idea."

    --
    All's true that is mistrusted
  67. There's no way to solve it by Theatetus · · Score: 1

    The risk is what's being touted as the "feature".

    Come on, seriously: a portable device establishing system authentication policy after system boot? If the whole thing talks to something like LDAP, fine (but whose directory? and under what circumstances?), but then there's no need for the device except as a drive. If it doesn't talk to something like LDAP it's essentially by definition insecure.

    --
    All's true that is mistrusted
  68. Re:So Apple patents automounting home directories by Nikker · · Score: 1

    Thats a good idea, you just have to remember Linux is designed to side to the physical computer. This means if I plug in a homedir of my root account at home would Linux allow me to have root access to my files on the usb drive or the ones on the physical disk? It does depend on what you want to do, because of the last point using this for root-kitting may not be efficient but using it as a live cd would work

    --
    A loop, by its nature, continues. If that didn't make sense, start reading this sentence again.
  69. " ~users -- it isn't rocket science. (tm) " by Web+Goddess · · Score: 1

    I just have to chime in...

    "Windows has always contained tools to migrate user data..."

    Yes, tools. Not a simple conventionlike put them ~user/
    FOR EXAMPLE, obeythefist.

    >> Vista contains several new tools to automate migration, backup, import and export of user data, and even more beneficial, Vista is designed from the start to combine the profile data, user files and other miscellaneous profile stuff into one folder, stored under "Users". No more "Documents and Settings", which was a little unwieldy to remember.

    Tools seem forever needed, in your universe, instead of putting configuration files in easy-to-find locations; adding ridiculous directory names like "Documents and Settings" ... your little unwieldy non-mneumonic, as you call it.

    ~users -- isn't rocket science.

  70. Re:So Apple patents automounting home directories by Anonymous Coward · · Score: 0

    You're not getting this. It's automounting the home directory....wait for it....ON AN IPOD!!

  71. It won't be a DRM limitation by zoeblade · · Score: 2, Insightful

    Maybe for movies the studios are demanding only the paying user can view on their iPod - so movie downloads will be tied to a user account on each device.

    That seeems unlikely. They're already tied to an iTunes account (the kind that can be used on up to five computers and an unlimited number of iPods), so why also tie them to an OS X user account? I'm guessing that since Apple manage the former on their servers, it's a lot easier for them to keep track of what you're up to.

    1. Re:It won't be a DRM limitation by anthropos9 · · Score: 1

      Not to mention that iTunes works on Windows as well, so tying movies to an OSX account would have to have a corresponding Windows action. That doesn't seem to be happening at this point.

      --

      ==
      "Now the problem with trying to make yourself stupider than you really are is that you often succeed." -
  72. .mac by minuszero · · Score: 1

    sounds like a dot mac feature to me.

    backup your profile to your .mac account, log on to any mac in the world with internet access, and have your user profile loaded onto the system.

    groovy. ...if i was prepared to pay for .mac

  73. Been living this way for years by bartzler · · Score: 1

    I've been running a version of this "home on an external firewire disk" thing since 10.0 beta. You go home, work, home with the same little world.

    1. login as someone else and cd /Users
    2. psync yourname /Volumes/FirewireDrive
    3. mv yourname yourname.backup
    4. ln -s /Volumes/FirewireDrive /Users/yourname
    5. logout and login as yourname

    On the other machines, you still need to make a "yourname" user, delete the /Users/yourname folder and create the symlink. I imagine getting rid of this part is the "new" stuff they are adding now.

    The only weirdness is with permissions sometimes (it helps to use the same uid on multiple machines -- but you can always just check "Ignore ownership on this volume" and live a bit weirdly).

    You can also move and symlink your fink /sw directory onto your firewire drive, your /usr/local folder, your /Library/Packages folder, or whatever else you want to take with you.

    You used to have a a problem if you logged in without the drive attached (they would "helpfully" create a new home folder for you), but they even fixed this problem recently. Now it just stops you and says "Can't find your home folder." Pretty cool.

    b

  74. Interesting if they add encryption & external by np_bernstein · · Score: 1

    OK, so as a number of users have said, this isn't very interesting if it's a home directory. Other users have, correctly imo stated that this becomes much more interesting if the directory contains the information they authenticate against. I think this is true, but what if taken one step further -
      1. ipod phone will almost certainly have a camera - how nice would it be if you could "automatically" log in with a quick iris scan?
      2. what if the device autmated "synced" snapshot backups? If the ipod only synced at the end of your session when you were going to logg out, it would autmatically have a "last good" snapshot. Since this is unlikely, what if you could choose to restore instead of update one of the computers your data was on.
      3. I think the idea of keeping a journal off disk is pretty interesting too. Got a virus? Lets check the read-only file checksum to see if it changed? It did? lets restore it from the good copy.

    I'll tell you though - as much as I like my ipod, I really wish my smartphone could do all this. I carry it with me everywhere, it's got the potential, but the crappy software & drm makes it abysmal to use for anything but phone/web/email. Doing anything interesting is pretty much out.

    --
    RandomAndInteresting.comdefending the world from stupidity since 1979
  75. Close, but not the future: by crhylove · · Score: 1

    What I want is a cell phone that has a USB plugin, and when on the "charger" which is also a USB hub and connects to a printer/monitor/mouse/keyboard/joystick/camera/spe akers/mic. That way, I've got my hard drive, apps, games, music, movies, data, letters, business papers, email, and chat all on the interface they are best on, but I've got it with me at all times, too.

    I'm sure some of the latest phones have at least pentium functionality. Now can I get my USB hub with VGA out and bad ass (windowsmobile/windows/mac/linux replacement) OS?

    That's obviously where were headed, when's mine ready?

    rhY

    --
    I hold very few opinions. I hold information based on observation and fact. If you wish to disagree, please use facts.
  76. Their 6-Pack looks like this: by RJabelman · · Score: 1

    $sixPack = array(
            'smart' => new can(),
            'handsome' => new can(),
            'rich' => new can(),
            'bulletproof' => new can(),
            'invisible' => new can(),
            'comatose' => new can()
    );

  77. It's already out there... sort of by theheff · · Score: 1

    This concept has already been implemented in a way. Whenever you bind a Tiger installation to a Windows Active Directory, the user's home folder containing most of their information is actually stored on the network (H Drive for us) and becomes portable. As long as you're on that Active Directory and log in with the right credentials, your profile moves to whichever Mac you use. It's almost like the framework for these portable profiles are already in place, just wasn't implemented.

  78. online... by suntac · · Score: 1

    "All of which seems to suggest that at some time soon we may be able to load our user accounts onto an iPod, hard drive or USB keydrive and take them wherever we go.'"

    Why not store this online. Do not take anything with you, simply click a "get online account details" and download all you settings and preferences from an online vault? This would make life quite easy. Working at the office, shutdown the computer and go home, turn on your computer at home and you are back in the same environment as on your work.... and euuuuu also the other way around ;-) login to your home computer environment in the office to finish that last bit of the game you where playing before you left this morning.

    --
    Regards, Johan Louwers.
  79. Re:No one remembers NeXTstep? Bollocks by Anonymous Coward · · Score: 0

    This is wrong, 80's/90's rubbish, man i used a floppy-disk(360KB) to store my school stuff like most of us back in these days. It was portable, could withstand great force (e.g. dropping of schoolbag).

    Nothing new here, the idea was out there since the dawn of portable media.

    My 2 cents.

  80. The original joke is with 10 people by Anonymous Coward · · Score: 0

    There are 10 (that is, 2) kinds of people: those who can count in binary and those who can't.

  81. As simple as... by Corwn+of+Amber · · Score: 1

    ... this: /etc/fstab: /dev/sda1 /home/portable ipodfs defaults 1 1

    I have dreamed of doing just that. (I still dream, since there still is no 200+ GB iPod.)

    --
    Making laws based on opinions that stem up from false informations leads to witch hunts.
  82. Trivial, with prior art... by mikelang · · Score: 1

    My script will be now infringing the patent, when auto-rsyncing between /home, /mnt/usbdisk, GMailFS and remote accounts...
      The USPTO has poor review process.

  83. not really new by CDPatten · · Score: 1

    It sounds like its the same thing MS and Novell have been doing with remote profiles for a decade.

    I know the Apple fanboys are going to claim Apple invented this idea as well, but throwing a profile on a usb stick really isn't that revolutionary.

  84. what about damn small linux! by fishdan · · Score: 1
    Great analysis. They also completely ignore the people who are travelling with DSL or some other linux on a thumb drive, and working that way. Some colleagues are also doing this with Ubunutu, but I don't like the bloat. But clearly people have been doing this for a while -- so the idea of carrying just your settings with you is really primitive -- why not carry your whole OS?


    In my mind, there's no question that this is the REAL future of computing. Why would you carry a computer anywhere, except for a portable to work in weird places? Otherwise you just need to carry your env. Eventually of course, every computer will be networked -- and then you'll just log in and your settings will be downloaded, but till then, you can even carry Windows on your thumb drive if you so choose. So what's so special about carrying your settings?

    --
    Nothing great was ever achieved without enthusiasm
  85. Didn't NeXT do this w/ the optical drive by tbuskey · · Score: 1

    My memory is fuzzy.

    Then there's client-server stuff like Sun Ray, Roaming Profiles and of course unix with an NFS home directory.

  86. Re: " ~users -- it isn't rocket science. (tm) " by obeythefist · · Score: 1

    Yeah, the tools are needed because of a few failed evolutions of Windows. I'm not saying it's better but I am saying it's been there for a long time, and it seems to be the same thing Apple is trying to push now, they've invented portable user profiles, perhaps this is nothing new, certainly it's not new to a network OS designed from scratch around multiple users (UNIX and it's many children).

    What we originally had with Windows was the first major single user-oriented GUI OS, so anywhere you should put your data would be fine because you're using a PC, and it's not networked it's a black box (once upon a time every PC was a black box), and so all the data could only really belong to one person, the user. Win3.11, Win95, Win98, they were all single user really, you had to change settings to make it present a logon prompt at all. So that's where we came from.

    Now Microsoft tried to unify all the settings for each application so they were in one place, and governed by a single security model. This is the beast known as the Registry. The registry also had provision for individual user hives (NTUSER.DAT anyone?) which becomes HKeyCurrentUser when it loads into the registry when you log on. At the same time Microsoft had to turn Windows into a multi-user OS where previously it wasn't, so quite a big change for the majority of all business desktops which run the windows OS (by this time MS was truly a monopoly beast). Unfortunately it was a real mess under NT4.0 and it didn't look good until 2000/XP where they had the Documents and Settings part containing all the profile and My Documents and some of the application data too (why does an application need to components in a single users profile? Windows developers make windows bad, not always Microsoft, perhaps it is a hangover from the 3.11 days where the devs think only one person uses a system).

    So you have your registry and you have your profile and My Documents and App data and they're all in different places. And more importantly, these things are in use while you're logged on because the registry stuff is mounted. So if you want to back all this stuff up you need a tool to do it, not quite as simple as copying a folder (well you can do that if you don't mind mucking around, which is basically what you have to do under UNIX because there's no tool for it that I know of).

    So really, Microsoft tried to answer the question of the easy-to-find location with the registry, and that in turn made the whole OS more complex and required the use of tools to extract that information. It would have been quite easy to stick with an arbitrary number of arbitrarily located config files, that was the case in Win3.11, and it certainly was a dogs breakfast of an OS, because application developers are *never* consistent. Microsoft continually tries to muscle consistency into the apps that sit on their OS, which causes a lot of resentment, but you can either have chaos or order and people resent both.

    How could you write a user migration tool that knows that a particular config file sits in a particular subdirectory a particular number of levels from the root if a particular application with a particular version is installed? In Windows you are most of the time assured it's in the registry. Where is it in Unix?

    --
    I am government man, come from the government. The government has sent me. -- G.I.R.