LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-28-2008, 01:07 PM   #1
youssef.salah
LQ Newbie
 
Registered: Jul 2008
Posts: 5

Rep: Reputation: 0
How can I mount NTFS partition in RHEL5


I'm using oracle under linux
I have NTFS partition and i want to display it in redhat enterprise linux 5
how could i do this?
-----------------
Joe
 
Old 07-28-2008, 01:31 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,665

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by youssef.salah View Post
I'm using oracle under linux
I have NTFS partition and i want to display it in redhat enterprise linux 5
how could i do this?
-----------------
Joe
Not sure what Oracle has to do with NTFS.....

If you want to mount a file system, try "mount -t ntfs <device name> <mount point>". If your device is /dev/sda1 and you want it mounted under /mnt/ntfs (be sure the mount point exists first..it's just a directory), you'd do "mount -t ntfs /dev/sda1 /mnt/ntfs".

Read the man page on the mount command.
 
Old 07-28-2008, 04:02 PM   #3
mapsiddiqui
LQ Newbie
 
Registered: Jun 2008
Posts: 13

Rep: Reputation: 0
Cool

Note that "mount -t ntfs <device name> <mount point>" will mount the ntfs partition as read-only. If you want it mounted in read-write mode, check if you have "ntfs-3g" and then you would be able to mount it in any of the following two ways:

Code:
mount -t ntfs-3g <device name> <mount point>
or
Code:
ntfs-3g <device name> <mount point>
My $0.02

-A.
 
Old 07-28-2008, 04:34 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,665

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by mapsiddiqui View Post
Note that "mount -t ntfs <device name> <mount point>" will mount the ntfs partition as read-only. If you want it mounted in read-write mode, check if you have "ntfs-3g" and then you would be able to mount it in any of the following two ways:

Code:
mount -t ntfs-3g <device name> <mount point>
or
Code:
ntfs-3g <device name> <mount point>
My $0.02

-A.
Good point...it's been so long since I've dealt with Windows and its associated things, I forget.
 
  


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
mount ntfs with RHEL5 tester^_^ Linux - Newbie 2 06-30-2008 03:08 AM
how can i mount NTFS file system in RHEL5 prasadkumar.p Linux - Newbie 3 05-10-2008 01:35 AM
Mount NTFS in RHEL5 maddy2405 Linux - Newbie 13 11-30-2007 12:45 AM
mount ntfs into rhel5 soumalya Linux - Server 1 11-13-2007 06:42 AM
Unable to export DISPLAY or mount an NFS partition on RHEL5 sudheer_tenneti Linux - Networking 0 08-30-2007 06:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:01 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