Should I use fdisk for partitioning or GPT aware tools?
Question: Should I use fdisk when creating partitions?
Question: Should I use fdisk when creating partitions?
I am partitioning eMMC using following commands in the script,
I’m trying to extend partition /dev/sda5 which is logical partition under extended partition /dev/sda2.
On my personal home computer running Kubuntu Linux 13.04 I’m having trouble mounting a partition that is very dear to me. My backup policy is to perform a backup about monthly, so I do have a backup from August :). Is there any way to recover the personal files that are on this drive?
I’d like to make backup on external drive of LVM2 logical volume in dd manner.
I have 2 storage devices; classical slow HDD (750GB, /dev/sda) and faster SSD (128GB, /dev/sdb). Currently I have installed Ubuntu & Mint on same btrfs partition on SSD (/dev/sdb5). My btrfs pool consists of /dev/sdb5.
I’m looking for a portable way to obtain parent block device name (e.g. /dev/sda) given the partition device name (e.g. /dev/sda1). I know I could just drop the last character, but that wouldn’t work in some cases:
I have a disk image, it’s a “whole” disk image, e.g., contains multiple partitions, and I want to clone just one of them (not the first one..) onto a partition on an external drive with multiple partitions on it (I’m also not cloning it onto the first partition of the disk…)