0% found this document useful (0 votes)
351 views1 page

FAT32 Volume Creation Errors

The document describes the progress of formatting a storage device. It lists filesystem details like the filesystem type (FAT32), cluster size, and total/free space. It then shows the process of overwriting the beginning and end of the device with zeros, creating a partition table, and writing filesystem structures like the root directory, file allocation table, and boot regions. In the end, it encounters errors validating the boot sector signature and initializing cached values, causing the volume creation to fail.

Uploaded by

Camden Xbow
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
351 views1 page

FAT32 Volume Creation Errors

The document describes the progress of formatting a storage device. It lists filesystem details like the filesystem type (FAT32), cluster size, and total/free space. It then shows the process of overwriting the beginning and end of the device with zeros, creating a partition table, and writing filesystem structures like the root directory, file allocation table, and boot regions. In the end, it encounters errors validating the boot sector signature and initializing cached values, causing the volume creation to fail.

Uploaded by

Camden Xbow
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

FSTYPE:FAT32

FSCLUSTERSIZE:32768
DEVICETOTALBYTES:8163508736
FSTOTALBYTES:8159297536
FSBYTESFREE:8159264768
FSLABEL:
PROGRESS:0/100 Overwriting the beginning of the device with zeroed data...
PROGRESS:6/100 Overwriting the beginning of the device with zeroed data...
PROGRESS:12/100 Overwriting the beginning of the device with zeroed data...
PROGRESS:19/100 Overwriting the beginning of the device with zeroed data...
PROGRESS:25/100 Overwriting the beginning of the device with zeroed data...
PROGRESS:31/100 Overwriting the beginning of the device with zeroed data...
PROGRESS:31/100 Overwriting the end of the device with zeroed data...
PROGRESS:38/100 Overwriting the end of the device with zeroed data...
PROGRESS:44/100 Overwriting the end of the device with zeroed data...
PROGRESS:48/100 Overwriting the end of the device with zeroed data...
PROGRESS:48/100 Creating SD-compatible partition table...
PROGRESS:55/100 Creating SD-compatible partition table...
PROGRESS:61/100 Creating SD-compatible partition table...
PROGRESS:67/100 Creating SD-compatible partition table...
PROGRESS:74/100 Creating SD-compatible partition table...
PROGRESS:74/100 Writing root directory...
PROGRESS:74/100 Writing root directory...
PROGRESS:74/100 Writing file allocation table...
PROGRESS:80/100 Writing file allocation table...
PROGRESS:80/100 Writing file allocation table...
PROGRESS:86/100 Writing file allocation table...
PROGRESS:86/100 Writing reserved region...
PROGRESS:92/100 Writing reserved region...
PROGRESS:99/100 Writing reserved region...
PROGRESS:99/100 Writing reserved region...
PROGRESS:99/100 Writing backup boot region...
PROGRESS:99/100 Writing backup boot region...
PROGRESS:99/100 Writing FSInfo sector...
PROGRESS:99/100 Writing FSInfo sector...
PROGRESS:99/100 Writing boot region...
PROGRESS:100/100 Writing boot region...
[ERROR] Invalid end of sector signature: 0x0000

[ERROR] fat_check_validate_boot_sector returned error: 22 (Invalid argument)

[ERROR] Initializing cached values failed: 22 (Invalid argument)

[ERROR] Generated invalid volume. fat_volume_create returned: 22 (Invalid argument)

You might also like