关于个人用户目录转移
Tofloor
poster avatar
叶落随风
deepin
2019-09-02 04:17
Author
我在Windows7中用工具将默认的用户文件全转移到不是系统一个盘,重装的话很快就能恢复到之前的状态了。deepin有什么设置能将用户文件转移的方法?比如我将默认的图片文件转移到另外的盘,平时直接操作那个盘,重装系统的话不会影响到那个盘,重装再设置一下恢复起来就很快了。
Reply Favorite View the author
All Replies
avatar
jianguo922
deepin
2019-09-02 04:50
#1
希望有小工具可以改变目录问题
Reply View the author
avatar
老陌
deepin
2019-09-02 05:29
#2
不知道这样可以不? 单独创建一个分区,把home中的某些目录,挂到那个分区上。
Reply View the author
avatar
189******23
deepin
2019-09-02 05:30
#3
一般来说,/home目录单独挂在一个分区就好。
Reply View the author
avatar
叶落随风
deepin
2019-09-02 06:01
#4
只要问题是我不会那些命令~~
Reply View the author
avatar
shenqiufengye
deepin
2019-09-02 07:38
#5
ln 建链接
Reply View the author
avatar
aida
deepin
2019-09-02 22:01
#6
/etc/fstab 记录了磁盘分区信息,可以修改这个文件

ln命令建立软链接也可以
Reply View the author
avatar
lbygljq
deepin
2019-09-03 23:33
#7
建立单独的/home分区就很不错,用户的所有资料都不在系统区。
Reply View the author
avatar
181******81
deepin
2019-09-03 23:49
#8
其实,懂命令,很好解决。
Reply View the author
avatar
叶落随风
deepin
2019-09-04 05:30
#9
https://bbs.deepin.org/post/182331
/etc/fstab 记录了磁盘分区信息,可以修改这个文件

ln命令建立软链接也可以 ...

# /dev/sda1
UUID=503585c9-b14f-4760-be8a-dcbf151686da        /                 ext4              rw,relatime,data=ordered        0 1

/root/swapfile swap swap defaults 0 0

我的这里面只有这个,把home这个文件夹搬家需要添加什么东西进去啊?谢谢啦
Reply View the author
avatar
189******23
deepin
2019-09-04 07:48
#10
看起来你只有一个区,把所有空间都挂给/了。
新手就不建议继续操作了。。
Reply View the author
avatar
老陌
deepin
2019-09-04 14:08
#11
Linux命令行,是大多数小白的拦路虎。
Reply View the author
avatar
深圳市耀影科技有限公司
deepin
2019-09-04 15:52
#12
The user is banned, and the content is hidden.
avatar
189******44
deepin
2019-09-04 18:40
#13
只有一个根分区的,把/home目录备份到u盘上再重装
Reply View the author