Displaying 20 results from an estimated 49 matches for "cramf".
Did you mean:
cram
2009 Apr 22
1
gpxelinux and cramfs
...erve it all across the
network with gpxelinux. The kernel seems to load and boot just fine.
The fsimage gets served up, and mounted. The newly booted system
then goes through its usual antics for a few seconds, and then I see
this on the console:
Activating swap...done.
Checking root file system...cramfs: bad compressed blocksize 281427494
fsck 1.40-WIP (14-Nov-2006)
fsck.cramfs: error while loading shared libraries: /usr/lib/libz.so.1:
cannot read file data: Error 21
fsck died with exit status 127
failed (code 127).
The kernel and the fsimage are exactly the same on both the server and
on the U...
2003 Oct 13
5
initramfs as an initrd replacement
Hi ,
One of the things I am working on requires me to have a kernel and an
initrd (as root filesystem , based on busybox) in one single image. I am
trying to use initramfs for this, but there are a few things that I just
can't figure out.
As a test, I made a cpio archive of my own for the kernel source (plain
2.6.0-test5). Everything gets unpacked just fine during boot. Somehow I
was
2006 Feb 05
1
Add swap support to fstype, second version
...==========================================
--- klibc.orig/usr/kinit/fstype/fstype.c 2006-02-05 11:09:31.000000000 +0100
+++ klibc/usr/kinit/fstype/fstype.c 2006-02-05 11:11:15.000000000 +0100
@@ -7,7 +7,7 @@
* FSSIZE - filesystem size (if known)
*
* We currently detect (in order):
- * gzip, cramfs, romfs, xfs, luks, minix, ext3, ext2, reiserfs, jfs
+ * gzip, cramfs, romfs, xfs, luks, minix, ext3, ext2, reiserfs, jfs, swap
*
* MINIX, ext3 and Reiserfs bits are currently untested.
*/
@@ -20,6 +20,7 @@
#include <endian.h>
#include <netinet/in.h>
#include <sys/vfs.h>...
2005 Apr 15
3
pxelinux 2.11 unable to mount root fs
...boot our Debian kernel successfully for
some time now. I recently increased the size of the ramdisk from about
484 MBs to 517 MBs and encountered the following error during bootup:
---
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 105519k
EXT3-fs: Magic mismatch, very weird!
cramfs: wrong magic
sh-2021: reiserfs_read_super: can not find reiserfs on ramdisk(1,0)
Kernel panic: VFS: Unable to mount root fs on 01:00
---
I build the ramdisk as follows:
1. run debootstrap in a temporary directory
2. use dd to create a blank 517 MB file
3. format it using mke2fs
4. mount it as ex...
2006 Feb 05
0
Add LUKS support to fstype, second version
...==========================================
--- klibc.orig/usr/kinit/fstype/fstype.c 2006-02-05 10:53:51.000000000 +0100
+++ klibc/usr/kinit/fstype/fstype.c 2006-02-05 11:09:31.000000000 +0100
@@ -7,7 +7,7 @@
* FSSIZE - filesystem size (if known)
*
* We currently detect (in order):
- * gzip, cramfs, romfs, xfs, minix, ext3, ext2, reiserfs, jfs
+ * gzip, cramfs, romfs, xfs, luks, minix, ext3, ext2, reiserfs, jfs
*
* MINIX, ext3 and Reiserfs bits are currently untested.
*/
@@ -29,6 +29,7 @@
#include "ext2_fs.h"
#include "ext3_fs.h"
#include "xfs_sb.h"
+#...
2008 Apr 05
6
Can''t get template (domU) to work
...The problem is that everytime I do:
root@personal:/etc/xen# xm create gentoo.2007-0.xen3.cfg -c
I get:
[ 6195.091118] List of all partitions:
[ 6195.091146] ca01 2049024 xvda1 driver: vbd
[ 6195.091157] ca02 65536 xvda2 driver: vbd
[ 6195.091167] No filesystem could mount root, tried: cramfs
[ 6195.091179] Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(202,1)
That happens during the boot of the new domU. I have tried to figure out if
my problem was here in my gentoo*.cfg file:
#disk = [''file:/mnt/gentoo/gentoo.2007-0.img,sda1,w'',
'...
2004 Jan 13
3
RE: [OT] Re: Getting ext3 up and running
...t/hda
vi /mnt/hda/etc/fstab
changed fs type for / to auto:
/dev/hda1 / auto defaults 0 0
umount /mnt/hda
reboot from hd
I used tip found at http://mailman.linuxtag.org/pipermail/debian-knoppix/2003-May/002804.html
using the script provided to create an ext2-compressed initrd image instead of cramfs, changing
accordingly /etc/mkinitrd/mkinitrd.conf MKIMAGE variable and running
mkinitrd -o img_file /lib/modules/2.4.22-xfs
I obtain an about 3Mb compressed image file that uncompressed is about 8Mb.
Now you have to strip it to less than 4Mb uncompressed file.
mkdir /tmp/img_big_dir
mkdir /tmp/...
2006 Jun 17
3
If Trying to Recover a Damaged Partition: kbs-CentOS-Extras Has a Tool
...d of this.
Here's the info summary.
Name : testdisk
Arch : i386
Version: 6.3
Release: 1.el4.kb
Size : 480 k
Repo : kbs-CentOS-Extras
Summary: Tool to check and undelete partition
Description:
Tool to check and undelete partition. Works with FAT12, FAT16, FAT32,
NTFS, EXT2, EXT3, BeFS, CramFS, HFS, JFS, Linux Raid, Linux Swap,
LVM, LVM2, NSS, ReiserFS, UFS, XFS
I hope it actually "looks for file-system key stuff" instead of just
examining the damaged blocks (often just missing the 0x05 (?) valid
flag). If so, it looks "Mahvelous Dahling!" to me. We just need to get...
2011 Jun 30
6
puppet autosign by VLAN IP
Hi,
Can puppet autosign work by giving vlan IP instead of domain?
For example, in the autosign.conf file, instead of using
*.mydomain.org, I want to give 172.18.133.*
But it does not seem to work if I give the IP address. But I don''t
want to limit the client from *.mydomain.org by only allow certain
vlan client not all the are in the same domain.
Thanks,
-Haiyan
--
You received this
2003 Jun 18
1
smbpasswd -a failure
...:
User pbathini does not exist in system passwd file ( usually
/etc/passwd).
Cannot add accounet without a valid local system user.
Failed to modify password entry for user pbathini
#
My /etc/passwd file looks like this.
root::0:0:root:/:/bin/sh
nobody::99:99:Nobody:/:/bin/sh
pbathini::500:500::/cramfs:/bin/sh
Why is smbpasswd unable to find user entry in /etc/passwd file?
Can somebody please help?
Pushpa
2007 Aug 28
1
Stage2.img
...e as much
as possible using kickstart, scripts, etc).
Through reading about other OSes I've found that the most common way
to do this would be to modify the stage2.img file on the boot DVD and
add the driver to the boot kernel image. The problem is, I can't
mount the stage2.img file using cramfs.
# mount -o loop -t cramfs stage2.img /mnt
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Any suggestions? or should I try going about this another way?
-...
2003 Apr 28
1
[PATCH] Fix the build for utils/fstype.h
Another post-2.5.68 one. The cramfs header defines u8, so we must quiet
it down.
<b
diff -Nru a/utils/fstype.c b/utils/fstype.c
--- a/utils/fstype.c Mon Apr 28 15:10:56 2003
+++ b/utils/fstype.c Mon Apr 28 15:10:56 2003
@@ -19,7 +19,9 @@
#include <asm/byteorder.h>
#include <linux/romfs_fs.h>
+#define __KERNEL__...
2006 Mar 22
0
[patch] Add LVM2 detection to fstype
...e/fstype.c klibc/usr/kinit/fstype/fstype.c
--- klibc-orig/usr/kinit/fstype/fstype.c 2006-03-22 21:28:31.000000000 +0100
+++ klibc/usr/kinit/fstype/fstype.c 2006-03-23 00:54:57.000000000 +0100
@@ -7,7 +7,7 @@
* FSSIZE - filesystem size (if known)
*
* We currently detect (in order):
- * gzip, cramfs, romfs, xfs, luks, minix, ext3, ext2, reiserfs, jfs, swap
+ * gzip, cramfs, romfs, xfs, luks, lvm2, minix, ext3, ext2, reiserfs, jfs, swap
*
* MINIX, ext3 and Reiserfs bits are currently untested.
*/
@@ -30,6 +30,7 @@
#include "ext3_fs.h"
#include "xfs_sb.h"
#include...
2008 Jul 29
2
syconf(_SC_PAGESIZE) versus getpagesize()
hello karel,
thanks a lot for the klibc portability merges.
current HEAD klibc failure:
mkswap.c: In function ?init_signature_page?:
mkswap.c:148: error: ?_SC_PAGESIZE? undeclared (first use in this function)
although POSIX encourages sysconf() could util-linux use getpagesize() ?
--
maks
2002 May 10
1
help - I think partition magic just clobbered me.
...te the error
at the time. it was something like "CHS and LBA block
count do not match. lba is calculated as correct. fix
this error" to which I mistakenly said yes.
Now I cannot boot linux. I get kernel panic with all 3
kernels I had set up for lilo. prior to the kernel panic
the error cramfs: wrong magic. appears.
First question, can someone confirm that this error
is in fact caused by whatever partition magic did ?
Second question, can it be fixed ? I have read the page
on GPart and it appears you have to be able to boot
linux in order to use it. are their any repair
utilities tha...
2009 Jan 13
28
Warning and BUG with btrfs and corrupted image
Hi,
when mounting an intentionally corrupted btrfs filesystem i get the
following warning and bug message. The image can be found here
www.cccmz.de/~snakebyte/btrfs.2.img.bck.bz2
[ 297.406152] device fsid e14cf01de423381a-4bd40b603870018a <6>devid
2147483649 transid 9 /dev/loop0
[ 297.411937] ------------[ cut here ]------------
[ 297.412207] WARNING: at fs/btrfs/disk-io.c:805
2006 Jun 23
2
Needed help to fix corrupted ext3 fs
I have been trying very hard to seek help with my very complex issue but
so far none have been successful. So I would like to try this mailing
list, maybe there are some experts who know what they're talking about.
Please refer to my experts-exchange question, all the required
information will be there. It is more practical to send you to the
webpage than paste out what I've done.
2013 Aug 30
2
Strange fsck.ext3 behavior - infinite loop
...iting inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 24 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
[root@myhost /]# fsck
fsck fsck.cramfs fsck.ext2 fsck.ext3 fsck.msdos fsck.vfat
[root@myhost /]# man fsck.ext3
[root@myhost /]# fsck.ext3 -C /root/completion /dev/sda1
e2fsck 1.35 (28-Feb-2004)
/dev/sda1: clean, 11/268435456 files, 8450084/536868352 blocks
[root@myhost /]# fsck.ext3 -f -C /root/completion /dev/sda1
e2fsck 1.35...
2007 Jul 17
2
Repetitive Kernel oops (and two smaller questions)
...172k freed
Write protecting the kernel read-only data: 355k
Oops: 0000 [#1]
SMP
last sysfs file: /class/graphics/fb0/name
Modules linked in: xenblk xennet iscsi_tcp libiscsi scsi_transport_iscsi sr_mod
sd_mod scsi_mod ide_cd cdrom ipv6 squashfs pcspkr loop nfs nfs_acl fscache lockd
sunrpc vfat fat cramfs
CPU: 0
EIP: 0061:[<ee2febc3>] Not tainted VLI
EFLAGS: 00010046 (2.6.18-8.el5xen #1)
EIP is at blkif_int+0xca/0x16b [xenblk]
eax: 00000000 ebx: c0e5e000 ecx: c07e5e3c edx: 00000000
esi: 00000000 edi: ca000100 ebp: c0e410ac esp: c071bfa4
ds: 007b es: 007b ss: 0069
Pr...
2019 Mar 27
1
[RFC PATCH 00/68] VFS: Convert a bunch of filesystems to the new mount API
...ement
vfs: Make fs_parse() handle fs_param_is_fd-type params better
vfs: Convert fuse to use the new mount API
vfs: Move the subtype parameter into fuse
mtd: Provide fs_context-aware mount_mtd() replacement
vfs: Convert romfs to use the new mount API
vfs: Convert cramfs to use the new mount API
vfs: Convert jffs2 to use the new mount API
mtd: Kill mount_mtd()
vfs: Convert squashfs to use the new mount API
vfs: Convert ceph to use the new mount API
vfs: Convert functionfs to use the new mount API
vfs: Add a single-or-reconfig ke...