개발
리눅스에서 NTFS 파일시스템 마운트
에드몽단테스
2007. 5. 11. 23:40
1. 준비
FUSE(Filesystem in Userspace) 설치
]# tar xvfz fuse-2.6.5.tar.gz
]# cd fuse-2.6.5
]# ./configure
]# make
]# make install
2. NTFS-3G 설치
]# tar xvfz ntfs-3g-1.417.tgz
]# cd ntfs-3g-1.417
]# ./configure
]# make
]# make install
3. 사용법
]# mount -t ntfs-3g /dev/hda1 /mnt/windows
다운로드
FUSE(Filesystem in Userspace) 설치
]# tar xvfz fuse-2.6.5.tar.gz
]# cd fuse-2.6.5
]# ./configure
]# make
]# make install
2. NTFS-3G 설치
]# tar xvfz ntfs-3g-1.417.tgz
]# cd ntfs-3g-1.417
]# ./configure
]# make
]# make install
3. 사용법
]# mount -t ntfs-3g /dev/hda1 /mnt/windows
다운로드
반응형