Update README and AUTHORS for attempt data rescue
This commit is contained in:
parent
12f860afb8
commit
6bf8df6c4c
8
AUTHORS
8
AUTHORS
|
@ -1,11 +1,11 @@
|
||||||
This file is part of GParted
|
This file is part of GParted
|
||||||
Copyright (C) 2004, 2005, 2006
|
Copyright (C) 2004, 2005, 2006
|
||||||
Bart Hakvoort
|
Bart Hakvoort
|
||||||
Portions Copyright (C) 2008, 2009, 2010
|
Portions Copyright (C) 2008, 2009, 2010, 2011
|
||||||
Curtis Gedak
|
Curtis Gedak
|
||||||
|
|
||||||
This file may be modified and/or distributed without restriction. This is
|
This file may be modified and/or distributed without restriction. This is
|
||||||
not an invitation to misrepresent who contributed to GNU GParted.
|
not an invitation to misrepresent who contributed to GParted.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -28,6 +28,10 @@ Curtis Gedak <gedakc@users.sourceforge.net>
|
||||||
* Created OperationLabelPartition.h, OperationLabelPartition.cc
|
* Created OperationLabelPartition.h, OperationLabelPartition.cc
|
||||||
* Maintained from official 0.3.5 release onward
|
* Maintained from official 0.3.5 release onward
|
||||||
|
|
||||||
|
Joan Lledó <joanlluislledo@gmail.com>
|
||||||
|
* Created Dialog_Rescue_Data.h, Dialog_Rescue_Data.cc to attempt data rescue.
|
||||||
|
* Wrote patch to add attempt data rescue for lost partitions.
|
||||||
|
|
||||||
Luca Bruno <lucab@debian.org>
|
Luca Bruno <lucab@debian.org>
|
||||||
* Created btrfs.h, btrfs.c to support btrfs file system.
|
* Created btrfs.h, btrfs.c to support btrfs file system.
|
||||||
* Wrote patch for initial btrfs support.
|
* Wrote patch for initial btrfs support.
|
||||||
|
|
8
README
8
README
|
@ -142,6 +142,11 @@ For GNU/Linux distribution dmraid support, the following are required:
|
||||||
- dmraid drive arrays activated on boot (e.g., dmraid -ay).
|
- dmraid drive arrays activated on boot (e.g., dmraid -ay).
|
||||||
|
|
||||||
|
|
||||||
|
For attempt data rescue for lost partitions, the following package
|
||||||
|
is required:
|
||||||
|
gpart - guesses PC-type hard disk partitions
|
||||||
|
|
||||||
|
|
||||||
Several more commands are optionally used by GParted if found on the system.
|
Several more commands are optionally used by GParted if found on the system.
|
||||||
These commands include:
|
These commands include:
|
||||||
|
|
||||||
|
@ -149,6 +154,8 @@ These commands include:
|
||||||
vol_id - used to read volume labels
|
vol_id - used to read volume labels
|
||||||
udisks - used to prevent automounting of file systems
|
udisks - used to prevent automounting of file systems
|
||||||
devkit-disks - used to prevent automounting of file systems
|
devkit-disks - used to prevent automounting of file systems
|
||||||
|
{filemanager} - used in attempt data rescue to display discovered
|
||||||
|
file systems. (e.g., nautilus, pcmanfm)
|
||||||
hal-lock - used to prevent automounting of file systems
|
hal-lock - used to prevent automounting of file systems
|
||||||
gksu - used to acquire root privileges in .desktop file,
|
gksu - used to acquire root privileges in .desktop file,
|
||||||
but only if available when gparted source is configured.
|
but only if available when gparted source is configured.
|
||||||
|
@ -156,4 +163,5 @@ These commands include:
|
||||||
/dev/mapper/isw_idedecefg_Volume0p1
|
/dev/mapper/isw_idedecefg_Volume0p1
|
||||||
udevinfo - used in dmraid to query udev name
|
udevinfo - used in dmraid to query udev name
|
||||||
udevadm - used in dmraid to query udev name
|
udevadm - used in dmraid to query udev name
|
||||||
|
yelp - used to display help manual
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue