Posts

Showing posts from November, 2009

Mount your widows Partitions and make it read/writable in ubuntu

Some of ubuntu users are running their ubuntu machine as dual boot with windows and if you want to access your windows partition data using this guide in a simple manner. This tutorial will show you how to mount NTFS and FAT partitions in ubuntu For mounting TFS we are going to use one small tool called NTFS-3G this is very powerfull and simple tool. The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support. It provides safe and fast handling of the Windows XP, Windows Server 2003 and Windows 2000 file systems. Most POSIX file system operations are supported, with the notable exception of file ownership and access right changes. You need to edit the sources.list file using the following command sudo gedit /etc/apt/sources.list and add the following repositories which is suitable for you If you are running Ubuntu Dapper enter the following lines save and exit the file deb http://givre.cabspace.com/ubuntu/ dapper main main-all deb ...