Trinity Future Technologies

-John 17:20-21- Integrating technologies to power your life and business

Home     About Us     Contact Us     Services     Products     Free Software     Media     Questions     Privacy Policy     Sitemap      
Videos      
Trifutec Articles
The articles presented here are the intellectual property of the website owner and are subject to copyright laws, unauthorized use if prohibited. If you would like to feature some of our article content for your reproduction or for use on your website, just email us - ben@trifutec.com

If you have an idea for an article, video, or picture presentation please let us know by phone, email, or text message and we will begin working on creating a tutorial if it's within the scope of our expertise. See our contact us page here.


December 26

Linux Thumb Drive Project
This article comes from an affiliate writer of Trifutec feel free to contact them with questions about the article at the email address provided below the article.

Thanks for reading.                       

If you are interested in Linux and have tried some of those “Live-CD” distributions, here's another idea close to that theme with a lot of added functionality.  By using a 4GB USB Thumb Drive instead of the Live-CD it is possible to have all the install and upgrade changes stored on the USB drive, no “dual boot” and no “start over” on each system boot. Best of all it is simple to do and the only cost is a 4GB thumb drive(about $20).

 Here's what I have to work with:

Desktop – AMD64(dual core) 2GB memory, Nvidia 8600 graphics card and dual LCD monitors. Asus motherboard(can boot from USB) 3 internal hard drives.  OS is Windows 7.

A Patriot XT 4GB USB(2.0) thumb drive. OS is Linux Mint8

First step is to download the tools needed. So go get the following:

From www.pendrivelinux.com at  http://www.pendrivelinux.com/install-linux-mint-8-to-a-flash-drive-in-windows/  get Mint8 ISO and USB installer for Mint8.

From Windows format your USB drive to fat32.

Run the installer from Windows and follow on screen instructions. If using a 4GB USB drive select 3GB persistent size.

 

Now you have a bootable Linux Mint8(Live-CD version) USB drive. To boot from it go to your BIOS settings and  select “boot from USB” , on my Asus motherboard I can hit F8 when the BIOS splash screen starts, then select from a list of devices to boot from.

 

After booting the Mint8, make settings changes and do system updates, etc. These changes will be “saved” to the “persistent  overlay” created by the “USB installer for Mint8”. Now each time you boot the USB drive all the settings and changes will be there, and it will run fast.

 

Since the USB drive capacity is small in comparison to a hard drive and the persistent overlay is saved in un-compressed format, you want to conserve file space. What I did was make a new folder on one of the Windows 7 hard drives(“LinuxWork” with sub-folders for Downloads etc). As we know Linux can read/write on Windows formats. Now I can save all kinds of files in the hard drive folder and not on the USB drive. Just make a link in the Mint home folder for the “LinuxWork” folder on the hard drive.

 

Now since we made this USB boot drive to save the OS configuration, lets “image” it to the “LinuxWork” folder for backup/restore safety as we experiment with Mint8. A free and simple way to image the USB partition is to use CloneZilla.  http://clonezilla.org/  get the Alternative(Ubuntu-based) ISO for CD. Burn the ISO to CD and you have a bootable CD of CloneZilla that will image backup/restore the USB drive.

I sure like this project and it is just amazing to run a computer off a tiny thumb drive.

Enjoy

Bill Chambers  whatsay58@yahoo.com






4:38 PM GMT  |  Read comments(4)

October 02

Free Hard Drive Cloning Software - Clonezilla
Imaging hard drives is the process of taking a hard drive and copying it bit by bit to create an exact replica, in a way an “image” just like a photograph of a person is a snapshot of them at any moment in time. The cloning part is the process of taking that “image” of a hard drive and placing copies of it on one or more other hard drives.

In a cloning project I worked on, my favorite freeware product from my googling journeys was Clonezilla. Clonezilla is free hard drive cloning software for taking a snapshot of a system and reverting back to it later as a backup or to get things the way you once liked them.

When you have a new computer and begin installing software that you enjoy using, that would be a great time to image the hard drive in case something happens later. This can save time instead of having to reinstall your operating system if there is a virus or corruption in data. Creating a copy of a hard drive can also save you from ruining the state of a computer due to tinkering, installing software, etc. If you do PC repair for customers or as a hobbyist, you can also use this software before beginning work on some computers in case you would need a point of reference for any reason. Clonezilla, clones a 40 gigabyte hard drive in about 15 minutes.

Clonezilla has two forms, Clonezilla live and Clonezilla ServerEdition (SE). Clonezilla live is used for cloning single machines while Clonezilla SE is for multiple machine deployments. This article is about Clonezilla live.

When using the live version of the Clonezilla free hard drive cloning software, I burned it to a CD and then set the computer to boot from that CD. The first screens after Clonezilla begins, let you choose video resolution, language and keyboard layout.

Free Advanced Hard Drive Cloning Software

The following screen is where you will select to “Start_Clonezilla” or “Enter_Shell” which is to enter command line mode, to make things easier on myself I selected “Start_Clonezilla”.

Advanced Hard Drive Cloning Software

At the next screen I selected “device-image”. The other option is to go direct from partition to partition or disk to disk or any combination in between, in case your choice is to only clone a single partition of a drive to another drive. I wanted to clone the whole enchilada so I selected “device-image”.

device-imageGimp

The next screen was selecting where to place the image that was going to be created. Because I was saving the image across our network, I did not choose the more popular option of “local_dev” to save on a local hard drive or USB drive. If using “local_dev” you will just need to ensure the storage device has sufficient space for the image being cloned. The option that worked for me was selecting “samba_server” which is, in this arena, equivalent to a shared folder on a Windows network. You must allow write permissions on the shared folder for the account that is chosen.

samba_serverGimp

After this step in the process, another thing that has to be decided is how to get an IP address, either statically assign one or send out a DHCP broadcast in search of one so the computer can begin talking on the network.

Then the next option is choosing the location where the Clonezilla image is going to be stored. You can either enter an IP address of the computer where the image will be stored or you can enter the Fully Qualified Domain Name of the computer, which might be something like “cloneserver.internaldomainname.com”. The next step is to choose which domain that computer resides on. Keeping with the previous example, I would enter “internaldomainname.com”.

Then you will be prompted to enter a username that has permissions to that save location. The name of the shared resource must also be provided, Clonezilla by default will elect to use a folder called “/images”. You must ensure that your shared resource and the response here match. We were placing our images in a folder named “CLONEZILLA”, so we would change “/images” to “/CLONEZILLA”. Make sure yours match also; if you get red letters in a message, there was a problem.

Now you will be prompted to hit Enter to put in the password associated with the account you chose. You will see a password prompt but when you type, no asterisk marks “***” will appear. Hit Enter after typing your password correctly. You must also select beginner or expert mode, since I had never used it before and I like doing things the easy way, I selected beginner mode.

In our project, when I wanted to copy a hard drive and save it as an image for use on other computers, I selected the “savedisk” option. When you want to restore an image to a hard drive, the process is very similar except at the option page where you originally selected “savedisk” you would select “restoredisk” instead. Some of the options after choosing to restore are not there; like you won’t be prompted to name the image but rather select it from a list of image files that are detected on the shared resource.

restorediskGimp

Then you must give the image a name. Which hard drive you are making a replica of, or pulling an image to, must also be selected, if there is only one hard drive to clone or overwrite then it will already be selected for you.

imagenameGimp

Then you can begin the restoring process, by hitting Enter a couple of times, and confirming the actions. For other freeware cloning alternatives you could try nLite, PC Inspector Clonemax,Marcium Reflect Free Edition, or Odin and let us know what you think.

Check out the software and documentation from the Clonezilla website.

What software do you use to clone your hard drive over a network? Let us know in the comments.


Trifutec is a technology service business located in Texas. There website can be found here http://trifutec.com. To send comments directly to the author email them - ben@trifutec.com




3:44 PM GMT  |  Read comments(1)