4

I am thinking of switching to Ubuntu, but I am concerned about some things:

  • Does Ubuntu supports the usage (read/write) of previous data (from Windows formatted NTFS drives) or do I have to completely format my HDD to ext3 file system to fully use Ubuntu?
  • Can Ubuntu read and write the file format of Windows based programs, e.g Office documents with doc, ppt, xls format?
  • Can Ubuntu install Windows based programs, like Photoshop and FL Studio?
  • What gaming options does Ubuntu provide?
Zanna
  • 70,465
omi
  • 59

3 Answers3

4

Ubuntu is capable of reading and writing files stored on Windows formatted partitions. These partitions are normally formatted with NTFS, but are sometimes formatted with FAT32. You will also see FAT16 on other devices.

General Considerations

Ubuntu will show files and folders in NTFS/FAT32 filesystems which are hidden in Windows. Consequently, important hidden system files in the Windows C:\ partition will show up if this is mounted. Since it is all-too-easy to accidentally modify or delete files which are essential for Windows, it is advisable to mount your Windows C:\ partition as seldom as possible, preferably not at all, or read-only by configuring /etc/fstab (see below). If you have data which you want to access regularly from both Windows and Ubuntu, it is better to create a separate data partition for this, formatted NTFS.

Whether you write to your Windows C:\ partition or a shared NTFS data partition, be aware that if you are using Windows 7, and Windows 7 is in a hibernated state when you write to the NTFS partition from Ubuntu, you will lose all your changes. This is because when Windows 7 is hibernated it writes the system state to a file stored on disk and restores from that file when the system is re-awakened, thus restoring the whole fileystem to a state before any changes made from Ubuntu. In Windows 7 you must avoid using hibernation. With Windows 8, the situation is more complex in that, by default, it uses a hybrid hibernation/shutdown when you shut the system down. Any changes made by Ubuntu will be lost when you reboot into Ubuntu.

With both Windows 7 and Windows 8 (when installed to a legacy mbr partition table) there is usually a 100-200MB boot partition labelled "SYSTEM". Do not mount it - you do not need to. Similarly it is highly advisable to leave any recovery partitions unmounted.

1

Yes, Ubuntu supports read & write to NTFS without any problem.

You can read all the Microsoft Office docs in Ubuntu using Libreoffice or Openoffice etc. You can have some issues with text format because of default fonts etc.(which you can fix easily) but you will have all the data.

Also you can't use photoshop in ubuntu but their is a good alternative viz. GIMP. If you really need to use photoshop you can use wine (however it doesn't runs very smoothly) or you can have windows installed as a Virtual Machine (using Virtual Box or Vmware) and use it (this is how I use). Same goes for ft studio.

To play Games you can use wine. I used to play dota, Age of Empire, Counterstrike etc. without any issue.

I had similar questions in mind so I kept Ubuntu & Windows both for long time. But I am using Ubuntu only from past 4 years & I loved it, I never missed windows :). Hope this helps.

Vivek
  • 1,380
  • 7
  • 8
  • thanks to u ,,, just one thing more,,, will i be able to install IDE i mean for c++ development like turbo c++ or borland – omi Aug 04 '14 at 06:12
  • For C++ you can install codeblocks (http://www.codeblocks.org/downloads) , anjuta (http://anjuta.org/). – Vivek Aug 04 '14 at 09:18
  • i just frigging love Ubuntu man ,,, its hilarious – omi Aug 07 '14 at 03:25
  • i had to loose all my data though ,,, all those serials i collected ,,, just gone :( – omi Aug 07 '14 at 03:26
0

Ubuntu can read/write ntfs drives

From my experience Libre Office (Ubuntu's clone of Microsoft office) doesn't deal very well with layouts from MS Word, but for the basic xls or doc focuments it should be fine. But there must be plenty of other MS Office like software you could try.

For windows programs it is basically not possible, but there is a software called WINE which can install those windows programs for you and make them run on Ubuntu, even videogames but not all of them are compatible, check the database to see if your applications would be compatible

Conclusion: You don't need to sacrifice Windows to move to Ubuntu. Both can live quite well together on the same computer. So there is nothing to lose trying Ubuntu.

Mehdi
  • 426
  • 6
  • 19
  • i dont want to keep windows 7 i want ubuntu only. but cant format whole HDD there is very important data on it ,,, is it possible to format only partition(partition C:) which has windows and install ubuntu on it and dont touch other partitions on the same HDD for example, partition C contains windows and other partitions (D,E) contains movies and stuff,,, so is it possible to format partition C only and keep other partitions and thier contents intact? – omi Aug 04 '14 at 04:57
  • of course you can, you can even divide the windows partition if it is empty enough and take the new space to put ubutu on it. I don't understand why you want to delete windows, why such a hurry? – Mehdi Aug 04 '14 at 05:09
  • thanks for your help,,,,actually windows 7 is being pain lately thats y – omi Aug 04 '14 at 06:10
  • @omi "i dont want to keep windows 7 i want ubuntu only. " If you use NTFS partitions keep a bootable Windows on your disc. NTFS filesystems can get damaged and you then might need the Windows tools to fix it. – Rinzwind Aug 04 '14 at 07:39
  • thanks to u ,,, just one thing more,,, will i be able to install IDE i mean for c++ development like turbo c++ or borland – omi Aug 04 '14 at 08:12
  • Turbo c++ seriously??, last release was in 2006!!! I highly prefer developping C++ on Ubuntu because it makes things very transparent and you get to know what is happening, there is an infinity of C++ IDE's and the compiler used in Ubuntu is GCC not Borland but I think you can use borland if you want. You can start with CodeBlocks which has a nice Graphical user interface. And in the future, for such questions just check in google, you will find all the answers you need. A quick search about Turbo C++ under ubuntu in google : http://askubuntu.com/questions/198477/how-do-i-install-turbo-c – Mehdi Aug 04 '14 at 08:52