View previous topic :: View next topic |
Author |
Message |
shockertwin Apprentice
Joined: 16 Dec 2005 Posts: 151
|
Posted: Thu Jan 12, 2006 4:18 pm Post subject: cant mount ntfs [solved] |
|
|
How do i mount ntfs drives?? I have awindows partition that i would like to mount, but i cant seem to do it. I have enabled ntfs file systems in my kernel. So i must be missing somethign else.
Last edited by shockertwin on Thu Jan 12, 2006 6:26 pm; edited 1 time in total |
|
Back to top |
|
|
Karsten from Berlin Guru
Joined: 28 Feb 2004 Posts: 446 Location: Berlin/Germany
|
Posted: Thu Jan 12, 2006 4:21 pm Post subject: |
|
|
How do you try to mount it?
What are the error messages? _________________ Heaven: The police are British, the chefs Italian, the mechanics German, the lovers French and it's organized by the Swiss.
Hell: The police are German, the chefs British, the mechanics French, the lovers Swiss and it's organized by the Italians. |
|
Back to top |
|
|
shockertwin Apprentice
Joined: 16 Dec 2005 Posts: 151
|
Posted: Thu Jan 12, 2006 4:32 pm Post subject: |
|
|
Code: | mount /dev/sdb1 /WindowsC
mount: unknown filesystem type 'ntfs' |
|
|
Back to top |
|
|
Shotpiece Apprentice
Joined: 01 Jul 2004 Posts: 248
|
Posted: Thu Jan 12, 2006 4:42 pm Post subject: |
|
|
Did you compile it directly into the kernel or compile as a module? I had this problem once and for some reason using the ntfs module solved the problem. |
|
Back to top |
|
|
shockertwin Apprentice
Joined: 16 Dec 2005 Posts: 151
|
Posted: Thu Jan 12, 2006 4:50 pm Post subject: |
|
|
I will recompile with it it right in the kernel and see what happens. Thanks. |
|
Back to top |
|
|
Shotpiece Apprentice
Joined: 01 Jul 2004 Posts: 248
|
Posted: Thu Jan 12, 2006 6:07 pm Post subject: |
|
|
shockertwin wrote: | I will recompile with it it right in the kernel and see what happens. Thanks. | Er.. maybe I'm misunderstanding that but my suggestion was to keep it as a module, NOT to compile it in the kernel directly. With that said, if you do currently have it compiled as a module, make sure you either or autoload it. |
|
Back to top |
|
|
shockertwin Apprentice
Joined: 16 Dec 2005 Posts: 151
|
Posted: Thu Jan 12, 2006 6:13 pm Post subject: |
|
|
ummm uh oh ???
I compiled it right into the kernel and everything seems to be working fine. Should i recompile as a module and do a modprobe ntfs???
Yeah i just recompiled with it as a module and then did the modprobe ntfs. thanks for your help. |
|
Back to top |
|
|
Shotpiece Apprentice
Joined: 01 Jul 2004 Posts: 248
|
Posted: Thu Jan 12, 2006 6:54 pm Post subject: |
|
|
shockertwin wrote: | Should i recompile as a module and do a modprobe ntfs??? | I'd say if the file system isn't critical for boot, no harm in taking it out and making the kernel simpler. I'd stick with it as a module. Remember if you want it mounted automatically at boot to edit your fstab accordingly and put ntfs is modules.autoload.d.
Glad it worked out. |
|
Back to top |
|
|
|