partition

Recover Data From RAID1 LVM Partitions With Knoppix Linux LiveCD

| | | | | | | | |

This tutorial describes how to rescue data from a single hard disk that was part of a LVM2 RAID1 setup. Why is it so problematic to recover the data? Every single hard disk that formerly was a part of a LVM RAID1 setup contains all data that was stored in the RAID, but the hard disk cannot simply be mounted. First, a RAID setup must be configured for the partition(s) and then LVM must be set up to use this (these) RAID partition(s) before you will be able to mount it. I will use the Knoppix Linux LiveCD to do the data recovery.

Modify Your Partitions With GParted Without Losing Data

| | | | | | | | | | | | | |

This article shows how you can modify the partitioning of your Linux system with GParted (Gnome Partition Editor) without losing data. This includes resizing partitions (enlarging and shrinking), moving partitions on the hard drive, creating and deleting partitions, and even modifying filesystem types. GParted is a free partition editor available as a desktop program and also as a Live-CD. It supports the following filesystems: ext2, ext3, fat16, fat32, hfs, hfs+, jfs, linux-swap, reiserfs, reiser4, ufs, xfs, and even ntfs (Windows).

Back Up/Restore Hard Drives And Partitions With Ghost4Linux

| | | | | | | |

This tutorial shows how you can back up and restore hard drives and partitions with Ghost4Linux. Ghost4Linux is a Linux Live-CD that you insert into your computer; it contains hard disk and partition imaging and cloning tools similar to Norton Ghost. The created images are compressed and transferred to an FTP server instead of cloning locally.

How To Resize ext3 Partitions Without Losing Data

| | | | | | |

This article is about resizing ext3 partitions without losing data. It shows how to shrink and enlarge existing ext3 partitions and how to merge two ext3 partitions. This can be quite useful if you do not use LVM and you realize that your existing partitioning does not meet your actual needs anymore. http://www.howtoforge.com/linux_resizing_ext3_partitions

Creating tmpfs and swap space after partitions have already been written.

| | | | | | |

Interesting article on how-to create additional swap space on your server after partition table has been written. The author had to expand swap and create a mountable /tmp partition on live production server. The how-to uses dd to create a "file" then mounts that file for swap and /tmp.

Syndicate content