LinuxQuestions.org
Review your favorite Linux distribution.
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 03-23-2008, 10:07 PM   #1
invisable mouse
LQ Newbie
 
Registered: Mar 2008
Posts: 4

Rep: Reputation: 0
4th NTFS Patition cannot be mounted.


I have a triple boot system, server'03 xp pro and Linux fedora 5. i've created a 4th partition that i would like to be able to access from all four OS's....i see the partion under linux in "computer" but (A) don't have permission to mount it and (b) when i try to mount it from terminal it tells me that NTFS is a unrecognized file system....

this is the script i use: $ mount -t ntfs /dev/hda6 /dev/mnt

is this right???? i really don't know what i'm doing....any feedback would be great....

thanx all....
mouse.
 
Old 03-23-2008, 11:30 PM   #2
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
In Fedora, open a console and run fdisk -l. What is the output?

It may be that you have too many partitions. You are allow 4 partitions in the master boot record. To have more that 4, one of the 4 must be an extended partition, which can then hold up to 15 logical partitions.

To answer your question, we need to see how your hard drive is partitioned. The output of fdisk -l will show that.
 
Old 03-23-2008, 11:53 PM   #3
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Fedora Core 5 may either not have the NTFS kernel module enabled at all or might not have it loaded.

Look at "lsmod | grep ntfs". If there is no output try "sudo /sbin/modprobe ntfs". If that fails, your best bet is to search on this site on how to enable ntfs support. You may be able to download a different kernel with ntfs support enabled. Otherwise you may need to install the kernel source and some other packages and then compile a new kernel. If you do that, be sure you start with "make oldconfig" to carry your old .config settings to the new kernel before running "make xconfig".

There is another option. That is to modprobe "fuse" and install the "fuse-ntfs-3g" package. The ntfs-3g driver is a userland ntfs driver that has better ntfs write support. I don't know if the "ntfs" kernel module is needed as a dependency however.
Then in /etc/fstab, use the filetype "ntfs-3g" instead of "ntfs".

example manual mount:
Code:
 sudo mount -t ntfs-3g /dev/sdb1 /mnt/windows/ -o uid=jschiwal,gid=jschiwal,fmask=117,dmask=007

Last edited by jschiwal; 03-23-2008 at 11:55 PM.
 
  


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 write over NTFS mounted partition? paragkalra Linux - Desktop 2 12-19-2007 03:27 PM
NTFS mounted but inaccessible by non-root colonel Linux - Newbie 2 07-02-2006 07:37 AM
Set permissions for my mounted ntfs anon209 Linux - General 1 05-29-2006 08:49 PM
cant access the auto-mounted ntfs.. MrFixit Ubuntu 1 10-25-2005 06:50 AM
Can I "merge" my NTFS XP partition into my Fedora patition? jdruin Linux - Hardware 4 04-20-2004 06:34 AM

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

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