vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello I cannot download with jigdo-light under windows heres my settings: jigdo='http://cdimage.debian.org/debian-cd/3.1_r0a/i386/jigdo-dvd/debian-31r0a-i386-binary-1.jigdo' debianMirror='http://mirror.switch.ch/ftp/mirror/debian/' nonusMirror='http://mirror.switch.ch/ftp/mirror/debian-non-US/' tmpDir='.' jigdoOpts='--cache jigdo-file-cache.db' wgetOpts='--passive-ftp --dot-style=mega --continue --timeout=30' scanMenu='' whats wrong with this ... every time i get this error Found 5 of the 6728 files required by the templates Error while writing to debian-31r0a-i386-binary-1.iso.tmp (no space left on the device) aborting theres enough space on the drive (27GB) also tried other mirrors without success thx Giovanni Baroni |
| |||
| On Fri, 17 Jun 2005 14:25:17 +0200, Giovanni Baroni wrote: > Found 5 of the 6728 files required by the templates > Error while writing to debian-31r0a-i386-binary-1.iso.tmp (no space left > on the device) sound like a full hard disk ... > theres enough space on the drive (27GB) probably your temp directory is on a different drive, and that one has no space left? gregor -- .''`. http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4 : :' : infos zur usenet-hierarchie at.*: http://www.usenet.at/ `. `' member of https://www.vibe.at/ | how to reply: http://got.to/quote/ `- |
| |||
| > whats wrong with this ... every time i get this error > > Found 5 of the 6728 files required by the templates > Error while writing to debian-31r0a-i386-binary-1.iso.tmp (no space left > on the device) > aborting > > theres enough space on the drive (27GB) > also tried other mirrors without success Is your partition storing the debian ISO being downloaded FAT32 ? There is a max. file size limit in FAT32 of 4GB , and the ISO image your are to download is of 4.3GB , therefore the "no space left" error message. You will need to use NTFS filesystem for a filesize bigger than 4GB under windows. |
| ||||
| Seiya wrote: >>whats wrong with this ... every time i get this error >> >>Found 5 of the 6728 files required by the templates >>Error while writing to debian-31r0a-i386-binary-1.iso.tmp (no space left >>on the device) >>aborting >> >>theres enough space on the drive (27GB) >>also tried other mirrors without success > > > > > Is your partition storing the debian ISO being downloaded FAT32 ? > There is a max. file size limit in FAT32 of 4GB , and the ISO image > your are to download is of 4.3GB , therefore the "no space left" error > message. You will need to use NTFS filesystem for a filesize bigger > than 4GB under windows. Yes thanks That was the problem. I tested on 2 different WinClients... all fat32 (the best for access from linux) Anyay under Debian works everything well...so i've started from there |