home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- REM This is CLUSTSIZ.BAT
- REM
- REM CLUSTSIZ.BAT tels you how big each cluster or "allocation unit" on
- REM your default disk is. If it reports that your hard disk cluster size
- REM is 4,096 BYTES (4k), A TINY 1-byte file will actually take up 4K of
- REM space. This information is useful when you're copying files from hard
- REM disk to floppies.
- REM
- ECHO Checking size of disk cluster . . .
- CHKDSK | FIND "each"
-