First, thank you for your reply
I run a fsck, this is the message:
Code:
Disk /dev/sdf: 389 MB, 389007360 bytes
12 heads, 62 sectors/track, 1021 cylinders
Units = cylinders of 744 * 512 = 380928 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
Disk /dev/sdg: 1975 MB, 1975546368 bytes
61 heads, 62 sectors/track, 1020 cylinders
Units = cylinders of 3782 * 512 = 1936384 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
[root@cica cica]# fsck /dev/sdf
fsck from util-linux-ng 2.17
fsck: fsck.vfat: not found
fsck: Error 2 while executing fsck.vfat for /dev/sdf
[root@cica cica]# fsck /dev/sdg
fsck from util-linux-ng 2.17
fsck: fsck.vfat: not found
fsck: Error 2 while executing fsck.vfat for /dev/sdg
I have to install some vfat prog
Code:
pacman -S dosfstools
I install It
I run:
Code:
root@cica cica]# fsck.vfat -vr /dev/sdf
dosfsck 3.0.9 (31 Jan 2010)
dosfsck 3.0.9, 31 Jan 2010, FAT32, LFN
Checking we can access the last sector of the filesystem
Boot sector contents:
System ID "mkdosfs"
Media byte 0xf8 (hard disk)
512 bytes per logical sector
4096 bytes per cluster
32 reserved sectors
First FAT starts at byte 16384 (sector 32)
2 FATs, 32 bit entries
379392 bytes per FAT (= 741 sectors)
Root directory start at cluster 2 (arbitrary size)
Data area starts at byte 775168 (sector 1514)
94783 data clusters (388231168 bytes)
63 sectors/track, 255 heads
0 hidden sectors
759780 sectors total
Checking for unused clusters.
Reclaimed 3 unused clusters (12288 bytes).
Checking free cluster summary.
Free cluster summary wrong (94737 vs. really 94743)
1) Correct
2) Don't correct
? 1
Perform changes ? (y/n) y
/dev/sdf: 27 files, 40/94783 clusters
And The Problem is Solved!
Thank You! Have a nice day!