mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
ntfsresize updated, ntfsclone added
(Logical change 1.371)
This commit is contained in:
parent
d636e24835
commit
0d75e309a9
@ -4,7 +4,6 @@ Thanks,
|
|||||||
Anton
|
Anton
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**********
|
**********
|
||||||
* mkntfs *
|
* mkntfs *
|
||||||
**********
|
**********
|
||||||
@ -21,6 +20,18 @@ Thanks,
|
|||||||
size to make it work. Note, reporter was using win2k.
|
size to make it work. Note, reporter was using win2k.
|
||||||
|
|
||||||
|
|
||||||
|
*************
|
||||||
|
* ntfsclone *
|
||||||
|
*************
|
||||||
|
|
||||||
|
- get rid of the unneeded lseek()'s during reads/writes
|
||||||
|
- catch if source and dest are the same
|
||||||
|
- add sparse encoding/decoding, perhaps using Partimage image format?
|
||||||
|
- consider badblock list
|
||||||
|
- add dd's noerror option
|
||||||
|
- disable consistency check for --metadata (e.g. if the check is crashing)
|
||||||
|
- make "wiped", etc statistic variables long long
|
||||||
|
|
||||||
|
|
||||||
***********
|
***********
|
||||||
* ntfsfix *
|
* ntfsfix *
|
||||||
@ -36,7 +47,6 @@ Thanks,
|
|||||||
not a showstopper bug for the first release. (AIA)
|
not a showstopper bug for the first release. (AIA)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
*************
|
*************
|
||||||
* ntfslabel *
|
* ntfslabel *
|
||||||
*************
|
*************
|
||||||
@ -44,26 +54,23 @@ Thanks,
|
|||||||
- Support ioctls for ntfs tng driver 2.?.? for reading/changing the label.
|
- Support ioctls for ntfs tng driver 2.?.? for reading/changing the label.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**************
|
**************
|
||||||
* ntfsresize *
|
* ntfsresize *
|
||||||
**************
|
**************
|
||||||
|
|
||||||
High priority
|
High priority
|
||||||
- support fragmented volumes -- WIP
|
- move ntfs consistency check to libntfs (for ntfsck, ntfsclone, etc)
|
||||||
- recovery support, journaling
|
- use different exit codes (e.g. corrupt volume detected, unsupported case,
|
||||||
|
bad sectors, etc)
|
||||||
|
|
||||||
Medium priority
|
Medium priority
|
||||||
- easy usage by partitioning tools -- WIP
|
- support disks having bad sectors
|
||||||
- move useful things to libntfs
|
- cope with the rare, unsupported cases, see man ntfsresize 'KNOWN ISSUES'
|
||||||
- extended error codes at exit()
|
- save $Bitmap if it was modified and an error occures (e.g. bad sector).
|
||||||
- cleanup at exit()
|
- handle signals (^C, etc)
|
||||||
- quiet operation
|
|
||||||
|
|
||||||
Low priority
|
Low priority
|
||||||
- move volume start
|
- move volume start
|
||||||
- support disks having bad blocks
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
****************
|
****************
|
||||||
|
Loading…
Reference in New Issue
Block a user