* Cloop on Red Hat 9
@ 2003-08-21 7:45 Theewara Vorakosit
2003-08-21 8:11 ` Felipe Alfaro Solana
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Theewara Vorakosit @ 2003-08-21 7:45 UTC (permalink / raw)
To: linux-kernel
Dear All,
I want to create linux distribution on one CD, like Virtual
Linux. I try to use some compressed file system. I cannot use cramfs
because supported file size is too small. I try to use cloop but I cannot
compile on Red Hat 9 with kernel 2.4.20-19.9smp. Here is a error message:
cc -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -s -I.
-fno-strict-aliasing -fno-common -fomit-frame-pointer
-mpreferred-stack-boundary=2 -march=i386 -D__KERNEL__ -DMODULE
-fno-builtin -nostdlib -I/usr/src/linux-2.4.20-19.9/include -DMODVERSIONS
-include /usr/src/linux-2.4.20-19.9/include/linux/modversions.h -D__SMP__
compressed_loop.c -c -o compressed_loop.o
compressed_loop.c: In function `clo_read_from_file':
compressed_loop.c:202: too few arguments to function
`do_generic_file_read_Rsmp_5d257537'
make: *** [compressed_loop.o] Error 1
Would you tell me how to solve this problem? Or, please suggest other
compressed filesystem that support large file size.
Thanks,
Theewara
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Cloop on Red Hat 9
2003-08-21 7:45 Cloop on Red Hat 9 Theewara Vorakosit
@ 2003-08-21 8:11 ` Felipe Alfaro Solana
2003-08-21 9:17 ` P
2003-08-30 16:27 ` H. Peter Anvin
2 siblings, 0 replies; 4+ messages in thread
From: Felipe Alfaro Solana @ 2003-08-21 8:11 UTC (permalink / raw)
To: Theewara Vorakosit; +Cc: LKML
On Thu, 2003-08-21 at 09:45, Theewara Vorakosit wrote:
> I want to create linux distribution on one CD, like Virtual
> Linux. I try to use some compressed file system. I cannot use cramfs
> because supported file size is too small. I try to use cloop but I cannot
> compile on Red Hat 9 with kernel 2.4.20-19.9smp. Here is a error message:
I recommend you trying the latest Red Hat kernel from Rawhide. You can
download the kernel sources from:
ftp://ftp.redhat.com/pub/redhat/linux/rawhide/i386/RedHat/RPMS
look for a package called kernel-source*.rpm, download it, install it
and don't forget to run "make mrproper" before anything else.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Cloop on Red Hat 9
2003-08-21 7:45 Cloop on Red Hat 9 Theewara Vorakosit
2003-08-21 8:11 ` Felipe Alfaro Solana
@ 2003-08-21 9:17 ` P
2003-08-30 16:27 ` H. Peter Anvin
2 siblings, 0 replies; 4+ messages in thread
From: P @ 2003-08-21 9:17 UTC (permalink / raw)
To: Theewara Vorakosit; +Cc: linux-kernel
Theewara Vorakosit wrote:
> Dear All,
> I want to create linux distribution on one CD, like Virtual
> Linux. I try to use some compressed file system. I cannot use cramfs
> because supported file size is too small.
Have a look at customising knoppix (which uses cloop), rather than
starting from scratch.
> I try to use cloop but I cannot
> compile on Red Hat 9 with kernel 2.4.20-19.9smp. Here is a error message:
I use cloop_0.68-4.tar.gz sucessfully on redhat 9 (2.4.20-8smp)
I built it like:
make KERNEL_DIR=/usr/src/linux-2.4/ CFLAGS="-DREDHAT_KERNEL -O2"
Pádraig.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Cloop on Red Hat 9
2003-08-21 7:45 Cloop on Red Hat 9 Theewara Vorakosit
2003-08-21 8:11 ` Felipe Alfaro Solana
2003-08-21 9:17 ` P
@ 2003-08-30 16:27 ` H. Peter Anvin
2 siblings, 0 replies; 4+ messages in thread
From: H. Peter Anvin @ 2003-08-30 16:27 UTC (permalink / raw)
To: linux-kernel
Followup to: <Pine.LNX.4.33.0308211441500.10179-100000@alpha.cpe.ku.ac.th>
By author: Theewara Vorakosit <g4685034@alpha.cpe.ku.ac.th>
In newsgroup: linux.dev.kernel
>
> Dear All,
> I want to create linux distribution on one CD, like Virtual
> Linux. I try to use some compressed file system. I cannot use cramfs
> because supported file size is too small.
>
You could also use zisofs.
-hpa
--
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
If you send me mail in HTML format I will assume it's spam.
"Unix gives you enough rope to shoot yourself in the foot."
Architectures needed: ia64 m68k mips64 ppc ppc64 s390 s390x sh v850 x86-64
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-08-30 16:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-21 7:45 Cloop on Red Hat 9 Theewara Vorakosit
2003-08-21 8:11 ` Felipe Alfaro Solana
2003-08-21 9:17 ` P
2003-08-30 16:27 ` H. Peter Anvin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox