Skip to content

Desktop location confusion with OneDrive on windows machines #299

@scottcpeterson

Description

@scottcpeterson

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’).

Which part of the content does your suggestion apply to?

https://librarycarpentry.github.io/lc-shell/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions