I had a cifs mount blow up and now it won't let me delete the mount point. I get the below error:
[root@linux mnt]# rm -rf pcr_share
rm: cannot lstat `pcr_share': No such device
The mount isn't mounted anymore I just need to delete the directory and recreate it. I can list it out in the /mnt directory and cd to the directory. It just won't let me delete it. I've tried quoting it and using back slashes but still won't work.
Any help would be greatly appreciated.
Eric
[root@linux mnt]# rm -rf pcr_share
rm: cannot lstat `pcr_share': No such device
The mount isn't mounted anymore I just need to delete the directory and recreate it. I can list it out in the /mnt directory and cd to the directory. It just won't let me delete it. I've tried quoting it and using back slashes but still won't work.
Any help would be greatly appreciated.
Eric