Hello,
In an attempt to install java 1.6, I copied the tar ball to /usr/java and was going to unzip it and install it. When I tried to unzip it, I got a message saying something about the volume being full, and at the same time, the DNS-323 become unavailable (disconnected) from the network.
I immediately delete the tar file and the connectivity was restored. I checked the device space (df) and found that file system /dev/loop0 mounted on /sys/crfs was at 100% full
Looks similar to the following:
Filesystem 1k-blocks Used Available Use% Mounted on
rootfs 9911 7472 1927 79% /
/dev/root 9911 7472 1927 79% /
/dev/loop0 5760 5760 0 100% /sys/crfs
/dev/sda2 960404324 37384 960366940 0% /mnt/HD_a2
/dev/sda4 497861 18 497843 0% /mnt/HD_a4
Can someone explain to me what happened and what I need to do? My Linux skills are almost non-existent and I have no idea what /dev/loop0 is and why /sys/crfs is full.
Any help would be appreciated.
Thanks.