Results 1 to 4 of 4
Hello
Im kinnda new to Linux system. I use Mandriva 2007 and before that I used Windows XP, which I still have on my system. I have one hard disk ...
- 10-11-2007 #1Just Joined!
- Join Date
- Oct 2007
- Location
- Slovenija
- Posts
- 4
Help with a small problem
Hello
Im kinnda new to Linux system. I use Mandriva 2007 and before that I used Windows XP, which I still have on my system. I have one hard disk and three partitions on it. First one on which Windows XP is (only WinXP files are on that one) , the second which contains my entire file system (from games, music, documents and such) and a third one on which I installed Linux.
Now my problem is as follows.
When I aces the other two partitions (first two, the one Linux are not on), it says that those partitions are read-only. I can aces them and see their documents, but I cant edit them, delete them or add new ones to that. Now thats a big problem for me, since I have majority of my space on that universal partitions.
Now my question: How can I change that two partitions into something else than Read-only? Like Write or something.
They are in
/mnt/...
And can i ask you another thing, can you please give me an answer on how to do that in GIU, since Im realy bad in Command Promt. Mainly in GNOME, as Im more acustemd to it.
Thanks in advance.
Zolinae
- 10-11-2007 #2
Solution
You should install the ntfs-3g packages, which will enable you write access to the ntfs partitions. After you did that, as root you should edit your /etc/fstab file.
In the lines where ntfs partitions are, you should replace ntfs ..... 0 0
with ntfs-3g defaults,umask=0 0 0 and save the changes. Reboot.If you need a CD/DVD catalogizer, give a try to my program:
http://www.kde-apps.org/content/show...content=100682
Linux Usert#430188
- 10-11-2007 #3
Gui
Open Konsole
su
input password+enter
urpmi ntfs-3g
after installtion:
type kate /etc/fstab
and make the changes. You MUST learn terminal basics. You can do the installation with package manager, but when you learned it once shall work for all distros.If you need a CD/DVD catalogizer, give a try to my program:
http://www.kde-apps.org/content/show...content=100682
Linux Usert#430188
- 10-12-2007 #4Just Joined!
- Join Date
- Oct 2007
- Location
- Slovenija
- Posts
- 4
Got it.
Thanks a lot man, you realy helped me there.


Reply With Quote
