팩맨 오류: 파일을 열 수 없습니다: /etc/mtab: 해당 파일이나 디렉터리가 없습니다.

팩맨 오류: 파일을 열 수 없습니다: /etc/mtab: 해당 파일이나 디렉터리가 없습니다.

팩맨으로 패키지를 설치하는 데 문제가 있습니다

먼저 팩맨을 pacman -Syu문제 없이 올바르게 업데이트하고,

그러나 설치를 시도하면 다음 sudopacman -S sudo같이 응답합니다.

[root@cx-W55xEU /]# pacman -S sudo             
resolving dependencies...
looking for conflicting packages...

Packages (1) sudo-1.8.17.p1-1

Total Download Size:   0.90 MiB
Total Installed Size:  3.73 MiB

:: Proceed with installation? [Y/n] y
error: could not open file: /etc/mtab: No such file or directory
error: could not determine filesystem mount points
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.

이에 대해 읽은 후 문제를 해결하는 filesystem패키지 를 설치하려고 했습니다 .pacman -S filesystemmtab

[root@cx-W55xEU /]# pacman -S filesystem
warning: filesystem-2015.09-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) filesystem-2015.09-1

Total Installed Size:  0.01 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                                                             [####################################################] 100%
error: GPGME error: Invalid crypto engine
(1/1) checking package integrity                                                           [####################################################] 100%
error: GPGME error: Invalid crypto engine
error: filesystem: missing required signature
:: File /var/cache/pacman/pkg/filesystem-2015.09-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.

삭제한 후 최신 릴리스를 pacman -S filesystem다시 다운로드하고 설치하려고 시도했습니다.

[root@cx-W55xEU /]# pacman -S filesystem
warning: filesystem-2015.09-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) filesystem-2015.09-1

Total Download Size:   0.01 MiB
Total Installed Size:  0.01 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] 
error: could not open file: /etc/mtab: No such file or directory
error: could not determine filesystem mount points
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.

/etc/mtab파일은 깨끗합니다. 즉, 내용이 없습니다.

나는 아치 위키 페이지를 발견했습니다.마운트하지만 이 문제를 해결하기 위해 지정된 대로 심볼릭 링크를 만들어야 하는지 잘 모르겠습니다.

어떤 제안이 있으십니까?

관련 정보