How to write into NTFS partition in Ubuntu
|
|
As disk storage capacity increases over time, more and more Microsoft Windows user prefer to choose NTFS over FAT32 as their primary filesystem as the latter is inefficient in handling large storage capacity.
Unfortunately by default, Ubuntu only mounts NTFS volume as read-only, preventing users from transferring files between their Linux and Windows partitions.
How to mount writable NTFS partitions
However now you can easily mount writable NTFS partitions easily with ntfs-3g filesystem driver. Here's how to do it under Ubuntu.
- First from the Desktop, go to System->Administration->Synaptic Package Manager. Search for ntfs-3g and install it. Close synaptic once it finished with installation.
- The next step would involve editing /etc/fstab file to use ntfs-3g filesystem driver. From the Desktop, press ALT-F2, type "gksudo gedit /etc/fstab"
- Find lines with 'ntfs' and replace it with 'ntfs-3g' and save the file
- Remount all ntfs partitions to test the modification, the easiest way to do it is to reboot the computer and try copying file into ntfs partition using the default Gnome file browser (Nautilus). You're done!
Tags: ntfs, filesystem, windows, opensource, linux, ubuntu, gutsy, feisty, feisty fawn, gutsy gibbon, open source
Keep updated with this website! : Subscribe to your email
WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.















September 3rd, 2007 at 11:46 pm
[...] YouTube How to write into NTFS partition in Ubuntu » This Summary is from an article posted at mypapit gnu/linux blog on Monday, September 03, 2007 This article’s contents are copywritten by the author of mypapit gnu/linux blog. Please click "View Original Article…" below to view the article. Summary Provided by Technorati.comView Original Article at mypapit gnu/linux blog » 10 Most Recent News Articles About Open Source [...]
September 4th, 2007 at 10:19 am
[...] How to write into NTFS partition in Ubuntu [...]
September 7th, 2007 at 2:17 pm
Just what I need. Thanks for your info!
September 13th, 2007 at 8:06 pm
[...] As disk storage capacity increases over time, more and more Microsoft Windows user prefer to choose NTFS over FAT32 as their primary filesystem as the latter is inefficient in handling large storage capacity.Read it hereQuote:Unfortunately by default, Ubuntu only mounts NTFS volume as read-only, preventing users from transferring files between their Linux and Windows partitions. [...]
October 1st, 2007 at 12:05 pm
[...] How to write into NTFS partition in Ubuntu : mypapit gnu/linux blog [...]