[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-knoppix] Create Compressed Error



> When i run the following command:
> mkisofs -R   /mnt/hda7/KNOPPIX  | 
> create_compressed_fs -   65536  >
> /mnt/hda3/NewCD/KNOPPIX/KNOPPIX   
> 
> _alloc_pages: O-order allocation failed (gfp=Oxld/o)
> VM : killing process create_compress
> killed.

Do you have enough RAM + swap ? You must have a great amount of these.
I have 500 MB of RAM, I added 1 GB of swap (500 MB should have been enough).
The size of RAM+swap must be greater than the size of the file you generate
(the resulting KNOPPIX file of around 700MB).
To create a swap (here of 700MB) without partitionning :
  dd if=/dev/zero of=swap700 bs=1024 count=716800
  mkswap swap700
  sync;sync
  swapon swap700
To remove :
  swapoff swap700
  rm swap700

Yann
-- 
___________________________________________________________________
     Yann Cochard, yann@cactuspro.com, http://yanncochard.com/
         Au Cactus Francophone : http://www.cactuspro.com/
_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: