Skip to content

How to mount workdocs on Ubuntu

0

How to mount workdocs on Ubuntu,thank you

AWS
asked 4 years ago1.2K views
2 Answers
0

unfortunately Workdoc drive is only supported for Windows, Mac and Amazon WorkSpaces client. https://aws.amazon.com/workdocs/faq/ (under Amazon WorkDocs Drive)

AWS
EXPERT
answered 4 years ago
0

You can mount Workdocs drive in Ubuntu running inside Windows Subsystem for Linux. The code snippet below can be found in Amazon WorkDocs User Guide.

$ sudo mkdir /mnt/w
$ sudo mount -t drvfs W: /mnt/w
$ cd /mnt/w
$ ls  

AWS
EXPERT
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.