[Newbies] 怎样将六个文件夹转移到非系统盘
Tofloor
poster avatar
浆糊虫
deepin
2022-05-21 02:43
Author

在win系统中,像音乐、文档、下载、视频、桌面、图片等六个文件夹是可以转移到非系统盘中的 咱们这深度系统能实现这个吗

适配的五笔输入法也缺少一些常用功能,例如二三候选字符不能用分号、引号键

Reply Favorite View the author
All Replies
老咸鱼
deepin
2022-05-21 02:54
#1

那几个文件夹在home目录,你安装系统时挂载到那里它就在那里,没挂载就在/目录,也就是系统盘

好像在系统可以修改挂载点,但是我不懂,建议百度教程

Reply View the author
Ziggy
deepin
2022-05-21 03:05
#2

强制改fstab,将/home/xxx/xxx强制定向为/xxx

Reply View the author
辉夜
deepin
2022-05-21 03:06
#3

https://bbs.deepin.org/post/211043

Reply View the author
hotime
deepin
2022-05-21 03:12
#4

/home/用户名/.config/user-dirs.dirs
这个文件中可以自行设定桌面、下载、文档、音乐、图片、视频等文件夹所在位置

# This file is created by dde.
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
# 
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/.Templates"
XDG_PUBLICSHARE_DIR="$HOME/.Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
Reply View the author
delsin
deepin
2022-05-21 03:44
#5

这几个文件夹在home分区之下啊。如果装系统时分了home分区的话,这几个文件夹就不在系统盘里的啊。

Reply View the author
灵兮之
deepin
2022-05-21 06:21
#6
hotime

/home/用户名/.config/user-dirs.dirs
这个文件中可以自行设定桌面、下载、文档、音乐、图片、视频等文件夹所在位置

# This file is created by dde.
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
# 
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/.Templates"
XDG_PUBLICSHARE_DIR="$HOME/.Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"

删掉里面的代码能删除掉文管上面的显示?

Reply View the author
hotime
deepin
2022-05-21 18:33
#7
灵兮之

删掉里面的代码能删除掉文管上面的显示?

为什么要删掉它?

Reply View the author
灵兮之
deepin
2022-05-21 19:24
#8
hotime

为什么要删掉它?

6个太长了,打开文管很宽

弄成两排没有对齐,看着难看

所以想删掉几个不常用的

Reply View the author