[Wine] Disk space error

Martin Gregorie martin at gregorie.org
Wed Jun 8 15:51:49 CDT 2011


On Wed, 2011-06-08 at 15:05 -0500, thrdwrld wrote:
> k-ub at K-Ub:~$ df
> Filesystem           1K-blocks      Used Available Use% Mounted on
> /dev/sda5            192245340  21119024 161360736  12% /
> none                   1972492       748   1971744   1% /dev
> none                   1980196       152   1980044   1% /dev/shm
> none                   1980196       216   1979980   1% /var/run
> none                   1980196         0   1980196   0% /var/lock
> 
> I'm running from sda5. Also noteworthy: i have windows on the same
> machine in a different partition.
>
But you have 163 GB free on /dev/sda5. 

Unless your patch is basically a 54GB self-extracting zip archive or
works by downloading 163 GB over the net, which would take a few days, I
don't think you're going to run out of disk space, so that's very
unlikely to be the problem.

FYI, if you have problems converting a number of 1K blocks into actual
disk space, run 'df -h' rather than 'df'. Here's the difference:

[kiwi at zappa ~]$ df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda7              2016488    471016   1443036  25% /
tmpfs                   508372       836    507536   1% /dev/shm
/dev/sda1               505132     66710    412342  14% /boot
/dev/sda8             86639024   7810108  74427864  10% /home
/dev/sda5              2016488     39516   1874536   3% /tmp
/dev/sda2             20158372   6167940  12966432  33% /usr
/dev/sda6              2016488    486704   1427348  26% /var
[kiwi at zappa ~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda7             2.0G  460M  1.4G  25% /
tmpfs                 497M  836K  496M   1% /dev/shm
/dev/sda1             494M   66M  403M  14% /boot
/dev/sda8              83G  7.5G   71G  10% /home
/dev/sda5             2.0G   39M  1.8G   3% /tmp
/dev/sda2              20G  5.9G   13G  33% /usr
/dev/sda6             2.0G  476M  1.4G  26% /var
[kiwi at zappa ~]$ 
   

Martin





More information about the wine-users mailing list