LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 06-09-2006, 03:24 PM   #1
Will Sjorensen
LQ Newbie
 
Registered: Apr 2005
Distribution: Mandrake 10.1 Community ed.
Posts: 14

Rep: Reputation: 0
Accessing Windows partition with FC5


Greetings--

I just installed FC5 in my already-existing linux partition. Before, I had Mandrake 10.1 there, and had no problem accessing my windows partition through /mnt/windows -- but now, /mnt/windows is not there, and I can't figure out how to get to my Windows documents.

Another site suggested I do "mount /dev/hda1 /mnt/windows" under root, and I did, but it's telling me "unknown filesystem type 'ntfs'."

Any and all help appreciated.
 
Old 06-09-2006, 04:01 PM   #2
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
You need to install the ntfs drivers. Check www.fedorafaq.org for instructions.
 
Old 06-09-2006, 04:40 PM   #3
Will Sjorensen
LQ Newbie
 
Registered: Apr 2005
Distribution: Mandrake 10.1 Community ed.
Posts: 14

Original Poster
Rep: Reputation: 0
Okay, that worked, thanks -- but now for some reason I have TWO versions of FC5 listed in GRUB. I have the same amount of hard drive space in the linux partition, so I'm assuming that's normal, or at least not a huge problem.

But what is a problem -- and this, I regret to say, is where I'll start sound like a linux newbie -- is that I can only access /mnt/windows as root.
 
Old 06-09-2006, 04:58 PM   #4
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
It's easy enough to explain, but just to make sure, could you post your grub.conf (you'll find it under /boot/grub/grub.conf)
I suppose you have used yum to update and installed a new kernel so now you have the access entries to both kernels in your grub.

As for /mnt/windows how do you mount it?
try adding umask=000 to your fstab
 
Old 06-09-2006, 05:04 PM   #5
Will Sjorensen
LQ Newbie
 
Registered: Apr 2005
Distribution: Mandrake 10.1 Community ed.
Posts: 14

Original Poster
Rep: Reputation: 0
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,1)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=2
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.16-1.2122_FC5)
root (hd0,1)
kernel /vmlinuz-2.6.16-1.2122_FC5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.16-1.2122_FC5.img
title Fedora Core (2.6.15-1.2054_FC5)
root (hd0,1)
kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.15-1.2054_FC5.img
title Other
rootnoverify (hd0,0)
chainloader +1



As for how I mount windows, as I said, I use "mount /dev/hda1 /mnt/windows" -- but I'm hoping there's a better way, something that will make windows mount automatically at startup?
 
Old 06-09-2006, 05:34 PM   #6
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Take a closer look at your grub.conf. There are two entries titled 'fedora' but they both point to the same partition ((hd0,1) and the kernel numbers are different. You installed a kernel update and can now choose which kernel you want to boot; the older one or the one you updated to.

As for automatic mounting, you can do that by including the partition you wish to mount plus some extra information in your fstab file (/etc/fstab)

Try adding:
Quote:
/dev/hda1 /mnt/windows ntfs defaults,umask=000 0 0
and then to mount (unless you reboot):
$mount /dev/hda1
or
$mount /mnt/windows
 
Old 06-09-2006, 06:47 PM   #7
Will Sjorensen
LQ Newbie
 
Registered: Apr 2005
Distribution: Mandrake 10.1 Community ed.
Posts: 14

Original Poster
Rep: Reputation: 0
My gf pointed me to an ubuntu wiki before you posted that, and that solved the mounting windows problem. As for the double-fedora, I'll give that a shot, but it's barely even a nuisance right now, so I'm not too worried.

Thanks very much. :-)
 
Old 06-10-2006, 04:13 AM   #8
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Actually the double entry is a failsafe in case the newer kernel doesn't boot properly or gives you some hardware problems.

If you don't want to see the screen that asks you to choose a kernel, either add 'quiet' to the kernel line (the second kernel line already has it) or change the timeout to 0 (the first is the safer option)

If you want to get rid of the second entry you could uninatsll the older kernel using yum (or yumex), which will also chenge your grub.conf to reflect the changes.

Since LQ is a place people come not only to ask questions but also to read other people's solutions, it would be a good idea to explain how you solved your own problem, or exactly what worked for you.
 
  


Reply

Tags
fc5, fedora, ntfs, windows



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
Accessing windows partition DebianNew Linux - Newbie 2 01-20-2005 11:55 PM
Accessing Windows Partition Rªdical_£D SUSE / openSUSE 1 12-30-2004 06:28 PM
accessing windows partition from linux partition dave bean Linux - Newbie 19 10-15-2003 04:39 AM
accessing windows partition lasalsademuerte Linux - Newbie 8 01-31-2003 12:53 PM
Accessing Windows Partition Atroxic Linux - Newbie 7 01-27-2002 01:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

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