fstab windows partition question
Peter Garrett
peter.garrett at optusnet.com.au
Mon Mar 6 02:55:32 UTC 2006
On Mon, 06 Mar 2006 02:29:58 +0000
"Mark W." <mrkwht at telus.net> wrote:
> >>I would like to mount my ntfs partition to be readable to all
> >>users, by default it is readable to the root only.
> >>fstab line created by the Ubuntu install is:
> ...
> Thanks all, I missed the umask bit, it works now.
> btw - is the compiler not installed?
> gcc --version
> gcc: command not found
>
> Where do I get it from, which version?
Install the build-essential package.
$ apt-cache depends build-essential
build-essential
|Depends: libc6-dev
Depends: <libc-dev>
libc6-dev
Depends: gcc
Depends: g++
Depends: make
Depends: dpkg-dev
So you get the basic compilers and make etc from that metapackage.
It's on the CD I think - anyway install it with apt or synaptic .
Peter
More information about the ubuntu-users
mailing list