I am trying to download a file using wget command (/home/admin/ home dir):
--------
bash-2.05b$ wget http://artemis.nextwind-gaming.com/temp/50meg.zip
--03:08:21-- http://artemis.nextwind-gaming.com/temp/50meg.zip
=> `50meg.zip'
Resolving artemis.nextwind-gaming.com... done.
Connecting to artemis.nextwind-gaming.com[66.79.188.210]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 51,200,000 [application/zip]
24% [========> ] 12,635,728 262.32K/s ETA 02:23
/: write failed, file system is full
24% [========> ] 12,663,468 262.55K/s ETA 02:23
Cannot write to `50meg.zip' (No space left on device).
---------
but i have plenty of space??
bash-2.05b$ df -H
Filesystem Size Used Avail Capacity Mounted on
/dev/ad0s1a 132M 122M 10K 100% /
/dev/ad0s1f 264M 4.1K 243M 0% /tmp
/dev/ad0s1g 77G 1071M 70G 2% /usr
/dev/ad0s1e 264M 49M 194M 20% /var
procfs 4.1K 4.1K 0B 100% /proc
any clue?
(FreeBSD 4.9)
--------
bash-2.05b$ wget http://artemis.nextwind-gaming.com/temp/50meg.zip
--03:08:21-- http://artemis.nextwind-gaming.com/temp/50meg.zip
=> `50meg.zip'
Resolving artemis.nextwind-gaming.com... done.
Connecting to artemis.nextwind-gaming.com[66.79.188.210]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 51,200,000 [application/zip]
24% [========> ] 12,635,728 262.32K/s ETA 02:23
/: write failed, file system is full
24% [========> ] 12,663,468 262.55K/s ETA 02:23
Cannot write to `50meg.zip' (No space left on device).
---------
but i have plenty of space??
bash-2.05b$ df -H
Filesystem Size Used Avail Capacity Mounted on
/dev/ad0s1a 132M 122M 10K 100% /
/dev/ad0s1f 264M 4.1K 243M 0% /tmp
/dev/ad0s1g 77G 1071M 70G 2% /usr
/dev/ad0s1e 264M 49M 194M 20% /var
procfs 4.1K 4.1K 0B 100% /proc
any clue?
(FreeBSD 4.9)