removido
(usa Nenhuma)
Enviado em 14/02/2012 - 20:39h
carezia escreveu:
Poste aqui seu arquivo /etc/fstab e também a saída do comando mount.
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=07fccfd3-4c8d-452a-aa9a-1f22c42fc620 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda5 during installation
UUID=bad10faf-9d9f-45ae-9335-7c1f7bed2137 /home ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=8c9fccfd-ddca-40c8-9d88-8633881a93ff none swap sw 0 0
Tenho um noexec sim. E quando eu compilo, no CodeBlocks, aparece isso:
Compiling: /home/lunamystra/Documents/C/Coletânea de exercícios em C (apostila)/nomes_1.c
Linking console executable: /home/lunamystra/Documents/C/Coletânea de exercícios em C (apostila)/nomes_1
/bin/sh: g++: not found
Process terminated with status 127 (0 minutes, 0 seconds)
0 errors, 0 warnings