Linux

ext4 mount하여 파일 확인 방법

Whatman 2021. 7. 26. 13:40

 

$ sudo mount -t ext4 -o loop test.ext4 /Test_dir

 * mount한 곳에서 압축하거나 하면 용량이 충분하지 않기 때문에, Copy해서 쓰도록 하자.