how to use NTFS drives ?

Status
Not open for further replies.

krates

Be CoOl rAp RuLeZ !!!
Just tell me how to i installed

NTFS 3G

i am using UBUNTU 8.04 LTS Desktop Edition

i am a n00b in linux :D

so please help me out

if you can post your own tut it will be great as i have wasted 1 hour in following many tuts on net

thanks
krates
 

Dark Star

Cyborg Agent
You can't use it or its not mounting automatically ?

Try this for enabling automount open terminal and try this

Code:
sudo gedit /etc/hal/fdi/policy/preferences.fdi

Replace the 1'st with 2'nd
Code:
<merge key="storage.automount_enable_hint" type="bool">false</merge>
to 
<merge key="storage.automount_enable_hint" type="bool">true</merge>
That will do the job I think :)

Regards
 
In Ubuntu we can read and write the NTFS drive by default.Can't we?I use Ubuntu 8.04.1 and all my Vista drives are accessible.
 

Dark Star

Cyborg Agent
In Ubuntu we can read and write the NTFS drive by default.Can't we?I use Ubuntu 8.04.1 and all my Vista drives are accessible.

yes you can . but ubuntu 8.04 doesn't mount the HDD automatically so everytime you have to click on it to mount it or use the option I gave :)
 
OP
krates

krates

Be CoOl rAp RuLeZ !!!
Hey thanks still showing you don't have privilege to access e: :(

and yea NTFS config tool is there in

System < administration

but when i click on it it does not runs :(

bump
 
Last edited:
Status
Not open for further replies.
Top Bottom