search for: rootfilesystem

Displaying 6 results from an estimated 6 matches for "rootfilesystem".

2003 Oct 13
5
initramfs as an initrd replacement
...be a way to have it execute its own /sbin/init and stay in ramfs - but I do not know how to get this to work. The best I could come up with was modifying /init/do_mounts.c to skip over all the initrd loading stuff - then it worked. My question is, is there a way to use an initramfs archive as a rootfilesystem, without patching the kernel source? (Further more, depending on some conditions the system may or may not have to pivot_root to an nfs or ide-disk based filesystem.) Thanks, Daniel
2009 Jun 29
7
ZFS - SWAP and lucreate..
Good morning everybody I was migrating my ufs ? rootfilesystem to a zfs ? one, but was a little upset finding out that it became bigger (what was clear because of the swap and dump size). Now I am questioning myself if it is possible to set the swap and dump size by using the lucreate ? command (I wanna try it again but on less space). Unfortunately I did not...
2005 Apr 11
10
http://www.fsmware.com/xenofreebsd/ dead?
Just wanted to try domU freebsd and found <http://216.239.59.104/search?q=cache:M_4r1b-RG- EJ:www.fsmware.com/xenofreebsd/5.3/xenbsdsetup.txt&hl=en&lr=&strip=1> but the webservice on www.fsmware.com seems to be down/unavailable. Any mirror? Or other working FreeBSD domU-kernels & images? Regards, /nils. _______________________________________________ Xen-devel mailing
2008 Jun 28
0
root filesystem on a ramdisk
Hi, I''m trying to boot XEN via network, so I''m trying to create a rootfilesystem over a RAM disk for XEN. Has anyone done that before? Thanks, Gianluca _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2003 Jan 29
0
Ext3, orphans and read-only
...en a problem where on recovery after a crash the orphan cleanup code clears the read_only bit and does not reset it. This causes the the fsck to drop to the "fix filesystem" prompt simply because the root filesystem is now mounted rw. It looks like this: Creating rootdevice Mounting rootfilesystem EXT3-fs: INFO: recovery required on readonly filesystem. EXT3-fs: write access will be enabled during recovery. kjournald starting. Commit interval 5 seconds EXT3-fs: sd(8,1): orphan cleanup on readonly fs EXT3-fs: recovery complete. EXT3-fs: mounted filesystem with ordered data mode. Freeing unus...
2012 Feb 08
0
Para-virtualized linux kernel release for the Tegra2 harmony board.
...ar -xvpf rootfs_dom0.tar.bz2 2. cp config_dom0 .config 3. make ARCH=arm ** Turn on target board, and download the xen-arm image(xen) and the kernel image(vmlinux.out0). ** download addresse is : ***** xen-arm : 0x8000 ***** guest kernel images : 0x1e800000 - booting domu - ** To boot domu (the rootfilesystem of dom0 already has prebuilt domu kernel images, see images directory.) # smd start     &lt;- start lightweight # vm create /etc/xen/dom1 # xenconsole 1    &lt;= This command switch console to dom 1. * For domu build, use config_domu configuration file. * Don't forget to copy the vmlin...