search for: ramfs

Displaying 20 results from an estimated 90 matches for "ramfs".

Did you mean: ramas
2009 Apr 30
1
Plese have a look on this error and tell me y it comes
Drive\Ruby Projects\ramf>ruby script/generate model category by/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:440:in `load_missing_constant initialized constant RAMF::OperationProcessorsManager (NameError) from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:80:in `const_mis from E:/D Drive/Ruby
2006 Apr 17
0
[PATCH] klibc: default initramfs content stored in usr/initramfs.default
Harcoding default content of initramfs in the gen_initramfs_list.sh script seems ackward. Move it to a file named: usr/initramfs.default This also fixes a small bug when no arguments was passed to CONFIG_INITRAMFS_SOURCE (-d was passed twice to the script) Idea and bug report from: "H. Peter Anvin" <hpa@zytor.com> Sig...
2006 Apr 17
0
[PATCH] klibc: rebuild cpio image when content changes
...differ if applied to the klibc tree. This one has passed all my trivial testing. touch usr/kinit/kinit.o && make usr/ will regenerate cpio image. But with all the troubles this simple issue has caused me I woul not be suprised if there are some untested cornercase. Sam scripts/gen_initramfs_list.sh | 8 ++++++ usr/Kbuild | 52 ++++++++++++++++++++++++------------------ 2 files changed, 38 insertions(+), 22 deletions(-) diff --git a/scripts/gen_initramfs_list.sh b/scripts/gen_initramfs_list.sh index 45c81b0..a609970 100644 --- a/scripts/gen_initramfs_list.sh ++...
2011 Jul 04
2
Linux early userspace doubts
Hi, I am a newbie into kernel booting process. I have read few things about boot process of the linux kernel. I am stuck at few things, which I am confident, someone from the list might help on - - If I pass a ramfs image as an intrd paramter from the bootloader (say grub), then will the kernel treat this as a ramfs image only? - initrd image is also, packed using cpio archive, then how does the kernel come to know that this is an initrd ot initramfs image. Is there some type information included a...
2007 Apr 16
1
CentOS 5.0 install fails every time.
...ferent systems I get the same error. I install to the point in the installer where the X.org server shows the big "X" cursor with the black background and it just freezes. I hit Ctl-Alt-F3 and see the same message repeating over and over again.... Unable to find temp path, going to use ramfs path Unable to find temp path, going to use ramfs path Unable to find temp path, going to use ramfs path Unable to find temp path, going to use ramfs path Unable to find temp path, going to use ramfs path Unable to find temp path, going to use ramfs path ... I tracked it down to this code in Anaco...
2006 Apr 09
0
[PATCH] kbuild: fix usr/Kbuild to use new usr/gen_initramfs.sh
Fix usr/Kbuild so it utilise the new gen_initramfs.sh script which will rebuild initramfs when the content has changed. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> --- usr/Kbuild | 74 +++++++++++++++++++---------------------------------------------- 1 file changed, 22 insertions(+), 52 deletions(-) This patch shall not be applied u...
2006 Apr 15
1
[PATCH] klibc: fix gen_initramfs_init.sh when using -d
gen_initramfs_list.sh failed to generate a dependency list when it was supplied the -d option. Restructured gen_initramfs_list.sh to support dependency info with -d. This also fixes a bug where we did not properly process when more than one dir was specified. Finally update dependency info for the -d case (list_...
2006 Sep 28
1
ramfs to tmpfs
Hello, I was using a bunch of cpios in initramfs as a working system, and wondering why the unused files weren't being paged out to swap. So I reread ramfs-rootfs-initramfs.txt and now I know. So I wrote the attached utility. It creates a tmpfs, moves all files on the initramfs, moves / and executes the real init. It works, even with hardl...
2006 Apr 07
1
Weird early-boot sequence, can't find a way to adapt to ramfs
This is most exceedingly weird boot/shutdown sequence that I used once, and can't find a way to adapt to initramfs. Since you guys are trying to adapt all mechanisms that use initrd to using initramfs, this should interest you. initrd has (all binaries static): /bin: init halt mount poweroff pivot_root reboot sh umount /etc: fstab haltrc /dev: null zero tty tty0 tty1 console->tty0 hda1 loop0 ram0 /proc:...
2006 Jun 26
0
[klibc 19/43] klibc basic build infrastructure
...Kbuild.klibc obj +# Usage: +# $(Q)$(MAKE) $(klibc)=dir +klibc := -rR -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Kbuild.klibc obj diff --git a/usr/Kbuild b/usr/Kbuild new file mode 100644 index 0000000..f874f51 --- /dev/null +++ b/usr/Kbuild @@ -0,0 +1,75 @@ +# +# kbuild file for usr/ - including initramfs image and klibc +# + +CONFIG_KLIBC := 1 + +include-subdir := include +klibc-subdir := klibc +usr-subdirs := kinit utils dash gzip +subdir- := $(include-subdir) $(klibc-subdir) $(usr-subdirs) + +usr-subdirs := $(addprefix _usr_,$(usr-subdirs)) +klibc-subdir := $(addprefix _usr_,$(klibc-subdir...
2001 Jul 27
0
boot/root rescue systems with ext3 support
These are some boot/rescue systems with ext3 support. The RIP boot/rescue system. This is a boot/rescue system, it comes in three versions. There's a bootable cd version that comes with kernel 2.4.6 and has IDE and SCSI support. rip-39.iso.bin 2528kb They can all be found here: http://www.tux.org/pub/people/kent-robotti/looplinux/rip/index.html There's more info at the above site.
2010 Jul 14
6
Temporary files
...ilesystem quota had trouble since now user required twice as much available quota to save a message. The FS quota problem was "solved" by having quota-fs plugin change the default temp file path to /tmp. So why was the move made in the first place? Because a) some people had small (maybe ramfs) /tmp and Dovecot was eating it all up and b) to avoid any potential security issues with storing per-user files to a shared directory. I'm now thinking about a new setting (mail_temp_dir?) for v2.0 where these temp files would be stored (lda, lmtp, some others in future). Maybe the b) problem...
2019 Mar 14
1
[PATCH 00/38] VFS: Convert trivial filesystems and more
...(2) Provides a convenience vfs_init_pseudo_fs_context() helper function for doing most of the work in mounting a pseudo filesystem. (3) Converts all the trivial filesystems that have no arguments to fs_context. (4) Converts binderfs (which was trivial before January). (5) Converts ramfs, tmpfs, rootfs and devtmpfs. (6) Kills off mount_pseudo(), mount_pseudo_xattr(), mount_ns(), sget_userns(). The patches can be found here also: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git on branch: mount-api-viro David --- David Howells (38): vfs: Prov...
2006 Apr 08
0
[WIP] rebuild initramfs when content changes
hpa notified me in private mail that we have an issue that when building initramfs - if the content changes (say kinit) then the initramfs will not be rebuild. The solution I have come up with is to let make check all the files included in the initramfs and rebuild it if any files are newer than the initramfs and also rebuild if arguments changes (root_uid). In same process the...
2009 Feb 24
0
why no /dev/loop0 in install chroot system?
...cutes in the chroot system. This is the system on the hd. A plain chroot system should not have any /dev or /proc mounted. But actually, it does: + cat /proc/mounts rootfs / rootfs rw 0 0 /proc /proc proc rw 0 0 /dev /dev tmpfs rw 0 0 /dev/pts /dev/pts devpts rw 0 0 /sys /sys sysfs rw 0 0 none /tmp ramfs rw 0 0 none /tmp/ramfs ramfs rw 0 0 /proc/bus/usb /proc/bus/usb usbfs rw 0 0 /tmp/loop0 /mnt/runtime squashfs ro 0 0 /tmp/sda1 / ext3 rw,data=ordered 0 0 /tmp/sda3 /home ext3 rw,data=ordered 0 0 /tmp/sys /sys sysfs rw 0 0 /tmp/proc /proc proc rw 0 0 /dev /dev tmpfs rw 0 0 So I assume that centos k...
2006 Jul 27
2
MySQL on tmpfs?
Has anyone ever mounted their /var/lib/mysql on a tmpfs or ramfs? Are there any performance gains to be made doing this? TIA
2011 Jan 23
2
putting "/tmp" to memory
"to memory" means: mounting a ~2 GByte filesystem [ tmpfs?, or ramfs? ], and put the "/tmp" on it. [ e.g.: 4 GByte ram in the pc ]. what to write in the "/etc/fstab"? I would like to collect the [ answers too:P ]: Advantages: - Memory is way faster then HDD/SSD, so it could speed things up - "SSD amortization" is less Disadva...
2006 Apr 09
1
curious unpacking issue
I'm not sure when exactly this started, but currently when I specify a ramfs image via the initrd line in grub, kinit picks it up as an initrd and tries (and fails) to unpack it and run linuxrc from it. I'm assuming this is not the intended behavior. Can anyone point me into the proper direction for unpacking an initramfs image ontop of the in-kernel image? Currently...
2004 Jun 07
2
run-init warning
Please be aware that I HAVE NOT TESTED THIS PROGRAM... please try it in a "safe" environment since for all I know it could nuke your "real root" by mistake. -hpa
2010 Aug 25
0
[patch] ipconfig fixes + run-init nit
...0:34:26 2010 +0200 [klibc] run-init: get rid of over paranoid test for /init switch_root in util-linux hasn't it either. cc0c0262 added the checks, but probably didn't have the following application in mind. In fact it can break chainloading of bigger initramfs out of small one: "I boot via pxe, kernel + very small ramfs this ramfs start an application that grabs a bigger ramfs and store it locally I did the following: creating a tmpfs, uncpio the ramfs and try to run-init on it, but my miniramfs doesn't have a /init as I specifie...