August 2, 2006
Message from http://www.linux-ntfs.org/
Please Note: This beta version should currently be used for testing purposes only, stable packages will be released soon.
On a side note, the kernel driver too is currently undergoing heavy development. A new and very much improved kernel driver has been announced and is currently being written, but won’t be available before at least 2007.
We know that you can mount your Windows NTFS drive and have full read access. But how about writing to NTFS?
A new application has surfaced called ntfs-3g, which will allow you write access. It is currently only available for 32 bit machines, so sorry 64 bit users.
You can either download the driver and install it yourself or use the .deb file.
Easy Ubuntu .deb file method
In Ubuntu Dapper you need to have FUSE installed first. Open up your terminal and type in
these commands to add the repository to your “sources list :
gksudo gedit /etc/apt/sources.list
#ntfs-3g & fuse-2.5 repo:
deb http://flomertens.keo.in/ubuntu/ dapper main
deb-src http://flomertens.keo.in/ubuntu/ dapper main
From there download & install the .deb driver. In the terminal type:
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install ntfs-3g
Now add your NTFS drive to your fstab file, so it will be loaded on boot up :
Open your teminal and type:-
gksudo gedit /etc/fstab
Add this to the bottom:-
/dev/partition /media/mount point ntfs-3g silent,umask=0,locale=en_US.utf8 0 0
Mine looks like this :-
/dev/hdc1 /windows ntfs-3g silent,umask=0,locale=en_US.utf8 0 0
*NOTE* Even if you already have your NTFS partition mounted, DO NOT forget to change this part. It is DIFFERENT.
Now you need to add Fuse to your modules file so it can be loaded on boot up :
gksudo gedit /etc/modules
Add fuse to the bottom of the file
Now you can either reboot and the drive will be mounted or you can try mounting it without rebooting by typing this command in the terminal :
sudo modprobe fuse
sudo umount -a
sudo mount -a
Now you should be able to write to your windows drive.
Thanks givré for the update on the repo ![]()
Givrés original howto HERE
27 Responses to “Howto : Write To Windows NTFS Drive From Ubuntu (ntfs-3g)”
Leave a Reply
You must be logged in to post a comment.
August 2, 2006 at 11:44 am
I’m happy to see that my deb package are popular in the blog planet, but to make the upgrading to the futur stable version easier, i put all that in a repo, you should change your howto in that way, i will not maintain the old link anymore. See the original howto for more info : http://www.ubuntuforums.org/showthread.php?t=217009
August 2, 2006 at 2:13 pm
Thanks Givré
Just updated the Howto, and added the link to your thread. Nice work
August 6, 2006 at 6:51 pm
$ sudo mount -a
Couldn’t mount device ‘/dev/hdb1′: Operation not supported
Windows did not shut down properly. Try to mount volume in windows, shut down and try again.
Mount failed.
August 9, 2006 at 4:00 am
Hi Andrew,
In the terminal could you do :-
sudo fdisk -l
September 1, 2006 at 10:19 pm
I get this:
Reading package lists… Done
Building dependency tree… Done
E: Couldn’t find package ntfs-3g
Any ideas?
Thanks!
September 3, 2006 at 12:38 am
You did add ……..
#ntfs-3g & fuse-2.5 repo:
deb http://flomertens.keo.in/ubuntu/ dapper main
deb-src http://flomertens.keo.in/ubuntu/ dapper main
….to your sources list, no?
If you did, maybe the repo was down temporarily, or the package was being updated, try again later.
September 3, 2006 at 12:40 am
I just checked the repo, it is there. You need to update your sources.lst after adding the repo.
sudo apt-get update && upgrade
then
sudo apt-get install ntfs-3g
September 5, 2006 at 9:19 am
teeny point if YM copy and pasted from how to he would have edited source.list rather than the required sources.list
September 6, 2006 at 1:23 am
You are right !! I’ve just seen the typo, I always edit my sources list manually, so I didn’t notice.
I’ll change it to sourceS.list
Thanks for picking up on that Ade
September 14, 2006 at 9:59 am
yeah.. i got it.. i was able to write on my ntfs partition..
but, the partition is not visible on my desktop which used to be there before i applied the patch..
ny help??
September 21, 2006 at 9:56 am
Wonderful. worked like a charm for me. if only my broadcom wireless card was as complient.
October 12, 2006 at 1:38 pm
Thanks a lot. Used this to fix a Windows boot file at work from Ubuntu live cd. Cheers!
October 14, 2006 at 9:05 am
Thanks man,this works for me.
October 22, 2006 at 5:19 pm
where is the breezy version?
November 11, 2006 at 3:31 pm
Is there any solution for 64bit machines?
I use AMD64 Turion.
November 13, 2006 at 10:06 pm
Thanks a lot! It works very well
December 8, 2006 at 8:22 am
Yo! Cool stuff! Thanks for being here. Would you please also visit my site?
ambien rx [url=http://ambien-rx.5h.pl]ambien rx[/url]
December 8, 2006 at 10:39 am
coach handbags
December 27, 2006 at 9:32 am
[...] Akhirnya gw search di google dengan keyword “ubuntu ntfs” dan ketemu link ini yaitu dengan menggunakan paket ntfs-3g Gw hanya mau terjemahin saja yang dari sana. [...]
January 30, 2007 at 7:47 pm
VERY IMPORTANT (for me
if You have hard disk is SATA type then You should write
sudo mount /dev/sda1 /media/w….(like bofore)….
this small s in sda1 insteed hda1 ,
February 28, 2007 at 2:23 pm
Very nice site! Good work.
March 31, 2007 at 8:54 pm
Hey,
Thanks for all the nice comments, i’m glad that you found my howt guide useful.
Don’t forget that you can always come to Linux Mod-Free Forums for support, or general Linux chat.
Rich
http://www.modfree.org
April 30, 2007 at 10:54 pm
[...] http://ubuntuos.wordpress.com/2006/08/02/howto-write-to-windows-ntfs-drive-from-ubuntu-ntfs-3g/ [...]
May 8, 2007 at 1:46 pm
I would just like to add that Automatix actually sorts out ntfs read/write access too, for those of you who prefer a 1-click approach.
August 14, 2007 at 4:22 pm
here is a Ubuntu 7.04 screencast : http://wikisos.org/wiki/Ubuntu_7.04:How_to_enable_NTFS_write_mode
December 16, 2007 at 9:31 pm
Charlie Brown
Charlie Brown Says Thank You.
June 5, 2008 at 2:33 am
Real Free Home Online Jobs…
Real Free Home Online Jobs…