Searched defs:mkntfs_options (Results 1 – 1 of 1) sorted by relevance
| /third_party/ntfs-3g/ntfsprogs/ |
| D | mkntfs.c | 212 static struct mkntfs_options { struct 213 char *dev_name; /* Name of the device, or file, to use */ 214 BOOL enable_compression; /* -C, enables compression of all files on the volume by default. */ 215 BOOL quick_format; /* -f or -Q, fast format, don't zero the volume first. */ 216 BOOL force; /* -F, force fs creation. */ 217 long heads; /* -H, number of heads on device */ 218 BOOL disable_indexing; /* -I, disables indexing of file contents on the volume by default. */ 219 BOOL no_action; /* -n, do not write to device, only display what would be done. */ 220 long long part_start_sect; /* -p, start sector of partition on parent device */ 221 long sector_size; /* -s, in bytes, power of 2, default is 512 bytes. */ [all …]
|