- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Base system
-
Assigned To
Petr Štetiar - Operating System All
- Severity Medium
- Priority Very Low
- Reported Version openwrt-19.07
- Due in Version Undecided
-
Due Date
Undecided
- Private
Attached to Project: OpenWrt/LEDE Project
Opened by Stepan Novotny - 15.01.2020
Last edited by Petr Štetiar - 20.01.2020
Opened by Stepan Novotny - 15.01.2020
Last edited by Petr Štetiar - 20.01.2020
FS#2735 - block command throws error with f2fs
Linksys WRT1200AC and probably all routers.
OpenWRT 19.07.0 base system.
Steps to reproduce:
Insert a USB Key into router and SSH in:
$ sgdisk -Zo -n 1:0:0 -c 1:DRIVE -t 1:8300 /dev/sda
$ mkfs.f2fs -l drive /dev/sda1
$ block info /dev/sda1
ERROR is spit: label buffer too small 1024 > 255
/dev/sda1: UUID=”1325deea-ffd4-4850-b9b2-9e0f9901ba68” VERSION=”1.8” MOUNT=”/mnt/drive” TYPE=”f2fs”
Closed by Petr Štetiar
20.01.2020 20:16
Reason for closing: Fixed
Additional comments about closing:
20.01.2020 20:16
Reason for closing: Fixed
Additional comments about closing:
Should be fixed via https:/ /git.openwrt.org/5ca066a5c2aca3901a9544d fbf4c1a27e15021ff
Fix sent for the review https://patchwork.ozlabs.org/patch/1223287/
Should be fixed in https://git.openwrt.org/5ca066a5c2aca3901a9544dfbf4c1a27e15021ff
Hi Petr. Thanks for fixing the bug. I downloaded the new "fstools_2020-01-21-deb745f8-1_arm_cortex-a9_vfpv3.ipk" from Dev branch and installed it into my Stable 19.07.0 but I still get the label-buffer error. It seems therefore that I need to either recompile 19.07.00 or wait for the next release. Is that correct? In the meantime I will uninstall the Dev package from my Stable box and pretend that I am not silly.