You are not logged in.

#1 2013-05-09 18:02:39

Aton
Member
Registered: 2013-04-02
Posts: 70

[SOLVED] Leftover files after power outage?

Recently I experienced a power outage while editing some files in vim.
After rebooting I had to manually take care of the .swp files created by vim
which left me wondering whether there might be system processes that could
leave files behind in the case of a power failure.

Is that the case?

Last edited by Aton (2013-05-10 06:24:17)

Offline

#2 2013-05-09 19:31:44

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED] Leftover files after power outage?

System processes usually create files in /tmp, /run etc. Since these are mounted as tmpfs (at least in arch), there shouldn't be anything left behind.

Unless you are facing any weird behaviour, you shouldn't be worried.

More important is file-system corruption, which is usually taken care by the automatic fsck at boot.

Offline

#3 2013-05-10 06:23:56

Aton
Member
Registered: 2013-04-02
Posts: 70

Re: [SOLVED] Leftover files after power outage?

Okay, thank you for the soothing words ;-)

Offline

Board footer

Powered by FluxBB