PDA

View Full Version : Not enough space on partition mounted at /



itanon
2017-02-07, 12:06
I'm on Kali 2016.2 live usb installation and I'm trying to install Nvidia cuda toolkit, so I've downloaded the .Run file, make it executable then issued the .Run command.
Scrolled the EULA contract, set the directory for installation and confirmed....
The installation seems to starts but then, it stops giving me the message:
"
Not enough space on partition mounted at/.
Need 2308316160 bytes

Not enough space on partition mount at
/tmp.
Need 2114567168 bytes.

Disk space check has failed. Installation cannot continue"

On other configuration I've resolved this problem, issuing the command : "mount -o bind /var/tmp /tmp"
Now, this doesn't work so I'm stucked.
Anyone know how to solve it?

arist0v
2017-02-07, 13:06
you need 2 gig of space, since live usb setup a drive from the ram, you will need a beefy amount of ram to have it work, you should try in a VM or a hard drive install could fix the issue. you could also run du -h for your disk usage or df -h for your disk free space to have an idea of what happen

itanon
2017-02-07, 20:07
here's the output of "df -h" command:

ilesystem Size Used Avail Use% Mounted on
udev 1.9G 0 1.9G 0% /dev
tmpfs 388M 6.4M 382M 2% /run
/dev/sdb1 2.8G 2.8G 0 100% /lib/live/mount/persistence/sdb1
/dev/loop0 2.5G 2.5G 0 100% /lib/live/mount/rootfs/filesystem.squashfs
tmpfs 1.9G 0 1.9G 0% /lib/live/mount/overlay
/dev/sdb3 4.4G 1.4G 2.8G 34% /lib/live/mount/persistence/sdb3
overlay 4.4G 1.4G 2.8G 34% /
tmpfs 1.9G 0 1.9G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
tmpfs 1.9G 0 1.9G 0% /tmp
tmpfs 388M 12K 388M 1% /run/user/0
/dev/sdb2 105M 100M 4.9M 96% /media/root/Kali Live

arist0v
2017-02-08, 12:55
overlay 4.4G 1.4G 2.8G 34% /
as you see, your live image have 4.4g of hdd available so yes you could fill it quickly, you should work in vm or on an hdd install, maybe a peristant usb could also work not sure!