F2FS: Difference between revisions
Guest09248 (talk | contribs) (Created page with "''From [https://en.wikipedia.org/wiki/F2FS Wikipedia]:'' F2FS (Flash-Friendly File System) is a flash file system initially developed by Samsung Electronics for the Linux ker...") |
Guest09248 (talk | contribs) No edit summary |
||
Line 26: | Line 26: | ||
= Adding F2FS as a initramfs module = | = Adding F2FS as a initramfs module = | ||
{{Expand}} | |||
'''f2fs''' may need to be manually added to '''/etc/mkinitfs/mkinitfs.conf''' | '''f2fs''' may need to be manually added to '''/etc/mkinitfs/mkinitfs.conf''' |
Revision as of 19:28, 28 December 2021
From Wikipedia:
F2FS (Flash-Friendly File System) is a flash file system initially developed by Samsung Electronics for the Linux kernel.
The motive for F2FS was to build a file system that, from the start, takes into account the characteristics of NAND flash memory-based storage devices (such as solid-state disks, eMMC, and SD cards), which are widely used in computer systems ranging from mobile devices to servers.
Install
Out of the box AlpineLinux doesnt support making F2FS partitions, that cant be added with:
# apk add f2fs-tools
Formatting a partiton using F2FS
You can format a partition using F2FS with the following command:
Note: /dev/sda1 is used as a example
# mkfs.f2fs /dev/sda1
Adding F2FS as a initramfs module
This material needs expanding ... Please feel free to help us complete it. |
f2fs may need to be manually added to /etc/mkinitfs/mkinitfs.conf