> > [root@XXXXX asimfs]# debugfs /mnt/asimfs/ > debugfs 1.35 (28-Feb-2004) > /mnt/asimfs/: Attempt to read block from filesystem resulted in short read > while opening filesystem > debugfs: stats > stats: Filesystem not open debugfs is run on a device file rather than a mount point. Try: # debugfs /dev/hda5 or whatever your device file is. As mentioned by Thomas, if this is your self-made filesystem, it might not work since this is specific to ext2. -- Goldwyn -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/