From 9bf7ee4fed89fb38d4c950b4842b7cf12bcc9ce9 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 18 Jan 2019 22:40:13 -0500 Subject: [PATCH] add mounting info for windows share --- ubuntu/mount.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ubuntu/mount.md diff --git a/ubuntu/mount.md b/ubuntu/mount.md new file mode 100644 index 0000000..a2e3176 --- /dev/null +++ b/ubuntu/mount.md @@ -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` \ No newline at end of file