Linux를 처음 시도하기 때문에 아무것도 모르고 ubuntu 16.04에서 exFAT sd 카드를 사용하는 데 도움이 필요합니다.
먼저 몇 가지 정보는 플래시 드라이브에서 우분투를 실행하고 UNetbootin을 사용하여 iso를 설정하고 있다는 것입니다. iso를 설정할 때 약 3GB를 예약했습니다.
SD 카드를 사용할 수 있도록 하고 싶은데 SD 카드를 삽입한 후 exFAT 파일을 읽을 수 없다는 메시지가 나타납니다.
나는 시도했다:
sudo apt-get install exfat-fuse exfat-utils
하지만 작동하지 않습니다. 출력은 다음과 같습니다.
ubuntu@ubuntu:~$ sudo apt-get install exfat-fuse exfat-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package exfat-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package exfat-fuse
E: Package 'exfat-utils' has no installation candidate
내가 뭘 잘못하고 있는지 아는 사람 있나요? 이 문제를 해결하기 위해 추가 정보가 필요한 경우 알려주시기 바랍니다.
당신의 도움에 감사드립니다
답변1
설치하다exfat-utils
그리고extfat-fuse
universe
저장소를 활성화해야 합니다 .
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
최신 Ubuntu 버전 관련(@linolino 답변 및 @paradite 댓글):
sudo add-apt-repository universe
업데이트하고 설치하세요.
sudo apt-get update
sudo apt-get install exfat-fuse exfat-utils
답변2
나에게도 같은 문제가 있습니다.
sudo apt-get install exfat-fuse exfat-utils
불행히도 GAD3R의 답변이 작동하지 않습니다(이유는 확실하지 않음)
역설이 언급했듯이 더 간단한 접근 방식이 저에게 효과적이었습니다.
sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install exfat-fuse exfat-utils
답변3
~에서우분투에 물어보세요, exfat-utils는 Ubuntu 22.04부터 exfatprogs로 대체되었습니다.
sudo apt install exfatprogs