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 09-29-2006, 11:55 AM   #1
unknowwhere
LQ Newbie
 
Registered: Jul 2006
Posts: 3

Rep: Reputation: 0
Get Windows partitions to Linux


I have just intall the Fedora Core 4 to may laptop. I am a student. I studying about the "Programming in Multi Environment" . So that I have to take the Source Code from Windows to Linux to test.
But after I install FC4 . Linux can't see my 3 Partitions in NTFS. Please help me to get that 3 Partitions. Thanks very much.!!!
 
Old 09-29-2006, 12:16 PM   #2
got_nix
Member
 
Registered: Oct 2004
Location: Jamaica
Distribution: Ubuntu 6.0.6 (Dapper Drake)
Posts: 59

Rep: Reputation: 15
fedora probably picked it up but didn't auto mount it. your gonna have to mount it from the terminal manually. and to make your life easier put it in the fstab files so it auto mounts each time

/etc/fstab

example of mount command from terminal

Code:
 mkdir /mnt/windows
 mount /dev/hda1 /mnt/windows -t ntfs -r
 
Old 09-29-2006, 12:18 PM   #3
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
fdisk -l should show your 3 NTFS partitions. Then you have to mount them. Make a directory under the /mnt directory (i.e. /mnt/windows1, /mnt/windows2, /mnt/windows3). Then you just have to mount each of them with mount -t ntfs -o ro,umask=0222 /dev/hda1 /mnt/windows1. change /dev/hda1 to whichever partition you see from the output of fdisk. Note that you can only read from NTFS, not write to it. If you need write access, you should create a shared fat32 partition. If you want this partition to mount whenever you boot up, put it in /etc/fstab.
 
Old 09-29-2006, 09:55 PM   #4
unknowwhere
LQ Newbie
 
Registered: Jul 2006
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks gol_nix, pljvaldez very much.
I try to use the mount /dev/hda1 /mnt/windows -t ntfs -r but still error. The Error message is : unknow file system type "ntfs"
What would I do next to correct this problem?
 
Old 09-29-2006, 10:20 PM   #5
SlackDaemon
Member
 
Registered: Mar 2006
Distribution: RedHat, Slackware, Experimenting with FreeBSD
Posts: 222

Rep: Reputation: 30
Your kernel doesn't seem to have ntfs support built in. You'll need to download a kernel module:

http://www.linux-ntfs.org/content/view/129/

Download the appropriate RPM. Install it then do a modprobe ntfs.
After thats done, try mounting your ntfs filesystem.

mount -t ntfs /dev/hda1 /mnt/windows
 
Old 09-29-2006, 10:23 PM   #6
sn68
Member
 
Registered: Oct 2005
Distribution: FC5
Posts: 338

Rep: Reputation: 30
you have to install kernel-ntfs or kernel-module-ntfs (i dont remember exactly, u can search & find out) with same version as your kernel for fedora to read ntfs. You can search for these packages here

Edit: Oops,late by 3 mins

Last edited by sn68; 09-29-2006 at 10:25 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
windows linux partitions daveoily Amigo 8 01-16-2007 10:58 AM
windows killed my partitions! no linux partitions found on this computer. The MJ Linux - Software 10 01-05-2007 08:31 AM
Linux and Windows on different partitions? shaun89 Linux - General 8 07-29-2004 01:59 AM
linux partitions within windows ziox Linux - General 1 05-16-2004 05:59 PM
Windows Partitions in linux Coolstar Linux - Software 3 10-31-2003 11:22 AM

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

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