Linux - Fix for mounting issues

Linux - Fix for mounting issues

Linux Virtual Machines (VMs) created between December 2022 and 28 June 2023 are mounting far too many disks as a result of a bug in the mounting script. This bug may have led to unexpected side effects such as performance issues or sometimes being unable to login to the VM.

Resolution

Newly deployed Linux VMs will already have these fixes applied. For existing Linux VMs we've included a script in this announcement to fix the issue. To run the script:

  1. Download the script in this article.
  2. Upload the script to your Workspace.
  3. Login to your Linux VM and open the console.
  4. Run the script with the following commands:
    1. cp /mnt/data/inbox/transfer-<time of upload>/DreMountBugfix.sh ./
    2. sudo ./DreMountBugfix.sh
If you have any issues logging into your VM or reaching your mounted drives, please send us a support ticket.

    • Related Articles

    • Linux VMs

      On the myDRE platform different types of Linux virtual machines (VMs) are available. CentOS 7.5 (is reaching its end of life) Ubuntu 20 (for GPU usage) Ubuntu 22 By default, Linux VMs have no connection to the outside world, so cannot be directly ...
    • LINUX: issues with share RESOLVED

      Issue Linux VMs were unable to correctly interact with the share, like creating folders and files. Resolution Unfortunately we have found that the Linux versions right now deployed on myDRE are too divers for a script to work correctly to fix ...
    • Linux - Getting the Inbox

      Issue During the deployment on 2021-11-14 a script failed to ensure auto-mounting the new storage account called "Inbox". Fortunately, there is a quick and easy fix for Linux users.  We apologize for you needing to do it yourself for existing Linux ...
    • Turn Proxy Off/On on Linux VM

      1. Log in to the Linux VM 2. Write command sudo nano /etc/environment press enter and enter your password 3. comment out all the content that you find in there e.g #http_proxy="http://127.0.0.1:8080" 4. Press ctrl + x to exit, save with y and press ...
    • Low severity vulnerability in Linux VMs patch

      TL;DR: We have found a low severity vulnerability in Linux VMs. It has been patched for newly created VMs. Existing VMs can be self-service patched by downloading and running the script below. What happened? While troubleshooting a Linux VM, we ...