Comment 9 for bug 252900

Revision history for this message
daniel (bocardo+u) wrote :

One possible solution would be to convert the vfat volume to ntfs. This can be done if the volume in question is NOT a system or otherwise un-dismountable volume.
The command to do this, under windows xp, is:

convert x: /FS:NTFS /NoSecurity

where x is the drive letter of the volume.