Skip to content

Instantly share code, notes, and snippets.

@metaphys
Created January 15, 2012 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metaphys/1615954 to your computer and use it in GitHub Desktop.
Save metaphys/1615954 to your computer and use it in GitHub Desktop.
no internal - fsck result
root@debian:/home/jean-louis/Bureau/rockbox-devtree/PLA/rockbox# fsck.vfat -a -w -v /dev/sde1
dosfsck 3.0.12 (29 Oct 2011)
dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN
Checking we can access the last sector of the filesystem
Boot sector contents:
System ID "mkdosfs"
Media byte 0xf8 (hard disk)
2048 bytes per logical sector
32768 bytes per cluster
32 reserved sectors
First FAT starts at byte 65536 (sector 32)
2 FATs, 32 bit entries
1966080 bytes per FAT (= 960 sectors)
Root directory start at cluster 2 (arbitrary size)
Data area starts at byte 3997696 (sector 1952)
484134 data clusters (15864102912 bytes)
32 sectors/track, 64 heads
0 hidden sectors
7748096 sectors total
Reclaiming unconnected clusters.
Unable to create unique name
root@debian:/home/jean-louis/Bureau/rockbox-devtree/PLA/rockbox# fsck.vfat -r -w -v /dev/sde1
dosfsck 3.0.12 (29 Oct 2011)
dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN
Checking we can access the last sector of the filesystem
Boot sector contents:
System ID "mkdosfs"
Media byte 0xf8 (hard disk)
2048 bytes per logical sector
32768 bytes per cluster
32 reserved sectors
First FAT starts at byte 65536 (sector 32)
2 FATs, 32 bit entries
1966080 bytes per FAT (= 960 sectors)
Root directory start at cluster 2 (arbitrary size)
Data area starts at byte 3997696 (sector 1952)
484134 data clusters (15864102912 bytes)
32 sectors/track, 64 heads
0 hidden sectors
7748096 sectors total
Checking for unused clusters.
Reclaimed 3946 unused clusters (129302528 bytes).
Checking free cluster summary.
Free cluster summary wrong (1641 vs. really 9504)
1) Correct
2) Don't correct
? 1
Perform changes ? (y/n) y
/dev/sde1: 2962 files, 474630/484134 clusters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment