磁盘空间清理
Tofloor
poster avatar
h515181740
deepin
2019-03-01 21:18
Author
我的Deepin15.9安装在128G的SSD上,作为我的日常开发和使用的主力系统。
现在磁盘空间有些吃紧,请问有什么比较好的清理磁盘空间的建议吗?
Reply Favorite View the author
All Replies
avatar
deepiner
deepin document team
2019-03-01 21:41
#1
系统修复工具 或360安全卫士( 360safeforcnos)
Reply View the author
avatar
WENWEN
deepin
2019-03-02 00:35
#2
Stacer 深度商店
Reply View the author
avatar
aida
deepin
2019-03-02 01:40
#3
在深度商店搜索BleachBit也可以
Reply View the author
avatar
josonlee
deepin
2019-03-02 22:08
#4
https://bbs.deepin.org/post/174150#
Reply View the author
avatar
superendermansm
deepin
2019-03-02 23:56
#5
zhuxiujuan 发表于 2019-3-1 13:41
系统修复工具 或360安全卫士( 360safeforcnos)

那啥这里是deepin Linux不是Deepin XP
兄弟你走错片场了?
Reply View the author
avatar
superendermansm
deepin
2019-03-02 23:57
#6
zhuxiujuan 发表于 2019-3-1 13:41
系统修复工具 或360安全卫士( 360safeforcnos)

那啥,我瞎了,看走眼了。。。
不过360不是已经停止支持Linux了么?之前上架的时候被骂惨了
Reply View the author
avatar
deepiner
deepin document team
2019-03-04 17:51
#7
https://bbs.deepin.org/post/175141
那啥,我瞎了,看走眼了。。。
不过360不是已经停止支持Linux了么?之前上架的时候被骂惨了 ...

下架了 但还可以安装使用啊,兄弟
Reply View the author
avatar
mickyue
deepin
2019-12-17 18:06
#8
本帖最后由 mickyue 于 2019-12-17 10:09 编辑

deepin 根目录 /空间虽然小,但是也够用了. 默认情况下, 应用商店安装软件包到 /usr/share/目录下, 时间长了不够用很正常. 不够用了就迁移呗, 把/usr/share或者 /opt下占用空间过大的软件包迁移到其他地方, 我这里有两块磁盘, 不过没用第二块磁盘,  因为系统备份对我来说没什么用, 我也不用多用户, 所以简单的占用了_dde_data分区.
1. 拷贝软件目录到_dde_data分区, 一般就在/media/用户名/_dde_data
sudo cp -a goland-2019.2.3 /media/mick/_dde_data/
新的软件路径 /media/mick/_dde_data/goland-2019.2.3

2. 配置图标文件 vim /usr/share/applications/goland.desktop
修改Exec和Icon对应路径
3. 运行下看看行不行, 删除掉原来的目录 sudo rm -rf /usr/share/goland-2019.2.3 注意不要写错, 避免删除掉整个系统
df -h 看下磁盘占用是否减少, 类似nginx, php之类的最好还是装在/usr里, 其他大软件找个地方扔就行了
有其他盘一样的, 和windows多磁盘没什么区别, 注意分区 ext4
Reply View the author