2004/05/12 00:29:05+01:00 flatcap.org!ntfs
actually remove the entry from the index alloc
2004/05/10 22:59:11+01:00 flatcap.org!ntfs
cope with variable sized indexes,
recurse directories,
ignore things that are hard to delete
2004/05/10 16:34:57+01:00 flatcap.org!ntfs
find the dt that needs and entry deleting
2004/05/10 00:01:11+01:00 flatcap.org!ntfs
recursively descend a directory tree
2004/05/09 22:02:10+01:00 flatcap.org!ntfs
fix mem leaks
2004/05/09 21:21:13+01:00 flatcap.org!ntfs
recursive mapping of one directory's index
2004/05/09 13:01:51+01:00 flatcap.org!ntfs
mapping of dir and first-level dt work
2004/05/08 11:45:27+01:00 flatcap.org!ntfs
happy with structures
2004/02/16 00:25:33+00:00 flatcap.org!ntfs
(Logical change 1.400)
2004/05/03 15:42:34+01:00 flatcap.org!ntfs
put ntfsrm back in the build
2004/05/03 15:41:18+01:00 flatcap.org!ntfs
build process changes from the main line
2004/03/11 00:03:56+00:00 flatcap.org!flatcap
Auto merged
2004/02/16 00:25:33+00:00 flatcap.org!ntfs
add ntfsrm to the build
(Logical change 1.400)
2004/05/03 15:41:18+01:00 flatcap.org!ntfs
build process changes from the main line
2004/03/11 00:03:56+00:00 flatcap.org!flatcap
Auto merged
2004/02/16 00:25:33+00:00 flatcap.org!ntfs
add ntfsrm to the build
(Logical change 1.400)
2004/04/17 04:01:46+03:00 elisa-laajakaista.fi!szaka
Detached ntfs_fsck_t from ntfs_resize_t and use it for check_allocation_bitmap() [in progress]
(Logical change 1.377)
specify the number of heads manually.
- Provide a new command line option "-S" to mkntfs to allow the user to
specify the number of sectors per track manually.
(Logical change 1.345)
- Provide a new command line option "-H" to mkntfs to allow the user to
specify the number of heads manually.
- Add new API device.[hc]::ntfs_device_sectors_per_track_get() and make
mkntfs use it.
- Provide a new command line option "-S" to mkntfs to allow the user to
specify the number of sectors per track manually.
(Logical change 1.345)
- Correct a too strong sanity check in ntfsclone that prevented
cloning from larger device to a smaller one but the NTFS image
could have fit fully.
(Logical change 1.344)
make mkntfs use it.
- Provide a new command line option "-p" to allow the user to specify
the partition start sector manually.
- Add include sys/ioctl.h to fix sector size detection.
(Logical change 1.336)
initialized mft records, not total mft records. This makes far more
sense and in fact reflects how nr_mft_records is being used in both
libntfs and the utilities.
(Logical change 1.326)
Fix warnings on powerpc architecture where it would seem char is
unsigned so comparisons with -1 cause a warning that comparison is
always true/wrong. (Thanks to Ender for reporting.)
(Logical change 1.324)
2004/03/10 10:13:38+02:00 omakaista.fi!szaka
- Added warnings about not modifying text messages external tools use
- Options -i -s together aren't supported anymore, if needed use -n -v -s instead
- Usage() cleanup
- Some endianness fixes
- Suggest chkdsk /f if mount fails with EIO (Paul A. Steckler)
- Removed BETA and STABLE hints, now there is only one STABLE
- The --info option estimates the theoretically smallest shrunken size thus the message changed from "You ccould resize ..." to "You might resize ...".
(Logical change 1.312)
2004/03/09 14:38:50+00:00 cantab.net!aia21
Fix all occurences of printf with %ll length modifiers but 64 bit
arguments to typecast the arguments to (unsigned) long long to avoid
the warnings when compiling on 64 bit architectures.
(Logical change 1.306)
2004/03/09 14:38:51+00:00 cantab.net!aia21
Fix all occurences of printf with %ll length modifiers but 64 bit
arguments to typecast the arguments to (unsigned) long long to avoid
the warnings when compiling on 64 bit architectures.
(Logical change 1.306)
2004/03/09 14:38:50+00:00 cantab.net!aia21
Fix all occurences of printf with %ll length modifiers but 64 bit
arguments to typecast the arguments to (unsigned) long long to avoid
the warnings when compiling on 64 bit architectures.
(Logical change 1.306)
and his collegues at the University of Granada, Dewey M. Sasser,
Erik Meade, Martin Fick, Sandro Hawke, Dave Croal, Lorrin Nelson,
Geert Hendrickx, Robert Bjorkman and Richard Burdick.
(Logical change 1.299)
2003/11/02 23:22:27+00:00 flatcap.org!ntfs
move cluster_find to separate source module
implement last option
2003/10/29 10:25:42+00:00 flatcap.org!ntfs
display cluster info about a file / inode
(Logical change 1.299)
2003/10/31 18:10:18+00:00 flatcap.org!ntfs
big reorganisation
extra options
will move any attributes now, including dirs
(prevented it touching metadata)
2003/10/29 18:13:30+00:00 flatcap.org!ntfs
move dump_mem to utils
2003/10/28 15:48:10+00:00 flatcap.org!ntfs
(Logical change 1.299)