Server/Linux

[ubuntu] 파일 삭제 후 복구

달빛에취하다 2022. 9. 20. 12:17
# 방법 1
apt install trash-cli
trash-list
trash-resotre

 

# 방법 2

#add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
#apt-get update

apt-get install testdisk

1. 파티션 선택 

2. 파티션 종류 선택

3. 분석

4. image.dd 생성

5. testdisk image.dd 실행

 

How to Install TestDisk on Linux and Recover Deleted Files | DigitalOcean

 

How to Install TestDisk on Linux and Recover Deleted Files | DigitalOcean

 

www.digitalocean.com