LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-29-2005, 03:53 PM   #1
amebimus
LQ Newbie
 
Registered: Mar 2005
Posts: 3

Rep: Reputation: 0
mounting ntfs partitions on fedora core 2


first of all my distro is fedora core 2 with the latest updates.i have two windows partitions of windowsne of fat32 and one of ntfs
fdisk -l

Disk /dev/hdb: 81.9 GB, 81964302336 bytes
16 heads, 63 sectors/track, 158816 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

Device Boot Start End Blocks Id System
/dev/hdb2 1 27744 13982944+ f W95 Ext'd (LBA)
/dev/hdb3 * 27745 158815 66059784 7 HPFS/NTFS
/dev/hdb5 1 7883 3972969 83 Linux
/dev/hdb6 13873 27744 6991456+ c W95 FAT32 (LBA)
/dev/hdb7 7884 8898 511528+ 82 Linux swap
/dev/hdb8 8899 13872 2506864+ 83 Linux

Partition table entries are not in disk order
the fat32 one is /dev/hdb6 and i succeded to mount it with write permissions.the ntfs partition is /dev/hdb3 and i can't succeed to mount it. my second problem is that i can't boot in windows 2000,from my grub bootloader.some of my friends said i destroyed my windows partitions but i want to repair them and i now it's possible.my grub.conf looks like this
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,4)
# kernel /boot/vmlinuz-version ro root=/dev/hdb5
# initrd /boot/initrd-version.img
#boot=/dev/hdb
default=1
timeout=10
splashimage=(hd0,4)/boot/grub/splash.xpm.gz
title Fedora Core (2.6.10-1.770_FC2)
root (hd0,4)
kernel /boot/vmlinuz-2.6.10-1.770_FC2 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.10-1.770_FC2.img
title Fedora Core (2.6.5-1.358)
root (hd0,4)
kernel /boot/vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.5-1.358.img
title Other
rootnoverify (hd0,2)
chainloader +1
if anybody can help me please do....i will be thankfull
 
Old 03-29-2005, 04:09 PM   #2
ivyhills01
LQ Newbie
 
Registered: Mar 2005
Location: Philadelphia, PA
Distribution: Fedora Core 3
Posts: 2

Rep: Reputation: 0
Hey-
Fedora has no ntfs support. Don't let that bring you down though. I hate saying these words, but you'll have to use windows to fix this one. Get partition magic and convert the volume to fat32. With that in mind it looks like you are going to have to get that boot loader working first. You need dev/hdb3 (thats your ntfs so I assumed its your windows boot volume) in your boot loader. If it won't boot from that volume at all then throw your windows cd in. It'll see that partition so you should have no problem reinstalling.
 
Old 03-29-2005, 04:20 PM   #3
amebimus
LQ Newbie
 
Registered: Mar 2005
Posts: 3

Original Poster
Rep: Reputation: 0
what do i have to modify to my bootloader for it to work?yes, /dev/hdb3 is my windows boot partition...if i put the windows 2000 cd in and boot from it i can enter the windows,not just reinstall it?because i know that if i put the cd in it installs the system,which i don't want
 
Old 03-29-2005, 04:52 PM   #4
wmakowski
Member
 
Registered: Oct 2003
Location: Ohio
Distribution: Fedora 25, 26, RHL 5.2
Posts: 560

Rep: Reputation: 56
Not sure if this will help, but it is worth a try. In grub.conf I have a slightly different entry to start WinNT. It looks like...
Code:
Title Windows NT
  rootnoverify (hd0,2)
  makeactive
  chainloader +1
If this doesn't work you may need to use the repair feature on the Windows CD. I can't give you much guidance on this, but will tell you that I have been able to get more than one computer back in operation using it. The repair documentation is also very weak.

On another note, the NTFS partition will not be accessible using Fedora Core 2 without making some adjustments. There is a sourceforge project that has been going on for sometime to make NTFS accessible from within Linux. They have succeeded in making read only access available, but read write access is not yet a reality. Check out http://sourceforge.net/projects/linux-ntfs/ for details.

Bill
 
Old 03-31-2005, 06:54 AM   #5
wmakowski
Member
 
Registered: Oct 2003
Location: Ohio
Distribution: Fedora 25, 26, RHL 5.2
Posts: 560

Rep: Reputation: 56
Did it help?
 
Old 03-31-2005, 04:04 PM   #6
amebimus
LQ Newbie
 
Registered: Mar 2005
Posts: 3

Original Poster
Rep: Reputation: 0
of course not it's a simple thing i tried many times
 
Old 03-31-2005, 05:15 PM   #7
evil_empire
Member
 
Registered: Mar 2005
Distribution: Fedora Core 3
Posts: 176

Rep: Reputation: 31
Quote:
of course not it's a simple thing i tried many times
Did u especially take note of "makeactive". It makes a difference. Try it again.





Quote:
Partition table entries are not in disk order
Whay do u mean by that? You modified the "fdisk -l" output that you have posted here. Plzz provide the exact output.
Are there any other hard disks in the system?

For the time being, try this:

rootnoverify (hd0,1)
makeactive
chainloader +1

see if windows boot.
 
Old 04-03-2005, 11:27 AM   #8
wmakowski
Member
 
Registered: Oct 2003
Location: Ohio
Distribution: Fedora 25, 26, RHL 5.2
Posts: 560

Rep: Reputation: 56
Based your terse reply I'm suprised that I'm following up on this thread. I noticed on your initial post that you are giving partition information for /dev/hdb. This normally indicates the second hard drive on the system. Do you have more than one drive and if so what is on the first drive? If you want to boot from the second drive you will need to address this in grub.conf using hd1 rather than hd0.

One thing that seems a little strange about your partition information is that your first partition is /dev/hdb2. The first partition is normally /dev/hdb1. I suppose this could happen when you set up partitions and it probably isn't a big deal, just not what I normally see.

Bill
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Fedora Core 4 - mounting partitions and burning cds byte_fx Fedora 23 10-08-2005 02:07 PM
fedora core 3 ntfs mounting rusty_slacker Linux - General 5 07-06-2005 05:23 PM
Mounting NTFS in Fedora core 3 alexsmith2k Linux - Hardware 16 04-10-2005 07:03 AM
Fedora Core 3 FC3 and mounted NTFS partitions rmflagg Fedora 9 12-22-2004 11:42 AM
mounting ntfs format patitions from fedora core person#6661067 Linux - Newbie 2 11-08-2004 08:03 PM

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

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