SYNOPSIS
- partclone.ntfsfixboot [-w] [-h n] [-t n] [-s n] [-b] [-f] [-p] {DEVICE}
DESCRIPTION
partclone.ntfsfixboot
Partclone.ntfsfixboot deals with braindeadness with moving NTFS filesystems. writted by Orgad Shaneh (2009) and Daniel J. Grace (2006).
OPTIONS
The program follows the usual GNU command line syntax,a summary of options is included below.
-w
- Write new start sector to the partition.
-h num
- Specify number of heads per track. If omitted, determined via ioctl.
-t num
- Specify number of sectors per track. If omitted, determined via ioctl.
-s num
- New start sector to write. If omitted, determined via ioctl.
-b
- Proceed even if the specified device is not a partition.
-f
- Force the operation to occur even if device does not look like a valid NTFS partition or values are equal.
-p
- Print debug information (values read, values requested etc.
device
- where device points to an NTFS partition
DIAGNOSTICS
The following diagnostics may be issued on stderr:
partclone.ntfsfixboot provides some return codes, that can be used in scripts:
Code | Diagnostic |
0 |
success (values are correct, or changed successfully)
|
1 |
a change is needed, but -w was not specified
|
2 |
an error occured
|
BUGS
Report bugs to [email protected] or m[blue]http://partclone.orgm[].
Report bugs to upstrem m[blue]http://sourceforge.net/projects/ntfsfixboot/m[].
COPYRIGHT
Copyright © 2007 Yu-Chin Tsai
This manual page was written for the Debian system (and may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.