I am trying to unzip a file and I got the following error:
inflating: region.dbf
region.dbf: write error (disk full?). Continue? (y/n/^C)
the weird thing is that I have plenty of space on the location I unzip the file to. Below is infor about space on my server:
Filesystem Size Used Avail Use% Mounted on
/dev/sda8 1.1G 183M 865M 18% /
/dev/sda1 30M 20M 9.5M 67% /boot
/dev/sda5 3.7G 2.4G 1.1G 67% /home
none 314M 0 314M 0% /dev/shm
/dev/sda9 494M 8.1M 460M 2% /tmp
/dev/sda3 8.6G 3.2G 5.0G 39% /u01
/dev/sda2 16G 14G 1.9G 87% /u02
/dev/sda6 1.7G 1.6G 139M 92% /usr
/dev/sda10 243M 47M 184M 21% /var
I unzip the file to /u01 and the unzip file I expected is about 2G.
What am I suppose to do to fix this problem????
thanks
inflating: region.dbf
region.dbf: write error (disk full?). Continue? (y/n/^C)
the weird thing is that I have plenty of space on the location I unzip the file to. Below is infor about space on my server:
Filesystem Size Used Avail Use% Mounted on
/dev/sda8 1.1G 183M 865M 18% /
/dev/sda1 30M 20M 9.5M 67% /boot
/dev/sda5 3.7G 2.4G 1.1G 67% /home
none 314M 0 314M 0% /dev/shm
/dev/sda9 494M 8.1M 460M 2% /tmp
/dev/sda3 8.6G 3.2G 5.0G 39% /u01
/dev/sda2 16G 14G 1.9G 87% /u02
/dev/sda6 1.7G 1.6G 139M 92% /usr
/dev/sda10 243M 47M 184M 21% /var
I unzip the file to /u01 and the unzip file I expected is about 2G.
What am I suppose to do to fix this problem????
thanks