惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
Microsoft Security Blog
Microsoft Security Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
V
Visual Studio Blog
宝玉的分享
宝玉的分享
IT之家
IT之家
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
I
InfoQ
B
Blog RSS Feed
T
Threatpost
博客园_首页
M
MIT News - Artificial intelligence
Spread Privacy
Spread Privacy
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Know Your Adversary
Know Your Adversary
U
Unit 42
Engineering at Meta
Engineering at Meta
C
Cyber Attacks, Cyber Crime and Cyber Security
月光博客
月光博客
Scott Helme
Scott Helme
T
Tor Project blog
有赞技术团队
有赞技术团队
AWS News Blog
AWS News Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Last Week in AI
Last Week in AI
S
Schneier on Security
Vercel News
Vercel News
博客园 - Franky
C
Cybersecurity and Infrastructure Security Agency CISA
L
LINUX DO - 热门话题
NISL@THU
NISL@THU
L
LangChain Blog
爱范儿
爱范儿
Google DeepMind News
Google DeepMind News
The GitHub Blog
The GitHub Blog
雷峰网
雷峰网
Latest news
Latest news
C
CXSECURITY Database RSS Feed - CXSecurity.com
Hugging Face - Blog
Hugging Face - Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
www.infosecurity-magazine.com
www.infosecurity-magazine.com
G
GRAHAM CLULEY
S
Security Affairs
A
About on SuperTechFans
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
大猫的无限游戏
大猫的无限游戏
W
WeLiveSecurity
Cisco Talos Blog
Cisco Talos Blog
罗磊的独立博客

Rat's Blog - Google

利用Aria2+AriaNg+H5ai+Google Drive建立离线BT下载/在线播放/无限空间网盘 - Rat's Blog Mac系统下挂载Google Drive网盘为本地硬盘使用 - Rat's Blog LNMP环境下,利用Nginx反代Google网站的方法 - Rat's Blog 分享几款强大的类似Google搜索的搜索引擎 - Rat's Blog 分享几个好用的Google Hosts - Rat's Blog 可以直接获取并下载Google Play APK的镜像站 - Rat's Blog
使用Google Drive File Stream后,C盘没空间/爆满的解决方法 - Rat's Blog
博主: Rat's · 2018-01-29 · via Rat's Blog - Google

说明:之前提到了Windows/Mac系统下挂载Google Drive网盘为本地硬盘使用,不过经使用存在着C盘很容易出现爆满的情况,查了下资料,发现是缓存没有清除导致的,这里就说下解决方法。

方法

原理就是利用Windows下的软链接命令做个"快捷方式",将缓存目录变相的丢进其它盘。

首先确认你的缓存位置,比如我这系统盘是C盘,那么我的缓存路径应该是c:\Users\<用户名>\AppData\Local\Google\DriveFS,你可以丢到资源管理器地址栏回车确认是不是这个位置。

用户名换成你自己的,如果不是你自己的那么可能是Administrator,然后请Win+R,输入CMD确定。再输入命令:

mklink /d <link_name> <target>

<link_name>为原缓存缓存目录,<target>为新的缓存目录,如:

mklink /d c:\Users\<用户名>\AppData\Local\Google\DriveFS d:\DriveFS

请不要在C:\Users ...文件夹中更改DriveFS的名称。而且需要先把DriveFS这个文件夹先移动(剪切)到目标位置然后执行这个命令。

注意:请务必在操作前右击程序点击退出应用。

方法来源:How to move Drive File Stream cache files
文章参考:解决Drive File Stream不能修改缓存目录导致C盘爆满的问题


版权声明:本文为原创文章,版权归 Rat's Blog 所有,转载请注明出处!

本文链接:https://www.moerats.com/archives/498/

如教程需要更新,或者相关链接出现404,可以在文章下面评论留言。