Running ffind on a lfn FAT directory entry results in an "ORPHAN" entry
because the LFN entries are not sent via inode_walk...  perhaps make a new
flag or a special FAT function. (BUG: 1326007)

Expert Witness Image Format

sstrings and Locale:
http://lidn.sourceforge.net/articles/unicode_programming/l-linuni.html

diskstat: Use 48-bit commands -- support USB / Firewire devices

sorter and mactime (or somewhere) should filter through the ils and fls entries so that only one entry for each unallocated file is shown.

Make an entry in fsstat that lists the bad blocks
- done for FAT

Incorporate the FS_FLAG_DATA_BAD flag into operation

Maybe fatfs_dent_walk should only check the times for the first
entry and not be so strict.  0's can be used if the time is invalid.

Add status flags to mac mmls
Add bootable flag to mm code for DOS

Use backup copy of boot sector if primary fails.

mmls in recursive does not always print location relative to start
of disk i.e. intel solaris disk offsets are relative to start of
solaris partition and not disk - should this be modified?

v2:

indexing
output data of ils

Windows version 

exception handling

Consider making PRIuXXX and XXX_T for each file system variable (type, id etc.)
Remove ASCII check in FAT so that Unicode can work.

SQL Patch


------------------------------------------------------------

SORTER:
- minimum size for files
- add extension to files that do not have one based on their file type.
- check for ADS of 'dead' NTFS files from ils

GENERAL:
- Size free stats on fsstat
- UNIX bitmaps per group in fsstat

New line of 'f' tools that utilize 'ifind' code:
- fstat (istat from path)
- fcat

JOURNAL:
Need jfind code to find entries based on FS block number

HASH:
- hls
- extended output for NSRL 

MACTIME:
- scripts to incorporate logs and such into mactime
- make 'mactime' able to run with '-w'
- simplify date code with 'mactime' and get rid of the library


EXT2FS:

EXT3FS:

FAT: 
- could adda check to alert a file that has VOL_NAME set in non-root dir

FFS:
- HP Support
- Display disk labels in fsstat

NTFS: 
- Make (realloc) appear on NTFS because of sequence numbers being off....
- figure out a better way that $BADCLUS does not screw things up
if it has a value in the first run.
- deleted ADS
- Read the Security Attributes
- BAAD 
- when doing a timeline in NTFS: do three time machine entries:
  - time in parent directory
  - time in STD_INFO
  - time in $FNAME
