On Wed, Mar 25, 2009 at 10:45 PM, Sagar lokhande <sagar007rocs@xxxxxxxxx> wrote: > Hi! my project is covert web based filesystem . > my objective is to read a filesystem in to a folder and then apply > steganography on it. Sounds like a neat project! Did you have a question in particular? I assume you're already looking at ext2 docs and source to find unused areas or areas where more than one value can have the same meaning. For source, I like the ext2 implementation in GRUB bootloader as a rough example because it's read-only and a little simpler, it is usually easy to worry about reading first then worry about modifying/writing when dealing with a new filesystem. -- Jon Mayo <jon.mayo@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html