[File Manager] 可不可以把用户目录里面的 下载 视频 等默认文件夹迁移到其他盘位
Tofloor
poster avatar
幕宾
deepin
2021-01-23 01:31
Author

说明

Reply Favorite View the author
All Replies
幕宾
deepin
2021-01-23 01:34
#1

如果可以的话 ,可不可以跟win用同一个文件夹, 如win的默认下载和deepin的下载使用同一个文件夹

Reply View the author
zanyrain
deepin
2021-01-23 01:44
#2

可以尝试建立软链接

Reply View the author
ylxdxx
deepin
2021-01-23 02:02
#3

可以的,有个配置文档可以配置,不过,位置?忘了。。

Reply View the author
thepoy
deepin
2021-01-23 02:03
#4

rm -rf ~/Downloads

ln -s /media//Users//Downloads ~/Downloads

 

但不建议这样做。

Reply View the author
魔笛
deepin
2021-01-23 02:11
#5

最好是不要改,社区有大佬说的好:默认即合理。

Reply View the author
lcw0268
deepin
2021-01-23 03:44
#6

楼主百度搜,磁盘挂载,知道了,挂载文件夹很容易。

Reply View the author
enforcee
deepin
2021-01-23 05:56
#7

~/.config/user-dirs.dirs

改这个

Reply View the author
幕宾
deepin
2021-01-23 06:37
#8
thepoy

rm -rf ~/Downloads

ln -s /media//Users//Downloads ~/Downloads

 

但不建议这样做。

为什么呢

 

Reply View the author
thepoy
deepin
2021-01-23 17:03
#9
幕宾

为什么呢

 

因为linux发行版存在的目的之一就是与windows隔离开,而不是互通有无。

Reply View the author
幕宾
deepin
2021-01-23 19:51
#10
thepoy

因为linux发行版存在的目的之一就是与windows隔离开,而不是互通有无。

好的,了解到了   

Reply View the author
幕宾
deepin
2021-01-23 19:56
#11
thepoy

rm -rf ~/Downloads

ln -s /media//Users//Downloads ~/Downloads

 

但不建议这样做。

wine的QQ是不是有什么问题?我的突然换了字体卡到飞起

 

Reply View the author
thepoy
deepin
2021-01-23 21:01
#12
幕宾

wine的QQ是不是有什么问题?我的突然换了字体卡到飞起

 

没用过wineQQ,只用wine微信

Reply View the author
幕宾
deepin
2021-01-23 22:43
#13
thepoy

没用过wineQQ,只用wine微信

好吧 谢谢大佬

 

Reply View the author
大泽IO
deepin
2021-01-25 01:10
#14

1.软连接

2.你直接把home挪走不就得了,机械硬盘独立开个分区,然后把home丢独立分区

我就用的第二招,很爽,特别是重装的时候

Reply View the author
幕宾
deepin
2021-02-01 01:27
#15
大泽IO

1.软连接

2.你直接把home挪走不就得了,机械硬盘独立开个分区,然后把home丢独立分区

我就用的第二招,很爽,特别是重装的时候

我就是这么干的但是分区win10看不到

 

Reply View the author
大泽IO
deepin
2021-02-12 02:57
#16
幕宾

我就是这么干的但是分区win10看不到

 

Linux连home分区都是ext4的,所以win10当然看不到了

Reply View the author