Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Use linux's extundelete command file recovery tool

2025-03-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Xiaobian to share with you the use of linux extundelete command file recovery tool, I hope you read this article after the harvest, let us discuss it together!

extundelete is a file recovery tool that supports ext3/ext4 dual format partition recovery. Before use, unmount or mount the partition to be recovered as read-only to prevent data from being overwritten. extundelete is still very incomplete, and recovery based on the whole disk is more powerful, and recovery based on directories and files is not strong enough.

Syntax format: extendelete [parameter] [file or directory]

Common parameters:

Reference Example

Recover all files deleted after this time:

[root@linuxcool ~]# extundelete /dev/sdb2 --after 123456789 --restore-all

Restore specified files:

[root@linuxcool ~]# extundelete /dev/sda1 --restore-file initramfs-2.6.32-358.el6.x86_64.img

Recovery/test folder:

[root@linuxcool ~]# extundelete /dev/sdb2--restore-directory /test After reading this article, I believe you have a certain understanding of the use of linux extundelete command file recovery tool. If you want to know more about it, please pay attention to the industry information channel. Thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report