视频连接

本期视频内容

FydeOS是一款国产的类Chrome OS操作系统,可能是体验Chrome OS最简单的方式了。 本视频分享了我这几天折腾这个系统的一些心得和经验,包括Ventoy启动FydeOS,给FydeOS镜像扩容,安装谷歌全家桶等操作。 FydeOS可以随意安装安卓app,并且还有一个内置的Linux系统,可玩性还是比较高的,大家感兴趣的可以试一下。

镜像扩容命令

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
dd if=/dev/zero bs=1M count=4096 >> FydeOS.img

#关联设备
sudo losetup /dev/loop18 FydeOS.img
sudo partprobe /dev/loop18

#重建分区
sudo parted /dev/loop18
unit s
print
rm 1
mkpart STATE 5898240s 100%
quit

#查看磁盘分区
fdisk -l

#磁盘检查和扩容
sudo e2fsck -f -y -v -C 0 '/dev/loop18p1'
sudo resize2fs -p '/dev/loop18p1'

#卸载设备
sudo losetup -d /dev/loop18

官方的磁盘扩容FAQ

https://faq.fydeos.com//recipes/expand-stateful-partition/

已经扩容好的镜像

以下为博主已经扩容好的镜像(扩容了20G),仅供测试使用,无技术支持

https://url12.ctfile.com/d/3616112-46668940-b94b7f (访问密码:6010)

文件名 描述 sha1
FydeOS_for_PC_v13.1-stable.img.xz Intel 酷睿系列第三代至第八代处理器及 Intel HD系列核心显卡 5fce4b1870efafc04404111818180521c806b085
FydeOS_for_PC_iris_v13.1-stable.img.xz Intel 酷睿系列第九代至第十一代处理器及 Intel Iris 锐炬Xe 系列核心显卡 5c631d8ec5c655108c7759ccfa670aaae406c954
FydeOS_for_You_Magicbook_v13.1.img.xz 荣耀 MagicBook 2019 8bb068503d835908e5da1f4106e2a6c4e80ffb45

网飞合租:https://d.126126.xyz/5
自用机场:https://d.126126.xyz/3
youtube:https://www.youtube.com/c/ericwang618
哔哩哔哩:https://space.bilibili.com/221010336
Telegram:https://t.me/first_sunlight
个人网站:https://www.126126.xyz
合作邮箱:fs104300@outlook.com