LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-29-2011, 11:11 PM   #1
sgarg
LQ Newbie
 
Registered: Jan 2011
Posts: 1

Rep: Reputation: 0
mount windows drive in red hat linux 5


hello,
i am sumit.
i m new user of linux.i m install linux 5 with windows xp sp2.i want to access windows drive but i not accessed .so plz give guide to access drives in linux 5 .
thank you
 
Old 01-30-2011, 12:12 AM   #2
retxed
Member
 
Registered: Sep 2009
Location: Chennai
Distribution: Ubuntu 11.10 and back track 4
Posts: 45

Rep: Reputation: 9
To use NTFS partition in Linux, you'll have to create a directory to mount the partition and then mount the /dev/<sd? or hd?> (NTFS Partition), once it is mounted you can use it. You need root access for that.


see
Code:
apropos mount
man mount
 
Old 01-30-2011, 02:14 AM   #3
goodhombre
Member
 
Registered: Mar 2010
Location: Ungheni, Rep. Moldova
Distribution: Ubuntu
Posts: 89

Rep: Reputation: 22
Hi,

You need to find out what type of file-system is installed on the windows partition.

Try :
Quote:
sudo fdisk -l
If it is a FAT partition use :
Quote:
sudo mkdir -p /media/mount_directory
sudo mount -t vfat /dev/fat_dtrive_you_want_to_mount /media/mount_directory
For NTFS drives you have to install ntfs-3g driver and then use :
Quote:
sudo mkdir -p /media/mount_directory
sudo mount -t ntfs-3g /dev/ntfs_dtrive_you_want_to_mount /media/mount_directory
 
  


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 mount ntfs usb drive I am using Red Hat 5.5 jmh9403 Linux - Newbie 2 11-09-2010 01:27 PM
Install Red Hat Linux 7.3 on drive D of a Windows 98SE. royace Linux - Newbie 5 07-14-2008 06:07 AM
External Firewire Drive Mount on Red Hat 9 Problem anilnatha Linux - Hardware 5 12-17-2003 01:02 PM

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

All times are GMT -5. The time now is 11:40 AM.

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