debugfs 명령을 사용하고 있습니다.
# debugfs -w /dev/sda1 -R "write /etc/passwd /test"
debugfs 1.45.5 (07-Jan-2020)
Allocated inode: 24
그러나 /test는 생성되지 않습니다.
# cat /test
cat: /test: No such file or directory
내가 놓친 게 무엇입니까?
debugfs 명령을 사용하고 있습니다.
# debugfs -w /dev/sda1 -R "write /etc/passwd /test"
debugfs 1.45.5 (07-Jan-2020)
Allocated inode: 24
그러나 /test는 생성되지 않습니다.
# cat /test
cat: /test: No such file or directory
내가 놓친 게 무엇입니까?