Skip to content

Instantly share code, notes, and snippets.

View hurryman2212's full-sized avatar
πŸ‘¨β€πŸŽ“
Ph.D. Candidate

Jihong Min hurryman2212

πŸ‘¨β€πŸŽ“
Ph.D. Candidate
View GitHub Profile
sudo mkfs.xfs -f \
-m crc=1,finobt=1,inobtcount=1,rmapbt=1,reflink=1,bigtime=1 \
-i sparse=1,nrext64=1,exchange=1 \
-n parent=1 \
/dev/mapper/nvme0n1p3_crypt
@hurryman2212
hurryman2212 / how-to-install-ubuntu-on-f2fs.md
Created September 18, 2023 02:53
Installing Ubuntu 22.04 LTS On F2FS Root Partition

Ubuntu 22.04 LTS With Boot-Time Mounted F2FS Root Partition

Put "/" at the end for src. and dest. directory for "rsync" to do proper copy!

Original partition structure

"/dev/nvme0n1p1" => /boot/efi (fat32)

"/dev/nvme0n1p2" => /boot (ext4)

"/dev/nvme0n1p3/" => / (f2fs)