Results 1 to 9 of 9
In Mandrake 10.1, does it have NTFS support? I've read a few things, and they confuse me into thinking it does have NTFS support.
If it has NTFS now, I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-06-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 6
NTFS???
In Mandrake 10.1, does it have NTFS support? I've read a few things, and they confuse me into thinking it does have NTFS support.
If it has NTFS now, I want to switch from m$ because XP sucks. If NTFS is not supported, I cant switch as I will not be able to save/listen to my music/movies (all 100GBs of it).
If it has no support built-in, is there some way that I get support for it without a lot of work? I'm a noob to Linux and have only used it for about a week untill I couldn't stand not having all my music, so I don't trust myself tampering with it too much to get ntfs readable/writable.
Thanks
~Jake
- 02-06-2005 #2
NTFS is a matter of your kernel. If it does have NTFS you will be able to do:
for example. Or it will say "partition type ntfs not supported by kernel". If that is the case, then you will need to recompile your kernel to support it. A good kernel compilation guide can be found here: http://www.digitalhermit.com/linux/K...ild-HOWTO.htmlCode:mount -t ntfs /dev/hda3 /mnt/windows
- 02-06-2005 #3Just Joined!
- Join Date
- Feb 2005
- Posts
- 6
ok... now what?
I installed Linux, and I did the "mount -t ntfs /dev/hda3 /mnt/windows" as root. Now, how do i access it? Can I add more than one drive? I have 4 windows partitions across 2 drives.
- 02-06-2005 #4
You access it the way you access the rest of your files. Throu konquerer or whatever you've got, or thrugh the command line.
You can add other windows partitions if you mount them in other places e.g. /mnt/windows1 etc
You can creat these new mountpoints withhope this helps;Code:mkdir /mnt/windows1
dylunio
- 02-06-2005 #5Just Joined!
- Join Date
- Feb 2005
- Posts
- 6
error
I get:
There was an error loading the module KFileReplace.
The diagnostics is:
Library files for "libkfilereplacepart.la" not found in paths
- 02-06-2005 #6
what are you trying to do when you get that error?
- 02-06-2005 #7Just Joined!
- Join Date
- Feb 2005
- Posts
- 6
i get it when i...
when I try to access the mounted drive, when i click on "Home" on the desktop, and a few other things, can't remember what all it does it on.
Thank you so much for the quick replies!!
- 02-06-2005 #8Just Joined!
- Join Date
- Feb 2005
- Posts
- 6
nevermind that last thing
Ok, nevermind that last error thing. Solved it. Now, for mounting these other drives?
I have 3 partitions on 1 hard drive. its 160GBs, and I dont know what the heck I'm doing. How do I mount it? i assume something like "mount -t ntfs /dev/hda1 /mnt/windows1" but I dont know what to change in that because it says the drives are all mounted.
Please Help!
- 02-07-2005 #9Just Joined!
- Join Date
- Feb 2005
- Posts
- 6
another update...
I got the NTFS drives mounted, they show up in /mnt/ but when i click on them, nothing happens. Now what?!
Thanks.
~Jake


Reply With Quote
