LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 01-08-2005, 12:54 AM   #1
niko_nightwind
LQ Newbie
 
Registered: Jan 2005
Location: australia
Distribution: fedora core 3
Posts: 5

Rep: Reputation: 0
how to access ntfs partitions that do not have an operating system install on them


hi there,

i recently just installed fedora core 3 and was able to get access to my windows ntfs partition quiet easily.. but now i am having problems getting access to all the other ntfs partitions on my second hard drive, does any one know how i can get access to them in fedora core 3?

any assistance is greatly appreciated.

niko.

niko.nightwind@gmail.com
 
Old 01-08-2005, 01:23 AM   #2
stuartr
LQ Newbie
 
Registered: Dec 2004
Location: SJC, CA
Distribution: Debian Sarge
Posts: 8

Rep: Reputation: 0
Niko,

What have you tried? What causes you to think that the presence of an OS on the drive makes a difference? Do you think thats air your breathing?

Sorry couldn't resist...

But anyway, if as I suspect the Linux and winblows installs share the same drive, then the reason you are able to see the NTFS partition is that it was recognized by the install program, and was set to mount automatically in /etc/fstab.

Since you can see an NTFS partition at all, it really does not matter that an OS is installed. Try issuing the mount command to see what is mounted and how, then type (as root)

mount /dev/hd'ntfs' /mnt/'place to mount to'

or if that fails due to unrecognized partition type try

mount -t ntfs /dev/hd'ntfs' /mnt/'place to mount to'

obviously you will need to replace 'ntfs' with the drive device and partition number of the ntfs partition (ie hda2 or hdc3), and 'place to mount to' with a directory where you want the files to appear (in this case under the mnt dir tree, though you may prefer /home/niko/windowsstuff/


HTH
 
Old 01-09-2005, 11:13 AM   #3
niko_nightwind
LQ Newbie
 
Registered: Jan 2005
Location: australia
Distribution: fedora core 3
Posts: 5

Original Poster
Rep: Reputation: 0
hi stuartr,

guess u r as bling and stupid as you sound.

my question was how to access ntfs partitions on a SECOND hard drive to the hard drive with windows xp and fedora core 3, and i didnt say that fedora core 3 had mounted the windows ntfs partition because it didnt, i did it myself.

anyways, im not going to thank you for your reply, because for one its just plain bulshit because u did not read my intial post properly.

oh and get that pole out of ur ass, speaking to ppl like this:

What have you tried? What causes you to think that the presence of an OS on the drive makes a difference? Do you think thats air your breathing?

will only piss people off, i suggest u learn some manners between now and your next post, and maybe use your head before you do reply to a post.

niko.
 
Old 01-09-2005, 11:35 AM   #4
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
quote---------------
will only piss people off, i suggest u learn some manners between now and your next post, and maybe use your head before you do reply to a post.
------------------------

agree
i learned that too.......
( stop the flame , no use...)

and for the prob.

what errors do you get when trying to mount or access those partions ?
and can you post your " fstab " file . ?

any ntfs-part. should be mountable.....
( plz. don't ask what i breath....... )

egag
 
Old 01-09-2005, 11:38 AM   #5
niko_nightwind
LQ Newbie
 
Registered: Jan 2005
Location: australia
Distribution: fedora core 3
Posts: 5

Original Poster
Rep: Reputation: 0
hi egag,

im surprised at another reply so soon, but its really not needed anymore because i already figured the problem out about a day ago, thanks for the reply though anyways.

niko.
 
Old 01-09-2005, 12:58 PM   #6
Baco
LQ Newbie
 
Registered: May 2004
Location: Portugal
Distribution: Gentoo
Posts: 21

Rep: Reputation: 15
wanna share? not that I'm having the same roblem but some1 might have.
Thx!

btw any knows how do I delete/format an windows NTFS partition to Ext3? I wanna get rid of my windows partition..
thx in advance!
 
Old 01-09-2005, 01:05 PM   #7
Athas
LQ Newbie
 
Registered: Jan 2005
Distribution: fedora
Posts: 10

Rep: Reputation: 0
I thought that you needed to install linux-ntfs that fedora didn't support ntfs due to legal reasons. Thats what I did anyway I installed linux-ntfs from sourceforge.
 
Old 01-09-2005, 03:48 PM   #8
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
to format a part to ext3 file-system use :

#mkfs.ext3 /dev/hdxx ( where hdxx is tha partition you want to format )

see " man mkfs.ext3 "

egag
 
Old 01-09-2005, 04:28 PM   #9
Baco
LQ Newbie
 
Registered: May 2004
Location: Portugal
Distribution: Gentoo
Posts: 21

Rep: Reputation: 15
I have used "mke2fs -j -b 1024 /dev/hda1" found out this in another thread, tho thx anyway.
 
Old 01-10-2005, 01:19 PM   #10
niko_nightwind
LQ Newbie
 
Registered: Jan 2005
Location: australia
Distribution: fedora core 3
Posts: 5

Original Poster
Rep: Reputation: 0
hi there baco,

i believe the command i used was

mount -t ntfs /dev/hda1 /mnt/FolderName

make the folder name whatever you want to call it, it doesnt have to be called FolderName that was just an example.

niko.
 
Old 01-10-2005, 02:36 PM   #11
holyfeces
LQ Newbie
 
Registered: Jan 2005
Posts: 16

Rep: Reputation: 0
How did you get the mounting of a ntfs partition to work? From reading the guides and stuff, I thought you could only mount vfat partitions...anyway, I tried it and I got the error "mount: fs ntfs not supported by kernel" I have the latest kernel for fc3, so do you guys have something extra that I need? besides a brain? Also, I have my ntfs windows partition on my master hard drive (hda1), and my fc3 partition on my slave drive, if that matters at all.

Last edited by holyfeces; 01-10-2005 at 02:42 PM.
 
Old 01-11-2005, 03:49 AM   #12
niko_nightwind
LQ Newbie
 
Registered: Jan 2005
Location: australia
Distribution: fedora core 3
Posts: 5

Original Poster
Rep: Reputation: 0
hi holyfeces,

yes your right there is a patch if u can call it that i guess that needs to be added on to the kernel before you can use the command mount -t ntfs /dev/hda1 /mnt/FolderName . sorry that i didnt mention it earlier. just search for it through a search engine like i did, it wasnt to hard to find. oh and no it doesnt matter that the ntfs partitions are on a slave drive, because most the partitions that i mount are on a second hard drive, so it shouldnt really be a problem as far as i know.

niko.
 
Old 01-16-2005, 07:44 AM   #13
Baco
LQ Newbie
 
Registered: May 2004
Location: Portugal
Distribution: Gentoo
Posts: 21

Rep: Reputation: 15
Weird I have installed fc3 and I have acess to my ntfs partitions...and I haven't add any patch

BTW it wasn't my asking about how to mount ntfs partitions I just wanted to format one
 
Old 01-16-2005, 09:47 AM   #14
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
Niko, you're a motherf***er.
_______
Does here anybody listen to "Korn","Slipknot","Tool","The dillinger escape plan","Soulfly","A perfect circle","System of a down","Deftones","Incubus","Sevendust","Cradle of filth".
_______
I know, i know that I shouldn't post useless msgs! But I don't put s**t on Mandrake now!
 
  


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
HOWTO - Write Access to NTFS Partitions mac57 Mandriva 19 09-26-2005 12:11 AM
deleted partitions + fixmbr = error loading operating system le_quack Linux - Software 2 07-23-2005 11:05 AM
Mounting NTFS partitions with write access Tinky1901 Debian 13 04-09-2005 09:22 AM
Does captive support write access for Win2k NTFS partitions? dreamtheater Linux - Software 1 03-09-2004 02:06 AM
only root can access my fat32 and ntfs partitions on Mandrake 9.2 el_pajaro! Mandriva 2 02-03-2004 05:19 AM

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

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