Results 1 to 10 of 13
Hello,
I have installed mandriva one kde 2007 (non free) few days ago and after mounting NTFS windows partitions they appeared in devices menu. But I can't access them because ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-04-2006 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 6
Can't access NTFS partitions from mandriva 2007
Hello,
I have installed mandriva one kde 2007 (non free) few days ago and after mounting NTFS windows partitions they appeared in devices menu. But I can't access them because their owner is root. I tried to change owner with chown command but still nothing. I did't have this problem on ubuntu (if it is a problem).
How can I access that partition from regular user account?
Thanks.
- 12-04-2006 #2
set umask=0 for NTFS partition in /etc/fstab file.
Code:/dev/<ntfs-partition> <mount_point> ntfs defaults,umask=0 0 0
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-04-2006 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 6
Thanks
I'll try this today when I come home.
Regards
- 12-04-2006 #4
okk ! if problem remains, post the contents of /etc/fstab file here.
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-04-2006 #5Linux Newbie
- Join Date
- Nov 2005
- Posts
- 176
to use ntfs partitions u need to download the software ntfs-3g from the net and install...it .
u can better use the ntfs partiotions
- 12-04-2006 #6no need to install ntfs-3g to for reading NTFS partitions. Mandriva support NTFS read access by default. 'ntfs-3g' is for enabling write access.
Originally Posted by harishbayyavarapu
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-05-2006 #7Just Joined!
- Join Date
- Dec 2006
- Posts
- 6
Hello,
Ii seems that I can't change things in particular files:
Code:
/dev/<ntfs-partition> <mount_point> ntfs defaults,umask=0 0 0
I typed this as a root and it told me: Permission denied.
Why is this?
- 12-05-2006 #8
execute 'su -' to gain root privileges.
Code:su - gedit /etc/fstab
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-05-2006 #9Just Joined!
- Join Date
- Dec 2006
- Posts
- 6
I already typed with su, but I didn't try gedit.
I'll try it today
Thanks
- 12-05-2006 #10
i just noticed that you wrote exact code i posted in post #2. are you writing <ntfs-partition> <mount_point> as it is in fstab file?
you have to replace <ntfs-partition> with actual NTFS partition name and <mount_point> with mount point you created for NTFS.
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
