how can i mount ntfs partition to be rw?

Asked by Darko

Hello,

I use Ubuntu linux 11.10 and i have problem to mount hdd`s in rw mode. Can you help me to fix it. i need to use other hdd with ntfs file system in read-write mode. I have several devices in my computer.

Thanks in advanced.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu ntfs-3g Edit question
Assignee:
No assignee Edit question
Solved by:
Hilario J. Montoliu (hjmf)
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You don't mount drives, you mount partitions. Even if the NTFS partition takes up 100% of the space on a drive you still mount the partition.

Can you give the output of:

sudo fdisk -l; lsb_release -a;

Thanks

Revision history for this message
Best Hilario J. Montoliu (hjmf) (hmontoliu) said :
#2

Hi Darko,

In addition to actionparsnip comment, be sure that you've installed ntfs-3g:

As it description says it is needed to mount NTFS partitions in RW mode:

apt-cache show ntfs-3g | grep Description-en
Description-en: read/write NTFS driver for FUSE

Install it by:

sudo apt-get update && sudo apt-get install ntfs-3g

HTH

--
hmontoliu <at> ubuntu.com
http://hmontoliu.blogspot.com

Revision history for this message
Darko (darkomi) said :
#3

Thanks Hilario J. Montoliu (hjmf), that solved my question.

Revision history for this message
Bob Batten (bobb-downunder) said :
#4

Thanks Hilario , fixed my problem of Ubuntu 11.10 x64 could not write to win 7 x64 partitions .