0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

google drive file streamのキャッシュを外部ドライブに置く

Posted at

シンボリックリンクでキャッシュを外部に

google drive file streamのキャッシュを外部ドライブに置く方法を見つけたので自分用の覚書です。

Macでのやり方

/Users/username/Library/Application Support/Google/DriveFS にキャッシュが置かれるので,これを外付けドライブ等へのシンボリックリンクにする。

sudo mkdir /Volumes/extdrive/DriveFS
sudo chown username:staff DriveFS
cd /Users/username/Library/Application\ Support/Google
ln -s /Volumes/extdrive/DriveFS DriveFS

でextdrive上に逃がせる。

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?