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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南