Mamilo
(usa XUbuntu)
Enviado em 14/08/2015 - 16:43h
tonyhts escreveu:
Não seria /tmp ?
Sua partiçao tmp estava montada em partiçao/hd diferente?
Posta a saida de:
df -h
mount
cat /etc/fstab
abs
---
Eu Acredito, que ás vezes são as pessoas que ninguém espera nada que fazem as coisas que ninguém consegue imaginar.
--- Mestre dos Mestres - Alan Turing ---
Sim isso mesmo.
$ df -h
Sist. Arq. Tam. Usado Disp. Uso% Montado em
/dev/sda6 144G 15G 123G 11% /
none 4,0K 0 4,0K 0% /sys/fs/cgroup
udev 784M 4,0K 784M 1% /dev
tmpfs 159M 1,4M 158M 1% /run
none 5,0M 0 5,0M 0% /run/lock
none 794M 65M 730M 9% /run/shm
none 100M 12K 100M 1% /run/user
$ mount
/dev/sda6 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse
$ cat /etc/fstab
# /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>
# / was on /dev/sda6 during installation
UUID=f0d902fb-e3eb-473c-8781-eaf52df6b858 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=ae138c6b-60c2-4031-9187-7abb3c6080c1 none swap sw 0 0