Proof that I am an UBER-Nerd

By losthawken · Dec 27, 2010 · ·
Categories:
  1. Hey all,

    Here's a super nerdy post for all you techies out there.

    I'm really a novice at all of this and there may have been better methods (which I would love to hear) and there may also be problems I have not yet encountered that others may be able to predict.

    Essentially what I have done is created a personal, portable, operating system configuration on a portable hard drive. It allows me to work in a consistent environment with all of my personal files, software, and settings by plugging into any computer that will boot from a USB. In addition the system is designed to be a portable clone of both my work computer (on which which I cannot install Ubuntu due to policy) and my home computer and have all of the files from both available to me wherever I am.

    Tools used:

    Computer capable of booting from USB

    320 GB Iomega eGo portable HD (Nicknamed DataFlask)

    Ubuntu 10.04.1 Live CD (downloaded and burned .iso to CD)

    Additional Software:


    GParted

    Unison

    Truecrypt

    Step 1: Partitioning

    This was done using GParted on the Live CD. The first thing to do was to create the partition set-up on the portable drive. In order to keep my backed-up/synced folders accessible to the windows systems the first partition is left as a ~300 GB NTFS formatted partition. Next comes the boot partition; a 512 MB ext2 partition flagged as 'boot'. And finally the ~20 GB extended partition with a ext4 section and the swap area. Here is an attempt at a graphical representation:

    | 300 GB NTFS | 512 MB ext2 *boot || < extended | ~20 GB ext4 | swap | /extended > ||

    Step 2: Ubuntu install

    From the Ubuntu Live CD I installed Ubuntu. Using manual partitioning, I selected the portable drive and designated the ext2 partition to mount from /boot and the ext4 partition as the root ' / '. IMPORTANT on the last page of the install wizard I selected the 'Advanced' option and designated the ext2 partition (sdc3 in my case) to be where the boot loader (Grub) is installed.

    On restart I was able to log into Ubuntu on the portable drive with no problem. Also, and most importantly, I did not erase the MBR on the HD of the computer I was working on (at least not on the second try). Had I not selected the advanced option and designated where the boot loader would be, I would not be able to load Windows, or any system, without having the portable drive plugged in to the computer that did the installing.

    Step 3: Setting up Security

    Because this portable drive (which I will refer to as 'DataFlask') was going to contain all of my personal files and information the first thing I did was install Truecrypt. Using Truecrypt I created a 100 GB encrypted file on the NTFS partition (FYI: this took several hours). Because truecrypt works across platforms (i.e. works on windows and macs) and the file is located on the NTFS partition, all of my files are securely encrypted but still accessible on the external drive when I'm not running the Ubuntu operating system. I can just plug the DataFlask in while running windows and it functions like a regular external HD.

    Step 4: Setting up file syncing

    To sync my files between computers and the DataFlask I chose to use Unison ('sudo aptitude install unison-gtk') because, again, it is a cross platform software, and because it will sync both ways between folders. Using Unison I synced my user folder under windows (C:/Documents and Settings/usrname) to a file I called 'Work' within the truecrypt volume. I then went home and synced my home user folder to a separate folder in the truecrypt volume called 'Home'.

    At this point I had a mountable, portable Ubuntu system with access to all of my personal files on whatever computer I boot into into. Also, the files are still accessible when plugging the DataFlask into a system already running Windows or MacOS (although I haven't tested it on a Mac).

    As an added benefit the DataFlask and Hard Disks of each computer serve as back-ups for one another; protecting my files should one of the drives fail.

    Step 5: Making it easier on myself

    I found it most efficient to save files to the truecrypt volume while operating in Ubuntu and then sync to the 'real' (permanent) HD before shutting down. I put two folders on the Ubuntu desktop labeled 'Work' and 'Home' respectively. Within each I put links to the 'Desktop' and 'MyDocuments' folders on the synced folders for each windows computer within the truecrypt volume. This allows quick access to the files I care about in an organized way.

    Drawbacks/problems I've found:

    Obviosuly, start-up is not as fast as it would be if install on the computers own HD. It takes about 2 min total on my work machine. There is a scary blank screen that stares at you in between choosing the OS in Grub and visibly seeing Ubuntu load. However, being used to older computers running WindowsXP, I've actually been impressed by how quickly Ubuntu gets up and running and once up, everything zips along great.

    The Ubuntu system itself is not encrypted, therefore files saved anywhere other than the truecrypt volume are vulnerable should the drive get stolen. I'd love to hear ideas on how to retro-encrypt the Linux system.

    GParted seems to cause errors in the disk, even when not touching the partitions on the DataFlask. This results in unstable mounting of all media drives while using Ubuntu and failure to load Ubuntu on restart. Running fsck on the system drive either before rebooting using -force or using the Live CD seems to fix the problem when it crops up. I'm considering scripting fsck to run on every boot since it is so quick and easy.

    Because the boot set-up is arranged in a sort of awkward way (at least to me) I once ran into trouble when I tried to update to Ubuntu 10.10. Doing this broke Grub and would drop me at the Grub rescue command line instead of loading. Someone with more experience with grub and boot loaders probably could have fixed it, but despite my best efforts I couldn't and ended up reinstalling everything.

    Unison sometimes runs into trouble with permissions discrepancies, probably due to the differences between how Windows and Lynux deal with them (?). Running Unison from the command line using: unison syncfile -perms=0 fixes the problem.

    I've been using this tool for the past 6+ months or so and its been absolutely amazing. Everything I want is at my fingertips whenever and wherever I want it. Very useful for a graduates student that often brings work home.

    Let me know your thoughts and how something similar could be done more simply or flaws and problems I haven't spotted yet. Thanks!

    ~JG
    Categories:

Comments

  1. rainy
    Snazzy setup there, and good choice on the Ubuntu.

    Personally, I just use a thumb drive (ok, two - one for current projects and another for hibernating projects). I work from it so I never have to worry about synching up anything. For backup, I have a 1 TB drive I drop data onto, but don't use it outside of backup thus reducing wear and tear.

    Security, well the hibernating thumbdrive doesn't leave the house. The working one goes with me as needed, and stays with my car keys and/or cellphone. Security is being mindful, the built-in password system on the thumbdrive, and the general fear colleagues have of me stabbing them with a spork.

    :)

    I will advise you that, despite any claims, Windows and *nix synchronization is never 100% flawless. I've worked in many mixed environments, on many levels (from personal servers to full blown global corporate servers), and no amount of duct tape will make Windows and *nix best friends. They just tolerate each other.

    Best luck,

    //R
  2. losthawken
    Thanks Rainy, I absolutely Love Ubuntu I don't think I'll ever be able to go back to Windows.

    I used to tote files back and forth to work on a thumbdrive. My problem was that I wasn't clever enough to edit only the files on the thumb drive and then back-up to the computer so I often ended up with version conflicts.

    This set-up has alleviated much of that the OS/Desktop environment I use travels with me, and points to the files on the portable drive instead of the hard drive.

    Thanks for reading!
To make a comment simply sign up and become a member!
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice