Repair/Check integrity of FAT file system
Tagged with: command, fat, fat32, filesystem, Linux, vfat
Tuesday, March 31st, 2009 11:46 PM
Repair/Check integrity of FAT file system – useful for checking pen drives
fsck.vfat /dev/sdb1
Repair/Check integrity of FAT file system – useful for checking pen drives
fsck.vfat /dev/sdb1
Mount a Windows FAT partition. If it is an NTFS partion, use ‘ntfs’ instead of ‘fat’. Make sure that the kernel support ntfs if you want to do that.
mount -t vfat /dev/hda5 /mnt/d