On Fri, Feb 28, 2003 at 03:19:53PM +0800, Daniel Pearson wrote: > Once an install and format of the partition, etc.. has been done, how can > you tell what file system its using (assuming you're dealing with someone > else's machine and they have no idea if they selected ext2 or ext3 :) ? /bin/df -Th Will list all mounted filesystems and their type. Yours Tony