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.
BKrev: 406164afQ_1Kz39PXlQ36g3TtdL3dw
- 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.
- ChangeLog update
BKrev: 405f9a58_jCkCGrW1BbZ2Ynhw8S22Q
- 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.
- Added a few (hopefully) better explanatory messages to ntfsresize.
(Logical change 1.344)
- 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)
implementation of ntfs_external_attr_find() so it now returns the
attribute list attribute position at which the attribute should be
inserted in @ctx->al_entry (see descritpion for ntfs_attr_lookup() in
attrib.c for details).
BKrev: 405ec31eBCw-_Ae0uZ9LjtFRYtH3XA
implementation of ntfs_external_attr_find() so it now returns the
attribute list attribute position at which the attribute should be
inserted in @ctx->al_entry (see descritpion for ntfs_attr_lookup() in
attrib.c for details).
(Logical change 1.343)
into cantab.net:/home/src/ntfsprogs
2004/03/21 20:28:25+02:00 omakaista.fi!szaka
- recommend chkdsk /f if mapping pairs decoding fails with EIO (Kent B. Larsen)
- use corrupt_volume_msg in all relevant cases
- explain "bad sectors" a bit better
BKrev: 405ead58OtBH8eBBOL8HUmZ9Q9fliw
- Add configure option --enable-warnings and make that enable all the
compiler warnings (this used to be done in maintainer mode).
- Do not specify maintainer mode or enable compiler warnings in
autogen.sh.
BKrev: 40588289PkOte4KVeOlh70tKAhrf1A
- Add configure option --enable-warnings and make that enable all the
compiler warnings (this used to be done in maintainer mode).
(Logical change 1.338)
make mkntfs use it.
- Provide a new command line option "-p" to allow the user to specify
the partition start sector manually.
- Fix mkntfs and ntfsclone to include sys/ioctl.h.
- Define the ioctls we use in ntfsclone if they are not defined, as it
is done in device.c.
BKrev: 405842ebQ8PDL9eZ6O_KykKk2YKyQA
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)