How to mount workdocs on Ubuntu

0

How to mount workdocs on Ubuntu,thank you

AWS
asked 2 years ago865 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)

profile pictureAWS
EXPERT
answered 2 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
Kam
answered 2 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.

Guidelines for Answering Questions