Hello people,
Yesterday I had a problem when I update the firmware of this switch (JG975A). I've updated a few times (one firmware per reboot) and deletes each older firmware.
After, I checked that the flash size does not decrease when I delete files..
So now, I don' have space to update more.
Could you help me? (print attached)
Thanks in advanced
Solved! Go to Solution.
Because the simple delete command actually only moves (trashes) file(s) on bin...without really emptying the bin itself (so you don't free up space on flash until you flush the bin).
Try delete /unreserved or reset recycle-bin commands. The first delete without passing the deleted file into the bin (so you can recover the file from the bin, if necessary), the second one will flush the bin.
To delete definitely a file you previously deleted...first undelete if (to recover from bin) then apply the delete /unreserved command against that recovered file.
To view all file(s) (Trash included) use the dir /all flash:/ command.
Thansk a lot! works perfect.
Edit: "To view all file(s) (Trash included) use the dir /all flash:/ command."
dir /all flash:/.trash
Ops...a nasty typo:
The first delete without passing the deleted file into the bin (so you can recover the file from the bin, if necessary), the second one will flush the bin.
Correct:
The first delete without passing the deleted file into the bin (so you can't recover the file from the bin, if necessary), the second one will flush the bin.
Basically delete /unreserved deletes file(s) in a way they can't be recovered since recycle-bin is not involved at all.
Yep...too fast in writing.