df : not a block device, directory or mounted resource
Hi,
I have a local file system mounted as /app/boe. I unmounted the file system and made a directory /app-old/boe, then I mounted /app-old/boe.
When I perform df -h /app-old/boe, it displays correctly using root account.
When I perform df -h /app-old/boe using a ordinary account ID, it displays the following:
df : /app-old/boe not a block device, directory or mounted resource
Any pointer to rectify the issue?
Thanks in advance.