求助:两个fat32分区,如何实现开机自动挂载?
Tofloor
poster avatar
parsgo
deepin
2014-05-19 19:47
Author
选区_004.png选区_003.png

==
我的fstab:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
#               
# / was on /dev/sda1 during installation
UUID=3dd1e44d-edf4-494c-ab68-160677a10788 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda2 during installation
UUID=89ab3ef2-aee6-44fe-987d-cf41dcbdab81 none swap sw 0 0
======
先谢谢了。
Reply Favorite View the author
All Replies
parsgo
deepin
2014-05-19 19:52
#1
SATA接口的硬盘
Reply View the author
tianhxx2006
deepin
2014-05-20 02:31
#2
不会,坐等高人解决!
Reply View the author
parsgo
deepin
2014-05-21 03:15
#3
解决了:
第一步:分区
放弃Fat32,改为ext4格式。
(因为Fat32格式,在挂载后,容易出现中文乱码,且浏览速度慢。)
选区_003.png
第二步:安装系统
安装系统时,不要挂载这两个分区,以免日后用“再生龙”备份时出现错误。
第三步:安装“磁盘”工具(软件中心里有的)

这个工具有自动挂载功能。设置如图。
选区_001.png

第四步:在文件管理器中,打开mnt文件夹,再打开挂载(如sda5或sda6 ),设为书签。
(书签可以改名)
选区_002.png

说完了。
Reply View the author
cxbii
deepin
2014-05-21 22:13
#4
不建议自动挂载,如果出现问题,会导致无法开机
Reply View the author