PDA

View Full Version : strange problem in ubuntu


mayanks_098
21-05-2007, 05:22 PM
problem in accessing drives in ubuntu fiesty.

i installed fiesty,i tried copying some songs to ntfs drives which i created in windows,but i was unable to create any folder.copy files etc.it said you do not have permisiions.
what do i do?

and guys im a newbie in linux,if you give a solution then write in detail...
thanks

nach p
21-05-2007, 06:07 PM
are you are trying 2 copy songs to ntfs drive from Ubuntu?
you can only read files from ntfs by default

you have to install ntfs-3g

sudo apt-get install ntfs-3g

Everytime you perform any changes in your sys like installing packages or changing settings you have 2 give sudo command before the commands which you want 2 give.It gives you root previliges. It may solve u r Permission denied case.

sachin_kothari
21-05-2007, 06:24 PM
http://www.thinkdigit.com/forum/showthread.php?t=58190

Your solution is here.
I had the same problem with debian.
and since ubuntu is derived from debian the solution is the same.

mayanks_098
21-05-2007, 07:15 PM
thanks,ill try wen i get my net on. :(

ApoorvKhatreja
23-05-2007, 05:08 PM
sudo apt-get install ntfs-3g
sudo apt-get install ntfs-config


ntfs-config gives you a small gui app which has two fields.

1) Mount internal ntfs partitions
2) Mount external ntfs partitions.

Thus, you can mount wour ntfs partitions just by 2 clicks :) .