Commit Graph

1330 Commits (11cf412fda18277b34b71a69a62fe3b970042cc1)
 

Author SHA1 Message Date
cantab.net!aia21 b8c685fcc5 - Add new API device.[hc]::ntfs_device_heads_get() and make mkntfs use it.
- 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
2004-03-24 10:36:31 +00:00
cantab.net!aia21 c5a065d048 - Add new API device.[hc]::ntfs_device_heads_get() and make mkntfs use it.
- 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)
2004-03-24 10:36:31 +00:00
omakaista.fi!szaka 2ef925e0fe - Check the mount state of the output device in ntfsclone.
- 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
2004-03-23 02:00:56 +00:00
omakaista.fi!szaka c6ad3f570d - Check the mount state of the output device in ntfsclone.
- 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)
2004-03-23 02:00:56 +00:00
omakaista.fi!szaka 5154256c62 - Check the mount state of the output device in ntfsclone.
- 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)
2004-03-23 02:00:56 +00:00
cantab.net!aia21 9661074cdb Update
(Logical change 1.343)
2004-03-22 10:42:38 +00:00
cantab.net!aia21 785e4e2c63 Remove the FIXME in ntfs_attr_lookup() and complete the
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
2004-03-22 10:42:38 +00:00
cantab.net!aia21 b1f8254930 Remove the FIXME in ntfs_attr_lookup() and complete the
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)
2004-03-22 10:42:38 +00:00
omakaista.fi!szaka 8f77300f3a - 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

(Logical change 1.342)
2004-03-22 09:09:44 +00:00
cantab.net!aia21 f6fa31b6b0 Merge ssh://linux-ntfs@bkbits.net/ntfsprogs
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
2004-03-22 09:09:44 +00:00
cantab.net!aia21 822fb42c74 Add a TODO item for mkntfs.
BKrev: 405ead4cIyLuzJW0wHsmA8LqDP8qgg
2004-03-22 09:09:32 +00:00
cantab.net!aia21 6b5861e6b4 Add a TODO item for mkntfs.
(Logical change 1.341)
2004-03-22 09:09:32 +00:00
cantab.net!aia21 1500287b1c Update
(Logical change 1.340)
2004-03-19 17:36:45 +00:00
cantab.net!aia21 6507533a0a (Logical change 1.340) 2004-03-19 17:36:45 +00:00
cantab.net!aia21 1c970228e2 Initial revision 2004-03-19 17:36:45 +00:00
cantab.net!aia21 5da4ab55e0 Add new files include/ntfs/attrlist.h and libntfs/attrlist.c for the
upcoming attribute list attribute handling code.

BKrev: 405b2fadc8Po3t37cxgqA7hdUI_wBQ
2004-03-19 17:36:45 +00:00
cantab.net!aia21 1a9faf5ae8 Add attrlist.h to list of headers.
(Logical change 1.340)
2004-03-19 17:36:45 +00:00
cantab.net!aia21 592b4662db Add attrlist.c to build.
(Logical change 1.340)
2004-03-19 17:36:45 +00:00
cantab.net!aia21 0a9fe97b85 Update
(Logical change 1.339)
2004-03-19 10:21:05 +00:00
cantab.net!aia21 ed9f46c349 Support the case where $Volume does not have a $VOLUME_NAME
attribute in ntfs_device_mount() and let ntfslabel create the
attribute when it is not present.

BKrev: 405ac991tgthsWAgze2t2_BVuQLrog
2004-03-19 10:21:05 +00:00
cantab.net!aia21 ae7789dcd0 Support the case where $Volume does not have a $VOLUME_NAME
attribute in ntfs_device_mount() and let ntfslabel create the
attribute when it is not present.

(Logical change 1.339)
2004-03-19 10:21:05 +00:00
cantab.net!aia21 93acd345a7 Update
(Logical change 1.338)
2004-03-17 16:53:29 +00:00
cantab.net!aia21 be3bd771e1 Do not specify maintainer mode or enable compiler warnings.
(Logical change 1.338)
2004-03-17 16:53:29 +00:00
cantab.net!aia21 8f51b1fdcd - Remove AM_MAINTAINER_MODE.
- 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
2004-03-17 16:53:29 +00:00
cantab.net!aia21 9c6906ed48 - Remove AM_MAINTAINER_MODE.
- 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)
2004-03-17 16:53:29 +00:00
cantab.net!aia21 4e71d24e13 Update for 1.9.1 release.
BKrev: 405863abL5s3YuyRFNDfryHum801XQ
2004-03-17 14:41:47 +00:00
cantab.net!aia21 e5f05c8401 Update for 1.9.1 release.
(Logical change 1.337)
2004-03-17 14:41:47 +00:00
cantab.net!aia21 f33bdf28a5 Update comment for hidden_sectors in BIOS_PARAMETER_BLOCK.
(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21 0719c9de02 Update
(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21 08bd36ca62 Provide a new command line option "-p" to allow the user to specify
the partition start sector manually.

(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21 117c16ec74 Fix a compiler warning.
(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21 9318887cd5 Add new API device.[hc]::ntfs_device_partition_start_sector_get() and
make mkntfs use it.

(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21 78a57841cb Add detection of linux/hdreg.h needed for HDIO_GETGEO.
(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21 60231ba412 - Fix to include sys/ioctl.h.
- Define the ioctls we use if they are not defined, as it is done
  in device.c.

(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21 ba5eb0d651 - Add new API device.[hc]::ntfs_device_partition_start_sector_get() and
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
2004-03-17 12:22:03 +00:00
cantab.net!aia21 d05932849c - Add new API device.[hc]::ntfs_device_partition_start_sector_get() and
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)
2004-03-17 12:22:03 +00:00
cantab.net!aia21 52aeada355 Update.
(Logical change 1.335)
2004-03-15 12:50:18 +00:00
cantab.net!aia21 adcfb23551 Add new API mft.[hc]::ntfs_mft_record_{layout,format}() and make
mkntfs use it.

BKrev: 4055a68a3-bSTZZ2kpX4ycLLgNqYuA
2004-03-15 12:50:18 +00:00
cantab.net!aia21 2bd298bc2d Add new API mft.[hc]::ntfs_mft_record_{layout,format}() and make
mkntfs use it.

(Logical change 1.335)
2004-03-15 12:50:18 +00:00
cantab.net!aia21 b5af3df4b8 Ooops, forgot to test make extra when changing ntfs_get_attribute_value().
BKrev: 40559535JUFzt7wNIK2dsvgx6mIeZQ
2004-03-15 11:36:21 +00:00
cantab.net!aia21 9bb30a0601 Ooops, forgot to test make extra when changing ntfs_get_attribute_value().
(Logical change 1.334)
2004-03-15 11:36:21 +00:00
cantab.net!aia21 ab2da48e25 Use sizeof(MFT_RECORD_OLD) instead of sizeof(MFT_RECORD) as MFT_RECORD now
includes the NTFS 3.1+ specific fields.

(Logical change 1.333)
2004-03-15 11:34:30 +00:00
cantab.net!aia21 cf419787bd Use sizeof(MFT_RECORD) instead of sizeof(MFT_RECORD) + 6 as MFT_RECORD now
includes the NTFS 3.1+ specific fields.

(Logical change 1.333)
2004-03-15 11:34:30 +00:00
cantab.net!aia21 c6dbf75a46 Copy MFT_RECORD typedef to MFT_RECORD_OLD and modify MFT_RECORD to
contain the NTFS 3.1+ specific fields.  Also, update mkntfs and
ntfsclone appropriately.

BKrev: 405594c6XwAKWIBiXSo4fZGQMBN9oQ
2004-03-15 11:34:30 +00:00
cantab.net!aia21 14658c8c43 Copy MFT_RECORD typedef to MFT_RECORD_OLD and modify MFT_RECORD to
contain the NTFS 3.1+ specific fields.  Also, update mkntfs and
ntfsclone appropriately.

(Logical change 1.333)
2004-03-15 11:34:30 +00:00
cantab.net!aia21 a8ce4055be Update comment for ntfs_mft_record_get_data_size().
(Logical change 1.332)
2004-03-15 10:54:47 +00:00
cantab.net!aia21 011ba54358 Change ntfs_get_attribute_value syntax to not have the MFT_RECORD as it
wasn't used anyway and the function is headed for death anyway...

BKrev: 40558b77Sl9p5QUBbikMJW929228Sg
2004-03-15 10:54:47 +00:00
cantab.net!aia21 481241602c Change ntfs_get_attribute_value syntax to not have the MFT_RECORD as it
wasn't used anyway and the function is headed for death anyway...

(Logical change 1.332)
2004-03-15 10:54:47 +00:00
cantab.net!aia21 161768d205 Update
(Logical change 1.331)
2004-03-14 18:29:21 +00:00
cantab.net!aia21 fb5ceff176 Implement dumping of object id attribute in ntfsinfo. (Yuval Fledel, me)
BKrev: 4054a481GkSbppqwY-UO-BMCdp7nRw
2004-03-14 18:29:21 +00:00