On 07/14/17 21:36, Patrick Dupre wrote:
> TRying to recover one of the disk;
> I now have
>
> Disk /dev/sdc: 76.3 GiB, 81964302336 bytes, 160086528 sectors
> Units: sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
> Disklabel type: dos
> Disk identifier: 0x00000000
>
> Device     Boot    Start      End  Sectors  Size Id Type
> /dev/sdc1        6008310  6622709   614400  300M 83 Linux
> /dev/sdc2        6623232 37242879 30619648 14.6G 83 Linux
> /dev/sdc3  *    37244928 49821695 12576768    6G 83 Linux
>
>
> There is a gap between sdc2 and sdc3,
> I guess that it is a partition that I could recover.
> But I first need to create an extended partition.
>
> how can I do it?


Within the man page for parted....

              mkpart [part-type name fs-type] start end
                     Create  a  new  partition.  part-type may be specified only
                     with msdos and dvh partition tables, it should  be  one  of
                     "primary",  "logical", or "extended".  name is required for
                     GPT partition tables and fs-type is optional.  fs-type  can
                     be   one  of  "btrfs",  "ext2",  "ext3",  "ext4",  "fat16",
                     "fat32", "hfs", "hfs+", "linux-swap",  "ntfs",  
"reiserfs", or
"xfs".

-- 
Fedora Users List - The place to go to speculate endlessly

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to