cd to mount point taking long time

Pratap Lakshminarayana 0 Reputation points
2023-01-18T17:29:15.41+00:00

In our environment when we do cd to /abc directory it is taking long time.

/abc is the mount point for storage device.

even when we do df -h it is taking long time to display the results.

What could be the problem.

Regards,

Pratap

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,639 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Carlos Solís Salazar 17,791 Reputation points MVP
    2023-01-19T12:32:58.6366667+00:00

    Thank you for asking this question on the Microsoft Q&A Platform.

    In general, when you mount an NFS the data must travel by the network, your blob storage is an "NFS" located in another data center (if your environment is on-premises), so latency is expected.

    Also, it will depend on the configuration of your storage account, your environment, and the network.

    Hope this helps!


    Accept Answer and Upvote, if any of the above helped, this thread can help others in the community looking for remediation for similar issues.

    NOTE: To answer you as quickly as possible, please mention me in your reply.


  2. Sumarigo-MSFT 45,416 Reputation points Microsoft Employee
    2023-01-31T08:47:10.21+00:00

    @ Pratap Lakshminarayana Welcome to Microsoft Q&A Forum, Thank you for posting our query here!

    Performance issue may occur due to several reason!

    I would recommended to use Azure Blob Fuse to mount, It has greater performance impact and lot of features.

    Mount an Azure storage blob container or datalake file system on Linux.

    • Basic file system operations such as mkdir, opendir, readdir, rmdir, open, read, create, write, close, unlink, truncate, stat, rename
    • Local caching to improve subsequent access times
    • Streaming to support reading AND writing large files
    • Parallel downloads and uploads to improve access time for large files
    • Multiple mounts to the same container for read-only workloads Troubleshoot performance in Azure Storage accounts Please let us know if you have any further queries. I’m happy to assist you further.   

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments