你不知道的flash友好的文件系统
f2fs (Flash-Friendly File System)有很多对SSD友好的特性,主要特性包括:
此外,它还充分利用了SSD的内部的某些特殊指令,以减小WAF,值得试用、借鉴。下边分享了Linux 环境部署f2-fs的步骤。 下载 git clone git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git 解决库依赖 yum install configure 解决版本检查报错 注释:#AC_PREREQ([2.68]) configure.ac 遵循ReadMe 编译 You should install the following packages.
Initial compilationBefore compilation initially,autoconf/automake tools should be run. ./autogen.shHow to compile./configuremakemake install格式化f2-fs盘并挂载 insmod f2fs.ko nvme format /dev/nvme1n1 mkfs.f2fs /dev/nvme1n1 mkdir -p /mnt/f2fs mount -t f2fs /dev/nvme1n1 /mnt/f2fs (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |