All of lore.kernel.org
 help / color / mirror / Atom feed
* 7 GB RAM Drive
@ 2004-07-15  3:54 Naveed Latif
  2004-07-15  3:59 ` William Lee Irwin III
  2004-07-15  6:17 ` Jeff Garzik
  0 siblings, 2 replies; 4+ messages in thread
From: Naveed Latif @ 2004-07-15  3:54 UTC (permalink / raw)
  To: linux-kernel

hello dears,

I want to make a 7 GB RAM Disk.
thorugh PAE I can access 64 GB, but problem is that
one kernel module can't access more then 4gb at ones.
2 disks are working properly.
So I tried this method..

[DISK1....3GB]       [Disk2......4GB]
           *             *
             *          *
               *       *
           [Virtual disk  7GB]


when I recieve buffer head in virtual disk, by
changing its [bh->b_rdev = disk1] or [bh->b_rdev =
disk2]
I called generic_make_requestm but the same result,
after 4gb it is failed.


even through list mechanism by which disk have a
thread which getting bh(buffer head) from the list,
and performed the operation. these bh's coming from
virtual Disk.
This method is also failed..

Can any one help me regarding this issue, How I can I
solve this problem.


Thanks.
Naveed Latif

________________________________________________________________________
Yahoo! India Careers: Over 65,000 jobs online
Go to: http://yahoo.naukri.com/

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

* Re: 7 GB RAM Drive
  2004-07-15  3:54 7 GB RAM Drive Naveed Latif
@ 2004-07-15  3:59 ` William Lee Irwin III
  2004-07-15  6:17 ` Jeff Garzik
  1 sibling, 0 replies; 4+ messages in thread
From: William Lee Irwin III @ 2004-07-15  3:59 UTC (permalink / raw)
  To: Naveed Latif; +Cc: linux-kernel

On Thu, Jul 15, 2004 at 04:54:59AM +0100, Naveed Latif wrote:
> Can any one help me regarding this issue, How I can I
> solve this problem.

Fix up rd.c so it can do mapping->gfp_mask |= GFP_HIGHUSER.


-- wli

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

* Re: 7 GB RAM Drive
  2004-07-15  3:54 7 GB RAM Drive Naveed Latif
  2004-07-15  3:59 ` William Lee Irwin III
@ 2004-07-15  6:17 ` Jeff Garzik
  2004-07-15  6:30   ` William Lee Irwin III
  1 sibling, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2004-07-15  6:17 UTC (permalink / raw)
  To: Naveed Latif; +Cc: linux-kernel

Naveed Latif wrote:
> hello dears,
> 
> I want to make a 7 GB RAM Disk.


Use ramfs.

	Jeff




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

* Re: 7 GB RAM Drive
  2004-07-15  6:17 ` Jeff Garzik
@ 2004-07-15  6:30   ` William Lee Irwin III
  0 siblings, 0 replies; 4+ messages in thread
From: William Lee Irwin III @ 2004-07-15  6:30 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Naveed Latif, linux-kernel

Naveed Latif wrote:
>> hello dears,
>> I want to make a 7 GB RAM Disk.

On Thu, Jul 15, 2004 at 02:17:53AM -0400, Jeff Garzik wrote:
> Use ramfs.
> 	Jeff

rd.c has numerous issues beyond the performance/capacity -related ones
that are irreparable without invasive changes elsewhere in the kernel
(and similarly, the performance/capacity  issues require likewise). So
it would be best for him to do so if possible, yes. So I concur.


-- wli

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

end of thread, other threads:[~2004-07-15  6:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-15  3:54 7 GB RAM Drive Naveed Latif
2004-07-15  3:59 ` William Lee Irwin III
2004-07-15  6:17 ` Jeff Garzik
2004-07-15  6:30   ` William Lee Irwin III

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.