[root@localhost ~]# yum install yum-priorities -y
[root@localhost ~]# vi /etc/yum/pluginconf.d/priorities.conf
[main]
enabled = 1
check_obsoletes = 1
priority=2
3. Install rpmforge
[root@localhost ~]# rpm -ivh http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
4. update yum
[root@localhost ~]# yum check-update
5. install "fuse", "fuse-ntfs-3g", "dkms", "dkms-fuse"
[root@localhost ~]# yum install fuse fuse-ntfs-3g dkms dkms-fuse -y
6. make directory "windows" for mount ntfs
[root@localhost ~]# mkdir /windows
7. mount ntfs filesystem to "/windows" , type is ntfs-3g [출처] CentOS NTFS 마운트|작성자 코베이
[root@localhost ~]# mount -t ntfs-3g /dev/sda1 /windows
[root@localhost ~]# ls -al /windows/
댓글 없음:
댓글 쓰기