@eralde@Le ecureuil, версия 3.5.2. Некорректно перезаписываются файлы через веб (controlPanel/apps/device/MediaX) на флешке с ext4 (под OPKG): вместо перезаписи дописывает к началу содержимое.
Создаем файл на компе:
rustrict@Mac-mini Desktop % echo -e "555\n444" > test
rustrict@Mac-mini Desktop % cat test
555
444
rustrict@Mac-mini Desktop % md5 test
MD5 (test) = d534977ef2a33d32a69f62eb0ad0fbb8
Создаем файл на флешке:
~ # echo -e "1\n2\n3\n4\n5\n6\n7\n8\n9" > test
~ # cat test
1
2
3
4
5
6
7
8
9
Перекидываем файл с компа на флешку:
Окт 26 14:54:38 ndm lib::libndmCore: file "OPKG:/root/test" was uploaded.
Результат:
~ # cat test
555
444
5
6
7
8
9
~ # md5sum test
aadcc62627949fff64ef591ddfa9a2f2 test
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
@eralde @Le ecureuil, версия 3.5.2. Некорректно перезаписываются файлы через веб (controlPanel/apps/device/MediaX) на флешке с ext4 (под OPKG): вместо перезаписи дописывает к началу содержимое.
Создаем файл на компе:
Создаем файл на флешке:
Перекидываем файл с компа на флешку:
Результат:
Share this post
Link to post
Share on other sites