想在ssd中安装滚风草,官方文档和arch文档看了,找了百度,但是不是很懂,我用的是图形化安装没有用命令行安装。还请给位大神帮帮忙,有没有详细一点的教程根目录是btrfs ,/home是xfs
在SSD中安装滚风草,不知道怎么配置优化
fstrim知道些,官方文档里
Tumbleweed and Btrfs
When Btrfs filesystem is used for root partition on Tumbleweed, the default (as of snapshot 20170403) /tmp is mounted on a subvolume of / partitioin. It has an entry in /etc/fstab looking like (content enclosed with __ and __ themselves are description replacing real content on purpose),
UUID=string of UUID /tmp btrfs subvol=@/tmp 0 0
Under this situation, previously described systemd method might not be able to change /tmp from subvol=@/tmp to a tmpfs filesystem. Then, one could put a # before this line and add another line for mounting the created TMPFS as /tmp. Such as,
#UUID=string of UUID /tmp btrfs subvol=@/tmp 0 0
#other subvols
tmpfs /tmp tmpfs uid=root,gid=root,mode=1777,size=512M 0 0
这一段不是很懂不会用:persevere: