LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora > Fedora - Installation
User Name
Password
Fedora - Installation This forum is for the discussion of installation issues with Fedora.

Notices


Reply
  Search this Thread
Old 08-20-2004, 09:29 AM   #1
hayden
LQ Newbie
 
Registered: Aug 2004
Location: London
Distribution: Fedora Core
Posts: 8

Rep: Reputation: 0
Can't mount Windows XP partition


I have tried the usual method to mount my ntfs partition (winxp) but it tells me the filesystem doesn't exist!!

Any ideas?
 
Old 08-21-2004, 03:28 AM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there
#lsmod
does it gives u the module ntfs

post the exact eror u get
i think u need linux NTFS support from sourceforge.net
or u need to recompile ur kernel
regards
gaurav
 
Old 08-21-2004, 03:28 AM   #3
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there
#lsmod
does it gives u the module ntfs

post the exact eror u get
i think u need linux NTFS support from sourceforge.net
or u need to recompile ur kernel
regards
gaurav
 
Old 08-21-2004, 02:13 PM   #4
hayden
LQ Newbie
 
Registered: Aug 2004
Location: London
Distribution: Fedora Core
Posts: 8

Original Poster
Rep: Reputation: 0
yeah thanks - I figured that out last night and downloaded the filesystem driver, but here's another question....

I can now access winxp via root but not via my own account

and...

If I log in as root and try and change the file sharing options via KDE (right-click-properties) it gives me an error saying it couldn't change the attributes!

How can this b fixed?
 
Old 08-21-2004, 02:28 PM   #5
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

how do u access u r winxp partiton from other account
post the error u recd.

also what fileshaing option do u wish to change

regards
 
Old 08-22-2004, 10:33 AM   #6
hayden
LQ Newbie
 
Registered: Aug 2004
Location: London
Distribution: Fedora Core
Posts: 8

Original Poster
Rep: Reputation: 0
OK - I'll try and explain as best I can....

This is how I setup the link,

1. run terminal
2. logon as root (su -)
3. mkdir /mnt/winxp
4. mount -t ntfs /dev/hda1 /mnt/winxp
5. added the following to /etc/fstab - /dev/hda1 /mnt/winxp ntfs defaults 0 0

Now I this works fine if I'm logged in as root - eg. I can access my windows files OK.
But if I'm logged in as hayden the file in Konq has a padlock on it and It says in the console that I don't have enough permission to assess winxp.

If I log in as root and try and change the permissions for the file winxp using konq it says soimething like the "attributes for the file cannot be changed". Sorry I cant remember the exact wording because I have to reboot to windows to access the net (this will b the next issue as I have a laptop with a win modem! )

Anyway any help appreciated.
Cheers
 
Old 08-22-2004, 10:43 AM   #7
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

i tried the same procedure
and the it allowed me to change the file permissions of my ntfs drive

i have ntfs support after i have compiled my kernel/not from sourceforge.net
can that make a difference????? may be

regards
gaurav
 
Old 08-29-2004, 02:36 AM   #8
milir
Member
 
Registered: Jan 2004
Location: IL,USA
Distribution: Solaris 8,9,FedoraCore2,Mandrake10,Knoppix,RedHat9
Posts: 42

Rep: Reputation: 15
Hi I had the same problem but i was able to fix it by adding it to the fstab.

its better to mount ur windows partition by adding it in the fstab and use UMASK to give read permissions to all users and prevent writing into NTFS

I can post you my fstab later today
 
Old 08-29-2004, 03:19 AM   #9
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi

i mount my win XP ntfs partion on demand only i.e.only when i require it

because i do not want to play with the system files from windows or from linux

so i try to be on the safer side
if u have other data on ur NFS drove then it would be good to mount it through /etc/fstab file

regards
 
Old 08-29-2004, 12:20 PM   #10
hayden
LQ Newbie
 
Registered: Aug 2004
Location: London
Distribution: Fedora Core
Posts: 8

Original Poster
Rep: Reputation: 0
thanks for the advice all.

i fixed it by adding the umask command to the fstab. also masand, the ntfs filesystem is read only via linux so there is no worry about damaging anything.
 
Old 08-29-2004, 12:26 PM   #11
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi

the NTFS support in 2.6 kernel provides write support also!!!!

also this write support is limited to just editing the files there, not cretaing any new files....

regards
 
Old 08-29-2004, 12:54 PM   #12
milir
Member
 
Registered: Jan 2004
Location: IL,USA
Distribution: Solaris 8,9,FedoraCore2,Mandrake10,Knoppix,RedHat9
Posts: 42

Rep: Reputation: 15
Yep
There is write support in the new kernel ,but i dont think its wise to play with it, Its always better to create FAT32 partiton in Windows and mount it in linux,SO that you can read and write in both OS, (Like i do).
 
Old 09-03-2004, 04:41 PM   #13
vincebs
Member
 
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 496

Rep: Reputation: 30
Quote:
Originally posted by masand
hi

the NTFS support in 2.6 kernel provides write support also!!!!

also this write support is limited to just editing the files there, not cretaing any new files....

regards
The files you edit must also remain the exact same size, so basically write support is very limited.
 
Old 09-11-2004, 11:24 PM   #14
aclarion
Member
 
Registered: Jul 2004
Location: New York, USA
Distribution: Fedora 2
Posts: 51

Rep: Reputation: 15
Mounting XP

Could someone explain the mounting procedure for XP (NTFS) I think I know how to mount but am not sure what the "FSTAB" is? I am not quite a newbie anymore but still learning.

Thanks
Rick

For instance, how would I do the following:

5. added the following to /etc/fstab - /dev/hda1 /mnt/winxp ntfs defaults 0 0
 
Old 09-11-2004, 11:32 PM   #15
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

open ur /etc/stab filke i any editor,say using VI we have

vi /etc/fstab


then add up the line

/dev/hda1 /mnt/winxp ntfs defaults 0 0
a the end
and after u reboot this setting will take effect

regards
 
  


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
cannot mount windows partition scng Linux - Networking 6 07-09-2005 10:56 PM
How many windows partition can I mount? subaruwrx Debian 4 12-23-2004 06:29 PM
Mount Windows partition? JoseSilva Linux - General 7 01-27-2004 11:44 PM
how do i mount my windows partition ? abiagi Linux - Newbie 8 12-07-2003 06:45 PM
can't mount windows nt partition cyberswami Linux - General 3 01-26-2003 09:22 PM

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

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