我想问直接在Windows上安装和双系统安装,性能上有什么区别
Tofloor
poster avatar
ritter
deepin
2018-01-09 03:39
Author
直接用DEEPIN_S.exe安装和做启动盘安装独立的系统,在performance上有什么区别?大家推荐用哪个?
Reply Favorite View the author
All Replies
avatar
comzhong
deepin
2018-01-09 04:17
#1
本帖最后由 comzhong 于 2018-1-10 15:29 编辑

         deepin-system-installer 安装主要是磁盘性能有影响,虚拟磁盘文件读写会有所性能下降不能完全避免,这和虚拟机一个道理,估计文件读写性能损失平均在百分之几。
         其次,机械硬盘文件碎片问题,虚拟磁盘文件 root.disk swap.disk 如果碎片数过多影响较大。如果文件无碎片,那就仅是虚拟磁盘文件读写本身的损失,日常上网办公使用影响不大,但如果使用对磁盘大量频繁读写的程序较多,还是单独分区安装较好。
可以用附件分析和整理碎片(固态勿用)。 WinContig(单文件碎片整理软件) 1.35.04 中文免费绿色版.zip






Reply View the author
avatar
158******93
deepin
2018-01-09 04:20
#2
https://bbs.deepin.org/post/151405
deepin-system-installer 安装主要是磁盘性能有影响,虚拟磁盘文件读写会有所性能下降不能完全避 ...

固态硬盘就不需要整理碎片了吧
Reply View the author
avatar
comzhong
deepin
2018-01-09 04:44
#3
https://bbs.deepin.org/post/151405
固态硬盘就不需要整理碎片了吧

       没用固态,忘了说了,固态理论上不需要碎片整理,由控制器自动管理,但这也只是理论上的。https://www.zhihu.com/question/21554450

        那到底要不要整理,个人认为,一般不需要。但如果发现性能明显下降,可以考虑是控制器算法的能力已经无法有效管理,可以尝试找一找 SSD 专用的优化软件,或者将分区文件备份到别的硬盘格式化一下再恢复回来。
       当然,不应该用 继续硬盘用的碎片整理软件。
Reply View the author
avatar
ritter
deepin
2018-01-09 11:24
#4
https://bbs.deepin.org/post/151405
deepin-system-installer 安装主要是磁盘性能有影响,虚拟磁盘文件读写会有所性能下降不能完全避 ...

谢谢你这么详细的说明!
Reply View the author
avatar
comzhong
deepin
2018-01-09 20:01
#5
jonathan_hzs 发表于 2018-1-9 07:08
不知道为什么镜像不能放到ext4分区,只能放在ntfs分区。

当然可以,但是Windows不能读写 ext分区
Reply View the author
avatar
HarryZhao
deepin
2018-01-09 20:06
#6
https://bbs.deepin.org/post/151405
真不行,放ext分区启动不了。

windows的锅
Reply View the author
avatar
comzhong
deepin
2018-01-09 22:27
#7
https://bbs.deepin.org/post/151405
真不行,放ext分区启动不了。

     Windows 引导启动 linux 实际上都是通过 grub4dos、grub2、sysliux 等来启动,而  grub4dos、grub2、sysliux 都是支持 EXT 分区的,但是启动菜单需要修改。启动不了是 grub4dos、grub2、sysliux 的菜单没写对。
Reply View the author
avatar
窄口牛
deepin
2018-01-09 22:52
#8
应该是deepin的问题,不存在没写对。
Reply View the author
avatar
comzhong
deepin
2018-01-09 23:14
#9
https://bbs.deepin.org/post/151405
应该是deepin的问题,不存在没写对。

你怎么用 deepin-system-installer 安装到 EXT 的?
Reply View the author
avatar
窄口牛
deepin
2018-01-09 23:27
#10
那个镜像随便挪,想往哪放都行,只是放到ext4就启动不了。
Reply View the author
avatar
窄口牛
deepin
2018-01-09 23:49
#11
不移动体积是用多大占多大,一移动就是设置多大就多大。
Reply View the author
avatar
comzhong
deepin
2018-01-09 23:57
#12
https://bbs.deepin.org/post/151405
那个镜像随便挪,想往哪放都行,只是放到ext4就启动不了。

      说半天你也没说你是怎么安装的,那还不如别说。

      如果是 deepin-system-installer 安装后,移动到 EXT 分区,wubildr 引导只有最核心 grub2 的部分,应该没有添加 EXT 支持,那就要另外自己处理,最好是添加完整的 grub2 引导来启动。
Reply View the author
avatar
窄口牛
deepin
2018-01-10 00:03
#13
我自己定制的grub2,全mod的。安装是用了它的配置文件。
Reply View the author
avatar
comzhong
deepin
2018-01-10 22:09
#14
https://bbs.deepin.org/post/151405
我自己定制的grub2,全mod的。安装是用了它的配置文件。

           经实验,只需要按 “E”编辑菜单,把“ro" 改为 "rw",就可以成功启动,我现在就用 wubi 安装在 EXT4 分区的 deepin 回复你,但这不是 deepin 的问题,Ubuntu 有些情况也会出现,猜测是读写权限之类的原因。

把“ro" 改为 "rw"
  1.         linux        /boot/vmlinuz-4.9.0-deepin13-amd64 root=UUID=1076b10f-fe7f-294a-a0bf-3b6bf3b84913 loop=/deepin/disks/root.disk boot=lupin ro   splash quiet $vt_handoff
  2.         initrd        /boot/initrd.img-4.9.0-deepin13-amd64
Copy the Code
Reply View the author
avatar
窄口牛
deepin
2018-01-10 23:29
#15
谢谢,明白了。论坛有我的wubi安装文件包。深度wubi不支持gpt硬盘,其实是可以的。
Reply View the author
avatar
窄口牛
deepin
2018-01-11 04:20
#16
深度论坛也有。这个用命令行,不用工具。
Reply View the author
avatar
窄口牛
deepin
2018-01-11 04:38
#17
win下是make_ext4fs -s -l size  root.disk  resize2fs root.disk size 就要调整大小 e2fsck f root.disk修复错误
Reply View the author
avatar
窄口牛
deepin
2018-01-11 04:39
#18
win下是实体大小。linux下是随使用长大。
Reply View the author
avatar
窄口牛
deepin
2018-01-11 06:06
#19
Reply View the author