﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
76	"SVN rev 361: FAT32.IFS doesn't display ""."" and "".."" in FAT[/12/16/32] root directory"	erdmann		"I have written myself this batch file to do a chkdsk run just in case a removable volume is corrupted:

@echo off
del d:\chkdsk.log>NUL & for %%D in (c: g: h: i: j: k:) do (if not exist %%D\. (echo Checking drive %%D & chkdsk %%D /F>>d:\chkdsk.log))
pause

This batch file works fine if the volume is managed by JFS.IFS but ""if not exist %%D\."" always fails on a volume managed by FAT32.IFS even if that volume is not corrupted. That's because FAT32.IFS does not report the existence of the ""."" and "".."" directories."	defect	closed	major	Future	IFS		medium	fixed		
