Peter Brown wrote:
I use debugfs to search for deleted files in my box. After exiting from debugfs, the filesystem is still in read-only mode. I suspect the program didn't stop properly. How can I change filesystem back to read-write mode?
Does "mount -o remount,rw" help?
-Saurabh