|
# 実証リポジトリ |
|
|
|
このREADME.mdがあるディレクトリで、このコマンドを叩いてください |
|
|
|
`rclone_osanpo.conf` は別所で配布したものを利用できます |
|
|
|
``` |
|
rclone --config rclone_osanpo.conf mount osanpo: マウント先ディレクトリ |
|
``` |
|
|
|
たとえば J: にマウントしたい場合は |
|
``` |
|
rclone --config rclone_osanpo.conf mount osanpo: J: |
|
``` |
|
|
|
osanpo_files/の中身は一見このように見えますが、 |
|
``` |
|
osanpo_files/ |
|
osanpo_files/4upoj73nc1bv0h0fii1lobfgco |
|
osanpo_files/4upoj73nc1bv0h0fii1lobfgco/en7uh512dl45bent2kifc49km8 |
|
osanpo_files/4upoj73nc1bv0h0fii1lobfgco/ovbfiq1584odp3f6gki8a7o2kk |
|
osanpo_files/4upoj73nc1bv0h0fii1lobfgco/6puholvngef0ljcp0p4usb3ln0 |
|
osanpo_files/4upoj73nc1bv0h0fii1lobfgco/tb5scmj4ba58ke7rp3bgrka5o4 |
|
osanpo_files/4upoj73nc1bv0h0fii1lobfgco/vic4akl5v7v6k5h5pjtts9k798 |
|
osanpo_files/4upoj73nc1bv0h0fii1lobfgco/pemlvb590slblrrnqt5l1t566g |
|
osanpo_files/4upoj73nc1bv0h0fii1lobfgco/q0i7amc60ado7ek6asc8tqnklc |
|
osanpo_files/4upoj73nc1bv0h0fii1lobfgco/6kbad88pc8jldl3uo0n15brnlk |
|
osanpo_files/4upoj73nc1bv0h0fii1lobfgco/8fcnel1r4mo8ds825c9h82b8j0 |
|
osanpo_files/4upoj73nc1bv0h0fii1lobfgco/1u2eco56e5p677n4l4c2j759no |
|
``` |
|
|
|
マウント先(ここではmnt/)から見るとこんな感じに見えます |
|
``` |
|
$ find mnt |
|
mnt |
|
mnt/src |
|
mnt/src/00_test.txt |
|
mnt/src/01_test.txt |
|
mnt/src/02_test.txt |
|
mnt/src/03_test.txt |
|
mnt/src/04_test.txt |
|
mnt/src/05_test.txt |
|
mnt/src/06_test.txt |
|
mnt/src/07_test.txt |
|
mnt/src/08_test.txt |
|
mnt/src/09_test.txt |
|
``` |
|
|
|
|