Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2010 10:30:47 -0500
From:      Pierre-Luc Drouin <pldrouin@pldrouin.net>
To:        Matthew Seaman <m.seaman@infracaninophile.co.uk>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: Memory disk "a la mfsroot"?
Message-ID:  <4B7422A7.1000701@pldrouin.net>
In-Reply-To: <4B741E56.8010002@infracaninophile.co.uk>
References:  <4B7419F5.7050602@pldrouin.net> <4B741E56.8010002@infracaninophile.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Seaman wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 11/02/2010 14:53, Pierre-Luc Drouin wrote:
>
>   
>> I would like to know if there is a mount command that allows to create a
>> memory disk that can be initialized from a file. What I am looking for
>> is something like mount_mfs -F, but that does not modify the actual
>> file. I know what I could easily to this by copying the content of the
>> file to the memory disk, but I am looking for a solution that can be
>> configured via fstab.
>>     
>
> Yes.  See mdconfig(8) -- there are examples in there of exactly what you
> want to do.
>
> 	Cheers,
>
> 	Matthew
>
> - -- 
> Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
>                                                   Flat 3
> PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
>                                                   Kent, CT11 9PW
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkt0HlYACgkQ8Mjk52CukIyprwCfQj9DwqHtLoDx2ZWCrhglFDfH
> dR4AoIEw3CyS2zPajdi4PLGC7aLHj5aI
> =Xr7U
> -----END PGP SIGNATURE-----
>   
I might be missing something in the mdconfig man page, but in the 
examples I see they always allow modifications to the backing file. As I 
said I am looking for a solution where the backing file is only read, 
but I want to mount the memory disk in read-write mode. Also, I want 
only the modifications to be kept in the RAM, not the initial files.

Thanks!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B7422A7.1000701>