Mount an NTFS Partition in CentOS

-  Log on to your root account.
-  Type the following commands
 
 
-  rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
 
- wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.i386.rpm
 rpm -ivh rpmforge-release-0.5.1-1.el5.rf.i386.rp
 
- These commands install the RPMForge repositories, which provide access to third-party
 CentOS software.
 
 
 
-  Enter the command yum install fuse fuse-ntfs-3g to install NTFS support.
-  Type the command "vi etc/fstab" to open the system-wide file system table.
-  Add a new line for the NTFS file system. e.g. /dev/hda5 /mnt/ntfs ntfs defaults 0 0
-  Use ":wq" to write and quit.
-  Create an NTFS file directory on /mnt.
-  Mount the NTFS file by typing "mount /mnt/ntfs". /mnt/ntfs is the same path entered into the file system table.
 
 
 
          
      
 
  
 
 
 
 
 
 
 
 
 
 
No comments:
Post a Comment