Recovering Data from an Apple HSF+ Partition

Posted in July 26th, 2007
by Inhibit in Uncategorized, Linux, data recovery, HSF+, apple

Today’s item is a link to this heartwarming tale of data being recovered off an old Apple 610 machine. Chris DiBona had a situation where the old Apple box was dying, and he needed to save invaluable family recipes. Possibly not the most life threatening situation.. until you go to make an apple pie! (NewsForge)

No Comments

Bare Bones Backup

Posted in July 23rd, 2007
by Inhibit in Linux, backup, software, TAR, archive

When you’re doing a backup without access to fancy tools such as rsync or BRU you can always rely on standard CLI utilities to be installed on Linux. For a simple backup, use a LiveCD and boot to their desktop.

Once the desktop is up, open up a console terminal. Switch to the parent directory of the directory you’d like to backup.

Now that you’ve changed over to the directory under the one you wish to backup, the command “tar cvzpf /some/path/some/file.tgz directory” where /some/path/some/file.tgz is the path and the filename you’d like to compress the directory to. “.tgz” is the common extension for a gzip compressed tarball file.

What this does is create a tarball with the options (c)reate, (v)erbose output, g(z)ip, (p)reserve, (f)ile output. To uncompress the tarballed backup directory, switch over to wherever you’d like it to decompress to and type “tar xvzpf /some/path/some/file.tgz”, the x standing for e(x)tract.

Of course, if you’re doing anything critical take some time to familiarize yourself with the TAR man page and play with the utility a bit. With a bit of fiddling, TAR makes for an excellent built in Unix backup tool!

No Comments

Instant Mirror Images with Deep Freeze (Linux)

Posted in July 18th, 2007
by Inhibit in software, SLED, SuSE, Novell, image

Looking for a solution that’ll restore a clean SLED image on logout? Don’t want to develop your own? Then Faronics might have a solution for you.

Deep Freeze is a popular program for Windows and Apple computers and is now being released for Novell’s SuSE Linux distribution. What it does is clean the image of the distribution being used on logout, restoring the OS to it’s newly install-configured state.

While there are already fairly simple ways of doing this through Linux some business sectors prefer proprietary retail solutions to DIY solutions. If that’s for you, check out the report on it at desktoplinux.com.

No Comments

Creating a Drive Image

Posted in July 17th, 2007
by Inhibit in Linux, backup, software, G4L, ghost

So far I’ve talked about using various programs on drive images, but haven’t pointed out a tool for creating them.

Drive images are a copy of an entire drive, generally taken when it’s offline. Generally these are used for backups, forensic analysis, or in an attempt to save a drive with bare metal recovery methods.

A range of utilities are available, all with varying ease of use and functionality. One of these is G4L or Ghost for Linux.

G4L allows you to back up partitions or whole drives to a range of media or over a network. It’s Linux based and GPL licensed (although that has been a point of contention, hopefully they’ve worked it out) so it should be somewhat familiar to Linux users.

Check out their Freshmeat page, grab a copy, and burn it to ISO. Since the interface is a bit wonky I’d recommend using it on a few data sets you don’t care about, just to acclimate yourself.

No Comments

Data Recovery and Forensics with Foremost

Posted in July 16th, 2007
by Inhibit in Linux, software, data recovery, foremost

Foremost, designed by the United States Air Force Office of Special Investigations to aid in investigative work, offers a way of directly recovering data. Instead of looking through a file system based on its structure and then following file system references to a specific file, Foremost does a raw read of a block device to check for given criteria.

This is especially useful when you’ve created an image of a partition to check for the presence of illegal or unauthorized content. Another use is to restore small files from otherwise corrupted disk images.

No matter how you need to use it, the how-to article Recovering Data with Foremost is available on PCBurn and you can get the program from the source.

No Comments

Preventing Data Disasters Through Backups with Mondo Rescue

Posted in July 13th, 2007
by Inhibit in Linux, backup, software, mondo, data recovery

Recovery measures are good and well, but the best measure for data recovery is a good backup. Your systems will eventually fail, that we can be sure of.

So before you get to the point where you’re trying to do a bare metal recovery, why not back the data up? That’s where programs like the on we’ll be featuring next week, Mondo Rescue, come in.

Backups are incredibly important and frequently overlooked as a step of preventative system maintenance. Check out Mondo Rescue to make sure your covered in the case of a data recovery emergency.

It’s got you covered for most of the major Linux file systems and is reported (by the Mondo team) to be in use by “… by Lockheed-Martin, Nortel Networks, Siemens, HP, IBM, NASA’s JPL, the US Dept of Agriculture, dozens of smaller companies, and tens of thousands of users.”

So you know it comes highly recommended. And it’s GPL licensed along with being freely distributed! Check it out.

No Comments

Welcome to Linux Recovery

Posted in July 13th, 2007
by Inhibit in Linux, site notice

Hello, and welcome to the new LinuxRecovery website.  In the coming weeks we’ll be posting news and articles pertaining to restoring data on and using Linux!

We’re very excited about this new forum for spreading the knowledge, and hope to offer up pointers to programs that’ll help you get systems back on track.  Daily news and weekly articles will start popping up this week, so stay tuned!

No Comments

Recent Entries

  • Recovering Data from an Apple HSF+ Partition
  • Bare Bones Backup
  • Instant Mirror Images with Deep Freeze (Linux)
  • Creating a Drive Image
  • Data Recovery and Forensics with Foremost
  • Preventing Data Disasters Through Backups with Mondo Rescue
  • Welcome to Linux Recovery

Categories

  • apple
  • archive
  • backup
  • data recovery
  • foremost
  • G4L
  • ghost
  • HSF+
  • image
  • Linux
  • mondo
  • Novell
  • site notice
  • SLED
  • software
  • SuSE
  • TAR
  • Uncategorized

Archives

  • July 2007

Pages

  • Home
  • About Linux Recovery

Blogroll

  • Alex
  • Donncha
  • Dougal
  • Matt
  • Michel
  • Mike
  • Ryan

Welcome

  • Welcome to the new Linux Recovery website. We cover all forms of data recovery including linux data recovery software and services.

Get Help



Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.