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