Google Plus

add NTFS partitons to your Centos or RHEL

Written by Mel Kham on . Posted in Linux tutorials

In this tutorial we will show you how to add NTFS partitions to your centos or RHEL

Install the rpmforge-release package as directed here and try the yum command again

The commands to type in order:

rpm -Uvh  http://apt.sw.be/packages/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm 
yum install fuse fuse-ntfs-3g dkms dkms-fuse


Here is am example /etc/fstab entry for both you and madi_beni that should work at boot time;

 [root@localhost pirat9]# /sbin/fdisk  -l


Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1        6375    51207156    7  HPFS/NTFS
/dev/sda2            6376       19124   102406342+   7  HPFS/NTFS
/dev/sda3   *       19125       19137      104422+  83  Linux
/dev/sda4           19138       24321    41640480    5  Extended
/dev/sda5           19138       24321    41640448+  8e  Linux LVM
[root@localhost pirat9]# mkdir  -p  /mnt/windows_c

[root@localhost pirat9]# mkdir  -p  /mnt/windows_D

[root@localhost pirat9]# mount -t ntfs-3g /dev/sda1 /mnt/windows_c

[root@localhost pirat9]# mount -t ntfs-3g /dev/sda2 /mnt/windows_D

[root@localhost pirat9]# ls  /mnt/windows_D
Acer-D  Drivers  Music    RECYCLER  Solaris   System Volume Information
cod4-   Maroua   omnibot  Softwars  SOL-pack  torrent

its  working  .

now  you  have  to add  these  lines  to  /etc/fstab  to make  this  mount  permanently

/dev/sda1               /mnt/windows_c          ntfs-3g auto,users,uid=0,gid=500,umask=000,rw   0 0

/dev/sda2               /mnt/windows_D          ntfs-3g auto,users,uid=0,gid=500,umask=000,rw   0 0

please  for  any  other  question  contact  us  in the  forum  of  unixmen.net

{loadposition user9}

Related Articles By Tags :

{loadposition user1}

For questions please refer to our Q/A forum at : http://ask.unixmen.com

Mel Kham

Founder of Unixmen, Living in Amsterdam. Am working in my free time to help people to understand the Opensource and to explain them in easy way how to make the fist steps to the the light. Working day and night with my Co-founder Zinovsky to keep this website live even with less resources.

Like us on Facebook

This week Top Posts

Write for us

Recent Comments

Pat L

|

I tried it and it works with a regular zip file, but if you password-protect the .zip file it does NOT work.

SK

|

Yes we can. What kind of help you need? We are doing outsourcing and technical support for Linux and Open source worldwide. To know more about the details visit here.

ClintB

|

After install as above, run shell script /opt/Citrix/ICAClient/wfica.sh manually and note lib errors still occur. I had the x64 motif loaded but had to manually install the x86 too. Got that from http://rpmfind.net/linux/rpm2html/search.php?query=libXm.so.4 Even after that, I still had to do a “yum install alsa-lib.i686 alsa-lib.x86_64″ to resolve any additional libasound.so.2 errors. Once those two lib issues were resolved, Citix Web Interface launched apps fine by telling browser to open launch.ica using /opt/Citrix/ICAClient/wfica.sh. Good luck Ernesto!

AD

|

I need some Help on Linux,can you guide me ?

Edson Carlos

|

In debian no found. I need link download install in linux debian

 
IDG Tech Network
Copyright © 2008-2013 Unixmen.com .
Maintained by Anblik .