add mounting info for windows share

This commit is contained in:
Paul Trowbridge 2019-01-18 22:40:13 -05:00
parent ca8aaa5e93
commit 9bf7ee4fed
1 changed files with 6 additions and 0 deletions

6
ubuntu/mount.md Normal file
View File

@ -0,0 +1,6 @@
for windows
------------------
* `apt install cifs-utils`
* create target folder `mkdir //mnt/onedrive`
* `sudo mount.cifs //192.168.1.89/Users/fleet/OneDrive onedrive/ -o user=fleet`