LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-18-2012, 02:00 AM   #1
sunjayasri
LQ Newbie
 
Registered: Nov 2011
Location: Srilanka
Posts: 23
Blog Entries: 7

Rep: Reputation: Disabled
Smile RHEL / CentOS Linux: Mount and Access NTFS Partition


01) Step 01
$ cd /tmp
$ wget http://download.fedoraproject.org/pu...6-7.noarch.rpm
# rpm -ivh epel-release-6-5.noarch.rpm

===========================================================================

02) How Do I Install NTFS-3G?

Type the following command as root user:
# yum install ntfs-3g

===============================================================================

03) How Do I Find Out NTFS Partition Name?

Simply type the following command:
# fdisk -l /dev/sda
# fdisk -l /dev/sdb

====================================================================================

04) How Do I Mount /dev/sda1 NTFS Partition at /mnt/ntfs?

* First, load the fuse driver, enter:
# modprobe fuse

* Create a mount point, enter:
# mkdir /mnt/ntfs

* To mount the ntfs partition, enter:
# mount -t ntfs-3g /dev/sda1 /mnt/ntfs

* You can use regular Unix commands to copy or access the files:
$ df -h
$ mount
$ cd /mnt/ntfs
$ cp foo /tmp

05) How Do I Unmount NTFS Partition?

* Type the following command:
# umount /mnt/ntfs
 
Old 07-18-2012, 10:05 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
LQ welcomes sharing of information but a non-question like this would IMHO have been better of as a personal web log entry.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to access ntfs partition in RHEL 5.3 navneetkhanna1980 Linux - Newbie 5 07-03-2010 02:21 AM
[SOLVED] How to access ntfs partition in RHEL 5.3 sumeet inani Red Hat 8 12-19-2009 05:35 AM
How to mount NTFS partition on RHEL 5 dualboot with vista yashgoley Red Hat 3 08-07-2009 02:26 AM
How To Mount NTFS Partition In RHEL 5 neerajrawat1 Linux - Newbie 8 07-23-2009 02:25 PM
mount ntfs partition in RHEL 4 karthik2fun Linux - Distributions 1 12-20-2007 05:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration