public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
* trouble creating ramdisk over 8MB - could someone explain this to me
@ 2001-02-01 22:13 jlhagen
  2001-02-02  1:55 ` TWG - pat, mark & steve
  2001-02-02  2:00 ` Jim Potter
  0 siblings, 2 replies; 3+ messages in thread
From: jlhagen @ 2001-02-01 22:13 UTC (permalink / raw)
  To: linuxppc-embedded


Hello,

I'm trying to set up a 10MB ramdisk for our VME boards. I'm running in to
this

dd if=/dev/zero of=/dev/ram bs=1k count=10240
dd: /dev/ram: No space left on device
8193+0 records in
8192+0 records out

and

mke2fs -vm0 /dev/ramdisk 10240
mke2fs 1.18, 11-Nov-1999 for EXXT2 FS 0.5b, 95/08/09
mke2fs: Filesystem larget than apparent filesystem size.
Proceed anyway? (y,n)

For 8MB dd and mke2fs don't give me problems and changing
drivers/block/rd.c rd_size to 8192 works as expected but I can't
figure out why larger than 8 gives me problems.

I would appreciate the help.
John

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-02-02  2:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-01 22:13 trouble creating ramdisk over 8MB - could someone explain this to me jlhagen
2001-02-02  1:55 ` TWG - pat, mark & steve
2001-02-02  2:00 ` Jim Potter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox