Agile Development Practices suggest developers keep a solutions log. I think we can all benefit from a combined solutions log. As I encounter errors or problems I intend to record the solutions on this blog. Please feel to leave your comments, solutions and email me with your errors and solutions.
Oct 21, 2008
Linux Mounted Driver cannot remove directory error message
When running rm -rf [directory name] the following error message occurs: rm: cannot remove directory '[directory name]': File exists
If this occurs when trying to remove a file from a mounted drive, try unmounting the drive and remounting it.
No comments:
Post a Comment