Community discussions

MikroTik App
 
kx002
just joined
Topic Author
Posts: 8
Joined: Thu Mar 19, 2020 4:40 am

File lost issue in some model of router products

Wed Oct 28, 2020 4:42 pm

I have several model of Mikrotik rpoduct, and I found there is a issue that the file store on Mikrotik routers will automatically be erased after a general reboot. To reproduce this issue, upload an arbitrary file then press reboot to reboot the device, check whether the file just uploaded is there.

RouterOS Version: 6.47.6

My result is that all files are missing after reboot on below model:
RouterBOARD 962UiGS-5HacT2HnT
RBcAPGi-5acD2nD

But it's working properly that files are still there after boot on below model:
RouterBOARD 951Ui-2HnD
RB4011iGS+5HacQ2HnD

Hopefully MikroTik technician can see my bug report, it's suffering me for a long time. Let me know if it's not right way to report a bug.
 
User avatar
sindy
Forum Guru
Forum Guru
Posts: 11367
Joined: Mon Dec 04, 2017 9:19 pm

Re: File lost issue in some model of router products  [SOLVED]

Wed Oct 28, 2020 5:06 pm

On some device models, files which should survive a reboot must be placed to a flash/ directory (from command line, you just use the flash/ prefix of the file name).
 
kx002
just joined
Topic Author
Posts: 8
Joined: Thu Mar 19, 2020 4:40 am

Re: File lost issue in some model of router products

Wed Oct 28, 2020 5:15 pm

On some device models, files which should survive a reboot must be placed to a flash/ directory (from command line, you just use the flash/ prefix of the file name).
Tested, above answer is exactly correct.