lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 19 Apr 2011 19:19:04 +0530
From:	Rabin Vincent <rabin@....in>
To:	Jongman Heo <jongman.heo@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: How to mount filesystem from RAM ?

On Tue, Apr 19, 2011 at 11:32, Jongman Heo <jongman.heo@...il.com> wrote:
> Instead, I can load the data from the partition into RAM, which means
> whole filesystem data is copied into some location of RAM. ( I know
> the physical address, for the data to be loaded.) This copy operation
> is done by bootloader side, not in Linux.
>
> In this case, how can I mount the filesystem from RAM? Is there any
> way to do this?

Have a look at slram or phram in drivers/mtd/devices/.

> And I think the memory location of filesystem data should be reserved
> not to be used by Linux kernel and user space application, am I right?

One way to do this is by passing appropriate mem= arguments.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ