LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-28-2012, 12:00 PM   #1
venkatesh51
LQ Newbie
 
Registered: Oct 2012
Posts: 26

Rep: Reputation: Disabled
how to get windows localdisk D: drive data into my redhat linux 5.3


how to get windows localdisk D: drive data into my redhat linux 5.3
( I am using two o.s in my system i.e one windows and other linux)
 
Old 10-28-2012, 12:40 PM   #2
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Make sure the ntfs-3g package is installed, then run "fdisk -l" to get the device name for the partition you're interested in, make a mount location for it, and then mount it. Which step are you getting stuck on?
 
Old 10-28-2012, 04:53 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
this IS the very OLD rhel 5.3 ??????
you DID NOT upgrade it to the current RHEL5.8
5.8 is the current in the OLD 5 series

RHEL6.3 is the current

in 5.3 there was a known kernel bug
that killed ntfs-3g
so contact your Red Hat Tech support that you ARE paying an arm and a leg for to keep your install AT the old 5.3 level and not at the 5.8 level




the old ntfs READ ONLY and the dkms-fuse is there
but there is a bug
you will need the red hat tech support to get you the work around


this WAS FIXED in 5.4 and newer

Last edited by John VV; 10-28-2012 at 04:56 PM.
 
Old 10-28-2012, 09:53 PM   #4
venkatesh51
LQ Newbie
 
Registered: Oct 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
please provide a download link for ntfs -3g package .... plz.............

Quote:
Originally Posted by suicidaleggroll View Post
Make sure the ntfs-3g package is installed, then run "fdisk -l" to get the device name for the partition you're interested in, make a mount location for it, and then mount it. Which step are you getting stuck on?
sir please provide download link for ntfs-3g package for redhat linux 5.3
..
bhayya one more help to me i.e plz give me step by step procedure to to acces local drive Dwindows) to my linux plz.......
 
Old 10-28-2012, 09:54 PM   #5
venkatesh51
LQ Newbie
 
Registered: Oct 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
It is my personal pc.....

Quote:
Originally Posted by John VV View Post
this IS the very OLD rhel 5.3 ??????
you DID NOT upgrade it to the current RHEL5.8
5.8 is the current in the OLD 5 series

RHEL6.3 is the current

in 5.3 there was a known kernel bug
that killed ntfs-3g
so contact your Red Hat Tech support that you ARE paying an arm and a leg for to keep your install AT the old 5.3 level and not at the 5.8 level



the old ntfs READ ONLY and the dkms-fuse is there
but there is a bug
you will need the red hat tech support to get you the work around


this WAS FIXED in 5.4 and newer
thanks for ur guidance ........
if you know the solution plz give me reply.......
 
Old 10-28-2012, 10:19 PM   #6
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by venkatesh51 View Post
sir please provide download link for ntfs-3g package for redhat linux 5.3
Code:
yum install ntfs-3g


---------- Post added 10-28-12 at 09:20 PM ----------

Quote:
Originally Posted by venkatesh51 View Post
thanks for ur guidance ........
if you know the solution plz give me reply.......
He did, contact RedHat support. You're paying a lot of money for their support, so use it. If you're not paying for it, then you shouldn't be running RHEL.
 
Old 10-28-2012, 11:38 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
you will need the fuse and dkms files ( and as i recall the Gnome fuse rpms ) from the old rhel5.3 repo
and ONLY your red hat tech support can get you access to the OLD 5.3 files

contact your red hat tech support
 
Old 10-29-2012, 02:16 AM   #8
jsaravana87
Member
 
Registered: Aug 2011
Location: Chennai,India
Distribution: Redhat,Centos,Ubuntu,Dedian
Posts: 558
Blog Entries: 5

Rep: Reputation: Disabled
you have to install fuse-ntfs-3g,You can get the package through rpmforge repo.Since you are using older release of Redhat 5.3 you have to install kmod-fuse which you are get from ELrepo

yum --enablerepo=rpmforge install fuse fuse-ntfs-3g


http://elrepo.org/tiki/tiki-index.php

Last edited by jsaravana87; 10-29-2012 at 02:31 AM.
 
Old 10-29-2012, 04:58 AM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
yum --enablerepo=rpmforge install fuse fuse-ntfs-3g
as i recall that will only work for RHEL 5.4 ,5.5 to 5.8
but not 5.3

do to a bug in 5.0,5.1 5.2 and 5.3 -- fixed in 5.4
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I mount my external hard drive to save data on my windows based pc? Discman Linux - Newbie 2 08-25-2012 11:09 PM
how can i browse data from pen drive in redhat linux 9 dhir_dhiru Linux - Newbie 3 01-05-2009 02:22 AM
help to access localdisk (floppy and usb) in workstation LTSP.......... rini_PCR Debian 2 02-24-2006 06:51 PM
Burn Data DVD... Read Data in Linux and Windows SaintStrive Linux - Newbie 3 09-18-2004 05:04 PM
how do I mount my Windows C drive in RedHat 7.2 sgroy45 Linux - Distributions 8 04-08-2002 08:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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