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 파일시스템을 사용하실 수 있습니다.


번호 제목 글쓴이 조회 날짜
118 Ubuntu,eOS 성능최적화 4탄 Profile Sync Daemon 3 file tondekeman 3031 2013.11.09
117 Ubuntu,eOS 성능최적화 3탄 시작프로그램 2 file tondekeman 3446 2013.11.07
116 Ubuntu,eOS Everpad (Evernote Client) file tondekeman 2588 2013.11.07
115 Ubuntu,eOS My-Weather-Indicator 2 file tondekeman 2243 2013.11.07
114 Ubuntu,eOS Google Calendar indicator 4 file tondekeman 3166 2013.11.07
113 설치용 멀티부팅 USB 만들기 6 file 마니또우 8486 2013.11.07
112 바로가기 악성바이러스 치료 7 file 마니또우 6214 2013.11.06
111 Ubuntu 에서 SSH Key를 한방에 생성하기. 1 거지왕초 2389 2013.11.05
110 리눅스에서 프로세스 종료하기 2 컴퓨터매니아 8453 2013.11.05
109 우분투에서 한컴오피스2014 사용하기 12 file 언제나당당 13892 2013.11.05
108 리눅스의 init과 RunLevel 3 컴퓨터매니아 7945 2013.11.04
107 [Apache 웹서버] 3. MySQL, XE 설치하기 5 file 컴퓨터매니아 9320 2013.11.03
106 우분투에서 HWP 파일 연결시키는 방법. 1 file eentire 7353 2013.11.03
105 Ubuntu apt-get 명령어 사용법 2 Mint™ 2990 2013.11.02
104 우분투 성능 최적화!! 속도업!! 6 tondekeman 17919 2013.11.02
103 우분투 날씨 표시기 (weather-indicator) 설치 file tondekeman 3228 2013.11.01
102 우분투 guest 계정 끄기 1 tondekeman 4558 2013.11.01
101 LibreOffice 시작속도 높이기 (Quickstarter) 1 file tondekeman 3362 2013.11.01
100 주분투 13.10에서 한글설치 4 마니또우 3809 2013.10.31
99 ssh 설치하기및 포트 변경 방법 8 미디안 8984 2013.10.30

 빠른 글쓰기




   Copyright 2013-2023 LinuxForum