Skip to content

Commit 96cae81

Browse files
Update README.md
1 parent 5f3e3cb commit 96cae81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cvt2f2fs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Also there is one more thing that is confusing me
7070
```
7171

7272
f2fs has a optimised discard policy built in by default, but every example i see has an fstab or mount option with the discard directive set.
73-
I keep thinking is it fundemental to the file system surely we don't use the discard method that say ext4 would use.
73+
I keep thinking if it is inherant to the file system surely we don't use the discard method that say ext4 would use.
7474
But it is confusing why with f2fs its specified at mkfs.f2fs -t 1 /dev/mmcblk0p2 and is the default.
7575
Dunno it doesn't make sense to need mount or fstab discard entries when its already set on creation?
7676

0 commit comments

Comments
 (0)