LinuxQuestions.org
Help answer threads with 0 replies.
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 12-14-2004, 06:45 PM   #1
DarkD45
LQ Newbie
 
Registered: Dec 2004
Distribution: Arch
Posts: 14

Rep: Reputation: 0
Question NTFS - Mounting Hard Drive


Ok, i have used red hat 9 a but i'm having some trouble.

I have these current settings:
------------------------------------------------
hda (hda1 only)
Windows 2003
20 GB hard drive format NTFS
------------------------------------------------
hdb
RedHat Linux 9
12.5 GB Hard Drive
------------------------------------------------

I really just want to get to my website folders/files and my music and stuff, but i have tried and it says that it isn't in the right format and i can't quite figure out what is wrong...

So, if you know something about this, please help out a newbie =)

Thanks in advance!
 
Old 12-14-2004, 07:10 PM   #2
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
how do you try to mount it ?

i think this works ( when you are in linux , " su " to root )
- #mkdir /mnt/windows ( first make a mountpoint )
- #mount -t ntfs -o umask=022 /dev/hda1 /mnt/windows ( mount the hda1 )

now your win is readable at /mnt/windows.

egag

Last edited by egag; 12-14-2004 at 07:12 PM.
 
Old 12-14-2004, 07:13 PM   #3
DarkD45
LQ Newbie
 
Registered: Dec 2004
Distribution: Arch
Posts: 14

Original Poster
Rep: Reputation: 0
I have the kernel that automaticly comes with redhat 9 and its not updated yet, that might be the problem but it said this

mount: fs type ntfs not supported by kernel

(i am installing the new one and re-starting atm)

Last edited by DarkD45; 12-14-2004 at 07:19 PM.
 
Old 12-14-2004, 07:25 PM   #4
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
maybe the module is there, but not loaded.
you could try :

#modprobe ntfs

if it's not there, you'll get an error .

egag
 
Old 12-14-2004, 07:25 PM   #5
DarkD45
LQ Newbie
 
Registered: Dec 2004
Distribution: Arch
Posts: 14

Original Poster
Rep: Reputation: 0
nope, its not there and i do have trhe latest kernel too
 
Old 12-14-2004, 07:36 PM   #6
DarkD45
LQ Newbie
 
Registered: Dec 2004
Distribution: Arch
Posts: 14

Original Poster
Rep: Reputation: 0
anyone know how to get it to actually use ntfs or am i stuck without it??
 
Old 12-14-2004, 07:48 PM   #7
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
maybe redhat has packages with those modules suiting your kernel.
otherwise i think you need to compile another kernel......
( there are " howtos " on this site for that )

egag
 
Old 12-15-2004, 12:34 AM   #8
patkalolo
Member
 
Registered: Jul 2004
Location: Seattle
Distribution: Slackware 10.0
Posts: 38

Rep: Reputation: 15
I had the same problem. You need to recompile your kernel to support your windows partition. After you are done with that make sure you edit your "/etc/fstab" accordingly. Here is what mine looks like:

Code:
/dev/hda5        /ntfs-d          ntfs        ro,user,umask=0222 0 0            1   0
/dev/hda2        /ntfs-c          ntfs        ro,user,umask=0222 0 0            1   0
This should load the partition automatically. Just dont plan on writing to it. I f you want that make yourself a FAT32 partition.

Last edited by patkalolo; 12-15-2004 at 12:36 AM.
 
Old 12-15-2004, 06:29 AM   #9
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,748

Rep: Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927
Redhat by default does not include NTFS support.
http://linux-ntfs.sourceforge.net/
or
http://www.jankratochvil.net/project/captive/

I have not personally used captive.

BTW have you tried searching the website yet?
 
Old 12-15-2004, 11:12 AM   #10
DarkD45
LQ Newbie
 
Registered: Dec 2004
Distribution: Arch
Posts: 14

Original Poster
Rep: Reputation: 0
thanks guys, i did finally get it to work!

i apretiate the help!!

btw i spell bad...

Last edited by DarkD45; 12-15-2004 at 11:14 AM.
 
Old 12-15-2004, 11:33 AM   #11
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,748

Rep: Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927Reputation: 5927
Quote:
Originally posted by DarkD45
thanks guys, i did finally get it to work!

i apretiate the help!!

btw i spell bad...
Well done... BTW there is a spell check function right next to the preview and submit reply buttons
 
Old 12-15-2004, 11:33 AM   #12
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
eh...use the "spell check " button, very easy

egag
 
Old 12-15-2004, 12:58 PM   #13
DarkD45
LQ Newbie
 
Registered: Dec 2004
Distribution: Arch
Posts: 14

Original Poster
Rep: Reputation: 0
lol will do next time!
 
  


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
slackware 9.1 mounting problems (cd drive, cd writer drive, win partition (ntfs)) mr.gizm0 Slackware 8 05-11-2004 06:23 PM
Mounting an NTFS drive e_cubed99 Linux - Newbie 11 11-01-2003 02:05 PM
Mounting an NTFS hard drive harperonline Linux - General 2 03-12-2003 11:11 AM
Mounting a ntfs drive? mpooley Linux - Hardware 12 12-11-2002 12:32 AM
mounting ntfs(xp) drive elpresidente Linux - Hardware 7 07-01-2002 09:24 AM

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

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