mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 10:04:00 +08:00
ntfsclone: honor bad clusters list ($BadClus:$Bad), known bad sectors aren't tried to be saved anymore (Szaka)
(Logical change 1.587)
This commit is contained in:
parent
ec00d338cb
commit
63b6f9ff3f
@ -68,6 +68,8 @@ xx/xx/2004 - 2.0.0-WIP
|
||||
ntfs_attr_reinit_search_ctx() always clears ctx->al_entry.
|
||||
- Rename scpu_to_le{16,32,64}() to cpu_to_sle{16,32,64}() to match the
|
||||
kernel.
|
||||
- ntfsclone: honor bad clusters list ($BadClus:$Bad), known bad sectors
|
||||
aren't tried to be saved anymore. (Szaka)
|
||||
|
||||
04/09/2004 - 1.9.4 - Urgent bug fixes.
|
||||
|
||||
|
@ -26,7 +26,6 @@ Thanks,
|
||||
|
||||
- get rid of the unneeded lseek()'s during reads/writes
|
||||
- catch if source and dest are the same
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user