Powered by Core Design
Advertisement
LinuxIndore Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:I cannot write over my NTFS partitions in Linux (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:I cannot write over my NTFS partitions in Linux
#181
saurabh.rpm (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Gender: Male spinners.110mb saurabh.8189@gmail.com Birthdate: 0000-01-08
I cannot write over my NTFS partitions in Linux 3 Months, 2 Weeks ago Karma: 0  
Hi,
I am using Mandriva linux 08 I am unable to get write permission over NTFS partitions.
Please suggest me a solution so that i can write in Windows partition using Linux and vice versa.

 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#182
chetan (Admin)
Admin
Posts: 34
graphgraph
User Offline Click here to see the profile of this user
Gender: Male tuxchetan tuxchetan tuxchetan@gmail.com tuxchetan tuxchetan Location: Indore Birthdate: 0000-06-24
Re:I cannot write over my NTFS partitions in Linux 3 Months, 2 Weeks ago Karma: 2  
Become root, and do the following,

1) Look and edit in /etc/fstab for an entry, it should look something like this:
Code:

# vi /etc/fstab
UUID=EA90E27190E243A3 /media/hd2 ntfs-3g defaults,locale=en_GB.UTF-8 0 0 and change it to,
Code:

UUID=EA90E27190E243A3 /media/hd2 ntfs-3g user,locale=en_GB.UTF-8 0 0
delete the "defaults" and replace it with "user." Make sure to put a blank line at the end of the file. If it still doesn't help. Issue below command,
Code:

# ntfs-3g /dev/sda6 /media/hd6 -o force

 
Report to moderator   Logged Logged  
 
Last Edit: 2008/09/20 02:34 By chetan.
 
./chetan
  The administrator has disabled public write access.
#187
saurabh.rpm (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Gender: Male spinners.110mb saurabh.8189@gmail.com Birthdate: 0000-01-08
Re:I cannot write over my NTFS partitions in Linux 3 Months, 2 Weeks ago Karma: 0  
Thanx chetan,
finally today i completed the task of writing over my NTFS drives after downloading NTFS-3g.
NTFS-3g is a Linux driver for accessing Windows partitions.
Thanks again.

 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#191
i.swapnil (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:I cannot write over my NTFS partitions in Linux 3 Months, 2 Weeks ago Karma: 0  
Hi saurabh,
can u please gimme the details for accessing the NTFS partition.I do have similar problems in sharing my NTFS wid Linux.I tried wat Chetan said but i didn't work.

 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#194
parasthetux (User)
I am just a growing TUX
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Gender: Male parasthetux@gmail.com parasuprime@yahoo.com Location: SGSITS indore Birthdate: 0000-09-15
Re:I cannot write over my NTFS partitions in Linux 3 Months, 2 Weeks ago Karma: 0  
Try to use this entry in /etc/fstab file

device_path location_to_mout ntfs-3g defaults,fmask=0000,dmask=0000,uid=Try_&_use_your_user_ID,rw 0 0

UID might be 500.

 
Report to moderator   Logged Logged  
 
Parasthetux
  The administrator has disabled public write access.
#209
abhishek.thakur (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:I cannot write over my NTFS partitions in Linux 3 Months, 1 Week ago Karma: 2  
hi all,

In order write to NTFS partitions in linux , one need to have ntfs-3g driver .
One can check there website in order to get installation details as per their flavour.

For Ubuntu users, please check : http://abhishekthakur.wordpress.com

Thanks,
Abhishek Thakur

 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop

Featured Article

10 Things to Consider When Choosing a Linux Distribution
I can’t begin to tell you how many people over the years I have consulted with about choosing a Linux distribution. And even with my own personal loyalties to one distribution or another, it always amazes me how certain distributions are better suited to various users and needs. So when I set out to write a 10 Things article, it only made sense that my first one be related to choosing a Linux distribution.

Read more...

Article of the week

Interview: How a hacker became a freedom fighter
One of the founding fathers of "free software" and an esteemed elder of the hacking community, Richard Stallman has made defending people's freedoms his life's work. That usually means supplying hackers with software and attacking copyright law. But as he tells Michael Reilly, his advocacy of personal freedoms extends to the protection of true democracy and of the human rights increasingly being trampled on in the US and elsewhere.

Read more...

Most Read Contents