Weblog Archives

You are currently browsing the archives for the Filesystem tag.

Verify a burned CD/DVD image on Linux

Recently, much to my surprise, I found out that some critical data I had burned on DVD could not be read back from the medium. A more thorough examination showed that many of the files on the DVD had different filesizes than the ones on the hard disk. This is when I started to seriously [...]

How to recover lost files

Linux.com has published an intersting article about recovering data after wiping the hard drive. The author describes a successful attempt to recover his lost photographs and videos by using two GPL tools, TestDisk and PhotoRec. It’s good to know that there are free tools out there that can actually do this job right. I hope [...]

Filesystem Backup Again

Some months ago, I had written a guide about using PartImage to take snapshots of linux partitions either locally or remotely. Some readers had recommended some other tools, as you can see in the comments on that page, since the development of PartImage seems to have stopped (it still works ok for me though). Anyway, [...]

Partition images with Partimage and Partimaged

This is a guide to create or restore images of your partitions using the great open source tool Partimage. It provides information on how to do this locally or across the network, by setting up a Partimaged Server. I guess this info is non distribution specific, since we will work from a Rescue environment.

Encrypt devices using dm-crypt and LUKS

Secure your data in encrypted partitions and removable volumes, or even volumes within a file, using dm-crypt and the flexibility of LUKS. In this article I describe how I encrypted a ZIP diskette and a partition contained in a file.

Packet Writing on CDRW and DVDRW media

How to prepare CD-RW and DVD±RW media (formatting, creation of UDF structure) and mount them for use as large floppy diskettes.