crwdns2933803:016crwdne2933803:0
crwdns2933797:0Dekkiacrwdnd2933797:0crwdne2933797:0
crwdns2936043:0crwdne2936043:0 crwdns2933505:0crwdne2933505:0 Dekkia
- crwdns2933769:0crwdne2933769:0
- crwdns2933771:0crwdne2933771:0
- crwdns2933801:0crwdne2933801:0
crwdns2933807:0crwdne2933807:0
[title] increasing the file system size | |
[* black] After you increase the partition size, you also have to increase the size of the file system on that partition. Don't worry, this is pretty quick in comparison to the other stuff I made you do. | |
[* red] Enter ``resize.f2fs /dev/sdXY`` where /dev/sdXY is the Partition file. In my case it was /dev/sdb15 | |
[* orange] If everything goes correctly, the command finishes pretty quickly. | |
[* yellow] If you get ``Mount unclean image to replay log first`` that means the partition wasn't unmounted correctly. Just mount and immediately unmount it in your OS and try again. | |
[* black] If you get ``Error: Device size is not sufficient for F2FS volume, more segment needed`` you might be using an old version of f2fs-tools. There's a [link|https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002034;msg=22|bug|new_window=true] that has been fixed with version 1.15. That's what happened on my machine, and is also the reason why the console looks different in this screenshot. | |
+ | [* icon_note] This screenshot looks different from the others because I switched to a VM for this step because the f2fs-tools version on my other device was too old. You can use the same linux terminal you used for the previous parts of the guide. |