Questions Regarding Windows->Ubuntu Switch

Asked by Staccato

First of all, I'm sorry if similar questions have been answered in the past, I read all of the ones that popped up as similar to my inquiry, but none of them answered what I was looking for.

First - If I run a dual boot of Ubuntu and Windows, will they both be able to access all the files on my hard drive? Specifically, will Ubuntu be able to access files I have created/downloaded while using windows (video, audio, etc)?

Second - In looking at the way I use my computer, I think that don't really have a need for windows, considering the programs I use most. However, there are one or two applications which I use that are Windows only. I know there are emulators that exist for running these types of applications on a Linux system, but if my application, uses a high amount of resources, and uses lots of high resolution graphics and audio files, should I expect a noticeable decrease in performance and/or quality?

Third - If I got through everything and decided I had no need to rely on windows for anything, thus deciding to strictly use Ubuntu, can you tell me how I would do the following =

I would want to get rid of Windows and all related applications, however, there are some files I would not want to remove from my hard drive including audio, video, documents, and Thunderbird files. How do I keep all of these files and get rid of everything else? Should I make a partition, then put all the files I want to keep in it?

Fourth - Japanese support is a necessity for me, as I do work in Japanese on the computer. I have read how to do this and configured it on the Ubuntu livecd, and it works fine, but are there any possibilities that the use of Ubuntu could inhibit my ability to interact with users of other OSs through email, instant messenging, or otherwise?

Thanks in advance for your time and help. It is greatly appreciated.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Max Randor (max-randor) said :
#1

1)I successfully have read/write permissions to my ntfs windows partion using ntfs3-g I found out how to do this here: http://www.debianadmin.com/mount-your-widows-partitions-and-make-it-readwritable-in-ubuntu.html
2) I have wine installed it works okay and I could probably fidle with it to make it work better especially as I could get it to use my windows dlls if their ones do not work, there will however be performance decreases and weirdness.
3) You could just copy all the files you wanted to keep into a folder on your Ubuntu partition.

Revision history for this message
qxov (qxov) said :
#2

1. You can access to windows files by mounting windows partition to your Ubuntu system:

1.1. You need to create a directory, e.g. /mnt/disk_c. Type in your terminal window:

$ sudo mkdir /mnt
$ sudo mkdir /mnt/disk_c

1.2. mount your windows partition to /mnt/disk_c:

$ sudo mount -t ntfs-3g /dev/hda1 /mnt/disk_c -o nls=utf8, umask=0

(you can try to use "-t auto" instead, it's specify your filesystem type)

1.3. Typicaly, C: is /dev/hda1, D: is /dev/hda5 - it's depended on your hardware configuration

1.4. For mounting your partitions at boot time, edit /etc/fstab:
$ sudo gedit /etc/fstab

2. Most windows programs have analogues, but you can try to use windows native versions of your programs. Can I known, what kind of programs you need?

3. You can create/delete/resize/move/etc partitions with gparted. You can create partition and save your files or do something else. What's your way? :-)

4. I'm use Russian and have no problem with Ubuntu at all.

Revision history for this message
mickanlou (landmhenry) said :
#3

how iss gode 2 us e f pipple don spel krekkly/(Innit?)

Revision history for this message
mickanlou (landmhenry) said :
#4

how iss gode 2 us e f pipple don spel krekkly/(Innit?)

Can you help with this problem?

Provide an answer of your own, or ask Staccato for more information if necessary.

To post a message you must log in.