Running projects from NTFS partition on Ubuntu
Posted
by
tsuby
on Super User
See other posts from Super User
or by tsuby
Published on 2012-10-14T07:41:41Z
Indexed on
2012/10/14
21:41 UTC
Read the original article
Hit count: 307
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).
© Super User or respective owner