tmp files restore when system rebooted

0

i have files in tmp folder in Ubuntu it got lost due to system reboot can some one guide how to restore

robox
已提问 10 个月前485 查看次数
1 回答
2

Is your /tmp mounted as a tmpfs filesystem? Looks at the first column in the output of df -h /tmp, if it says tmpfs then the filesystem is in the system's memory which is volatile, and any contents will be lost after a reboot.

You won't be able to get these files back I'm afraid.

If /tmp is disk-based but its contents are still being deleted on a reboot, then it may be because of a setting in the systemd-tmpfiles service https://manpages.ubuntu.com/manpages/kinetic/man8/systemd-tmpfiles.8.html

You may find this is set to clear everything out of /tmp whenever they system boots, or delete certian types of files, or files over a certain age, etc. - there are too many options to go through here.

Of course, if /tmp is a tmpfs filesystem then this second part of the answer is irrelevant.

profile picture
专家
Steve_M
已回答 10 个月前
profile picture
专家
已审核 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则