exFAT은 Microsoft에서 개발한 비공개 소스 파일시스템 입니다.

FAT(32)의 확장된 버전이라고 보셔도 되며,

안드로이드, SD카드, USB등 여러 곳에서 사용되기도 합니다.


exFAT을 리눅스에서 읽기 위해서는 드라이버를 설치해야 합니다.

크게 FUSE와 커널 모듈, 이 두 가지 방법이 있습니다.



1. FUSE로 설치하기


FUSE는 커널을 건드리지 않고도 파일시스템을 사용할 수 있게 해 줍니다.


우분투는


sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install exfat-fuse exfat-utils


페도라는


yum install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-[버전].noarch.rpm

yum install fuse-exfat exfat-utils


로 설치하시면 됩니다.



2. 커널 모듈로 설치하기


exFAT을 커널 모듈로도 설치할 수 있습니다.

*.ko 파일 형식으로 커널의 일부가 됩니다.

위의 FUSE 방식보다 조금 더 안정적입니다.


apt-get install linux-headers build-essential git 또는

yum install kernel-headers make gcc git 해주시고요.


exFAT 모듈 소스를 다운 받습니다.


git clone https://github.com/dorimanx/exfat-nofuse.git

cd exfat-nofuse

make

sudo make install

sudo depmod -a


이제 sudo modprobe exfat 을 하시면 exFAT 파일시스템을 사용하실 수 있습니다.


번호 제목 글쓴이 조회 날짜
64 NMI Watchdog 에러 해결하기 1 file 컴퓨터매니아 3938 2013.10.27
63 eOS 폴더 오른쪽 메뉴 추가 file tondekeman 2425 2013.10.27
62 eOS 외장스피커 사용 file tondekeman 2318 2013.10.27
61 Ubuntu 에 (eOS) elementary-desktop 설치 5 file tondekeman 2934 2013.10.28
60 한글 지원이 없는 리눅스 한글 설정법 4 file 태엽 4319 2013.10.28
59 우분투 guest 계정 끄기 1 tondekeman 4558 2013.11.01
58 우분투 날씨 표시기 (weather-indicator) 설치 file tondekeman 3236 2013.11.01
57 우분투 성능 최적화!! 속도업!! 6 tondekeman 17940 2013.11.02
56 Ubuntu apt-get 명령어 사용법 2 Mint™ 2990 2013.11.02
55 리눅스의 init과 RunLevel 3 컴퓨터매니아 7945 2013.11.04
54 리눅스에서 프로세스 종료하기 2 컴퓨터매니아 8457 2013.11.05
53 Ubuntu 에서 SSH Key를 한방에 생성하기. 1 거지왕초 2389 2013.11.05
52 Ubuntu,eOS Google Calendar indicator 4 file tondekeman 3167 2013.11.07
51 Ubuntu,eOS My-Weather-Indicator 2 file tondekeman 2246 2013.11.07
50 Ubuntu,eOS Everpad (Evernote Client) file tondekeman 2588 2013.11.07
49 Ubuntu,eOS 성능최적화 3탄 시작프로그램 2 file tondekeman 3446 2013.11.07
48 Ubuntu,eOS 성능최적화 4탄 Profile Sync Daemon 3 file tondekeman 3031 2013.11.09
47 xterm 세션에서 GNOME으로 전환하기 4 file 컴퓨터매니아 2619 2013.11.10
46 CentOS root 패스워드 복구 4 file 컴퓨터매니아 5510 2013.11.15
45 우분투에서 오픈수세로 갈아타다~ 2 gam123 7962 2013.11.19

 빠른 글쓰기




   Copyright 2013-2023 LinuxForum