|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +news: true |
| 4 | +toc: false |
| 5 | +title: Windows users, update Globus Connect Personal for long-path support. |
| 6 | +excerpt: Windows has issues with long file paths, and that causes issues with Globus, until now! Read on for information on how to enable long-path support. |
| 7 | +--- |
| 8 | + |
| 9 | +On Windows, most operations on files have a limitation known as "MAX\_PATH": |
| 10 | +Windows paths have a long-standing maximum length of 260 characters, measured |
| 11 | +from the start of the path (`C:\`, `D:\`, etc.), up to and including the file |
| 12 | +extension. |
| 13 | + |
| 14 | +Most users do not encounter problems with MAX\_PATH limits. But for folks |
| 15 | +working with large data sets—particularly in areas like genomics—you may have |
| 16 | +experenced MAX\_PATH issues. |
| 17 | + |
| 18 | +In Globus, MAX\_PATH issues do not show up directly in error messages. |
| 19 | +Instead, Globus will report file-not-found, not-a-directory, or checksum-failed |
| 20 | +errors. In all cases, the file path will be very long, indicating the problem |
| 21 | +is likely due to the MAX\_PATH limit. |
| 22 | + |
| 23 | +As of Globus Connect Personal 3.2.7, **this limit can now be increased**, |
| 24 | +supporting paths up to 4,096 characters in length. To enable long-path |
| 25 | +support, do two things: |
| 26 | + |
| 27 | +First, **Upgrade Globus Connect Personal**. Right-click on the Globus toolbar |
| 28 | +icon, and select "Check for Updates". If 3.2.7 is not installed, you will be |
| 29 | +prompted to upgrade. |
| 30 | + |
| 31 | +{% include hero-image.html |
| 32 | + src="/assets/client/GlobusConnectPersonalToolbarPop-Up.png" |
| 33 | + alt="The pop-up menu that appears when right-clicking on the Globus icon in the toolbar" |
| 34 | + caption-overlay=true |
| 35 | + caption-header="Globus Connect Personal toolbar pop-up" |
| 36 | + caption-text="" |
| 37 | +%} |
| 38 | + |
| 39 | +Next, [follow the instructions]({{ "/client/install.html" | relative_url }}) to |
| 40 | +configure your machine for long-path support. |
| 41 | + |
| 42 | +{% include info-box.html |
| 43 | + icon="sticky-note" |
| 44 | + header="This update is Windows only!" |
| 45 | + content="On macOS and Linux, Globus Connect Personal already has the longer path limit. So if you are on macOS or Windows, congraulations: You don't need to do anything!" |
| 46 | +%} |
0 commit comments