-
-
Notifications
You must be signed in to change notification settings - Fork 87
Description
How could the content be improved?
The last few years we have found that learners with windows machines with OneDrive installed can find it difficult to find the data folder on their Desktop. Below is the message we have added to our etherpads and the file path to slides when teaching the various Carpentries Shell lessons. This could be added to the setup part of the lesson.
Windows OneDrive problem with finding Deskstop
If a Windows machine is backed up with enterprise OneDrive, their GUI desktop may be rendered from a folder within OneDrive, which will not match the contents of ~/Desktop. The OneDrive desktop should be accessible using one of the following commands (if the name of the enterprise isn’t clear, look through the output of ls to find the right folder):
BASH Command:
$ cd "~/OneDrive - Name Of Enterprise/Desktop"
$ cd "C:/Users/Username/OneDrive - Name Of Enterprise/Desktop"
One way to spot if the computer is using this kind of configuration is to look at files, folders or links on the desktop. Usually the icon contains a shortcut/arrow symbol if it is a link, or just the plain icon if the file is just saved in the Desktop folder. Files synced with OneDrive contain an additional symbol indicating the sync status (typically blue arrows for ‘sync pending’ or a green tick for ‘synced’).