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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.61.0612042100570.29300@yvahk01.tjqt.qr>
Date:	Mon, 4 Dec 2006 21:03:09 +0100 (MET)
From:	Jan Engelhardt <jengelh@...ux01.gwdg.de>
To:	Janne Karhunen <Janne.Karhunen@...il.com>
cc:	Trond Myklebust <trond.myklebust@....uio.no>,
	MrUmunhum@...dial.com, linux-kernel@...r.kernel.org
Subject: Re: Mounting NFS root FS


>> 2) NFS provides persistent storage.
>
>To me this sounds like a chicken and an egg problem. It 
>both depends and provides this at the same time :/. But 
>hey, if it's supposed to work then OK.

Way 1:

mount -nt tmpfs none /var/lib/nfs;
mount -nt nfs fserve:/tftpboot/linux /mnt;
mount -n --move /var/lib/nfs /mnt/var/lib/nfs/;
./run_init -c /mnt /sbin/init; # or similar

And you can also start locking after pivot_rooting to /mnt, that would 
not even require (/mnt)/var/lib/nfs to be a separate mount.


Ok, did I miss it all?


	-`J'
-- 
-
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