Running projects from NTFS partition on Ubuntu
Posted
by
the_hamster
on Ask Ubuntu
See other posts from Ask Ubuntu
or by the_hamster
Published on 2012-10-14T08:06:35Z
Indexed on
2012/10/14
9:51 UTC
Read the original article
Hit count: 236
I'm dual booting Windows 7/Ubuntu 12.04. I want to run C++/Java projects from a NTFS partition, where I keep generally all my files and projects. I fiddled with the fstab. One time I removed 'noexec', the other I changed it to 'exec'. After that,each time, I remounted the partition and it still didn't work. I tried using sudo mount -o remount,exec /media/mypartition It didn't work either.
There was a somewhat similar question already, but it didn't have the proper answer for me or I didn't know how to make it work(note: I am a total newbie with Ubuntu and Linux in general).
© Ask Ubuntu or respective owner