??????????????
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 173

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 174

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 175

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 176

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 177

Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 178
ó àUdac@s4idd6dgd6dd6ZdZdZdZd S( s1.1tmetadata_versiontpreviewtstatust communityt supported_bys module: win_format version_added: '2.8' short_description: Formats an existing volume or a new volume on an existing partition on Windows description: - The M(win_format) module formats an existing volume or a new volume on an existing partition on Windows options: drive_letter: description: - Used to specify the drive letter of the volume to be formatted. type: str path: description: - Used to specify the path to the volume to be formatted. type: str label: description: - Used to specify the label of the volume to be formatted. type: str new_label: description: - Used to specify the new file system label of the formatted volume. type: str file_system: description: - Used to specify the file system to be used when formatting the target volume. type: str choices: [ ntfs, refs, exfat, fat32, fat ] allocation_unit_size: description: - Specifies the cluster size to use when formatting the volume. - If no cluster size is specified when you format a partition, defaults are selected based on the size of the partition. type: int large_frs: description: - Specifies that large File Record System (FRS) should be used. type: bool compress: description: - Enable compression on the resulting NTFS volume. - NTFS compression is not supported where I(allocation_unit_size) is more than 4096. type: bool integrity_streams: description: - Enable integrity streams on the resulting ReFS volume. type: bool full: description: - A full format writes to every sector of the disk, takes much longer to perform than the default (quick) format, and is not recommended on storage that is thinly provisioned. - Specify C(true) for full format. type: bool force: description: - Specify if formatting should be forced for volumes that are not created from new partitions or if the source and target file system are different. type: bool notes: - One of three parameters (I(drive_letter), I(path) and I(label)) are mandatory to identify the target volume but more than one cannot be specified at the same time. - This module is idempotent if I(force) is not specified and file system labels remain preserved. - For more information, see U(https://docs.microsoft.com/en-us/previous-versions/windows/desktop/stormgmt/format-msft-volume) seealso: - module: win_disk_facts - module: win_partition author: - Varun Chopra (@chopraaa) s7 - name: Create a partition with drive letter D and size 5 GiB win_partition: drive_letter: D partition_size: 5 GiB disk_number: 1 - name: Full format the newly created partition as NTFS and label it win_format: drive_letter: D file_system: NTFS new_label: Formatted full: True s # N(tANSIBLE_METADATAt DOCUMENTATIONtEXAMPLEStRETURN(((sF/usr/lib/python2.7/site-packages/ansible/modules/windows/win_format.pyts   G