Displaying 20 results from an estimated 1000 matches similar to: "bad i_blocks count when FS full"
2001 Nov 30
2
Often seeing i_blocks too large after recovery(ies)
I have many systems running current ext3 code. Some of them have
hardware problems that lead to frequent reboots, and the journal
recovery has worked excellently. However, on the periodic forced fsck
on supposedly recovered and clean filesystems, I've many times seen
fsck report that i_blocks is too large in one or more inodes.
I suspect that i_blocks is somehow escaping proper restoration
2002 Apr 22
1
i_blocks error during fsck
Hi all,
I'm running ext3 with Linux 2.4.19pre5aa2 (and thus ext3 0.9.17)
and e2fsprogs 1.27 on an x86 laptop with an IDE disk (with DMA
enabled). The partition in question was mounted with the
data=journal and nosuid options set. All the partitions are set to
be fscked on bootup every 30 days (although I don't think this
is strictely necessary, better safe than sorry).
ext3 has been
2007 Sep 19
0
i_blocks and delay allocation
Hello
I found that after defrag a file, the corresponding inode's i_blocks
become incorrect. I hope
following description address the real reason.
i_blocks is decreased in 'btrfs_drop_extents' when something are
drop/truncated and 'run_delalloc_range' calls 'btrfs_drop_extents' at
first place, so 'run_delalloc_range' may decrease the i_blocks.
2003 Feb 04
0
[PATCH] Fix signed use of i_blocks in ext3 truncate
Fix "h_buffer_credits<0" assert failure during truncate.
The bug occurs when the "i_blocks" count in the file's inode overflows
past 2^31. That works fine most of the time, because i_blocks is an
unsigned long, and should go up to 2^32; but there's a place in truncate
where ext3 calculates the size of the next transaction chunk for the
delete, and that mistakenly
2002 Apr 02
0
[patch] fix ext3 i_blocks accounting
This fixes the "i_blocks went wrong when the disk filled up"
problem.
In ext3_new_block() we increment i_blocks early, so the
quota operation can be performed outside lock_super().
But if the block allocation ends up failing, we forget to
undo the allocation.
This is not a serious bug, and probably does not warrant
an upgrade for production machines. Its effects are:
1) errors are
2001 Jun 06
2
Suspiciously broken filesystem
I appear to have a broken filesystem on this box to the point where I am
probably going to rebuild the system since I have lost trust in it.... I
was wondering if there was any reasonable postmortum work I could do on
it before it gets rebuilt.
History is that the laptop has a much mauled partition set on it -
initially it came with 100% win2k, I then shrunk that and added linux (a
RH71 install
2008 Jun 30
2
[BUGFIX][OCFS2 1/1] inode truncating
/an ocfs2 bug:
a truncate races with ocfs2_get_block(...,0).
1) 'dd' is doing a truncate, clearing the page cache and reset inode size./
/2) between clearing page cache and resizing inode, a read comes and
create a /
/new page and insert it to page cache./
/3) the read(from `cat`) set buffer head in the new page as mapped but
doesn't increase / /ip_mmu_private in ocfs2_get_block()
2012 Nov 04
1
syslinux installation problem
Hey, guys.
I have a problem when installing syslinux 4.06, and I'd be grateful if someone could tell me how to solve the problem.
My task - to install the bootloader on the virtual machine image. The image contains the MBR and the only partition with the file system ext4. The file system contains all the files for the guest OS.
To install bootloader into the image of the guest OS, I use the
2003 Jul 02
6
help: booting dos from syslinux/memdisk
Thanks for Remko for his help to solve the fractional cylinder problem.
But there is the second problem, the boot disk failure (see below << [B])
...
command line: initrd=disk.img harddisk c=2 h=256 s=63 BOOT_IMAGE=memdisk
Disk is hard disk, 16128K CHS=2/256/63 <<<< [A]
...
Loading boot sector... booting...
SYSLINUX 2.04
welcome!
boot: 1
[single dot]
2011 Mar 06
10
grub commands problem with Ubuntu 10.04
Following is one grub entry
menuentry "Ubuntu, Linux 2.6.32.27" {
insmod ntfs
set root=''(hd0,2)''
search --no-floppy --fs-uuid --set 96f65c80f65c6313
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
linux /boot/vmlinuz-2.6.32.27 root=/dev/sda2
loop=/ubuntu/disks/root.disk ro quiet splash
initrd
2009 Nov 19
10
Unable to mount loopback devices in RAID mode
Hi!
I recently tried to mount a filesystem in RAID1 mode using loopback devices. I followed the instructions at [1]. Here''s exactly what I''ve done:
$ dd if=/dev/zero of=raid1_0.img bs=1M count=500
$ dd if=/dev/zero of=raid1_1.img bs=1M count=500
$ mkfs.btrfs -m raid1 -d raid1 raid1_0.img raid1_1.img
$ losetup /dev/loop0 raid1_0.img
$ losetup /dev/loop1 raid1_1.img
$ mount -t
2008 Oct 03
2
OCFS2 with Loop device
hi there
i try to setup OCFS2 with loop device /dev/loop0
i've 4 servers running SLES10 SP2.
internal ip's: 192.168.55.1, .2, .3 and .6
my cluster.conf:
--------------------------------------------
node:
ip_port = 7777
ip_address = 192.168.55.1
number = 0
name = www
cluster = cawww
node:
ip_port = 7777
ip_address = 192.168.55.2
2008 Dec 26
7
Installing domU from ISO image file
I am trying to install CentOS from an ISO image file but the installer does
not see a CD-ROM drive. The VNC viewer works but the CentOS installer
indicates "Unable to find any devices of the type needed for this
installation type." Then it prompts with "[Select driver] [Use a driver
disk] [Back]". I have tried several variations of the "disk" paramater, all
2019 Jul 04
3
[PATCH] v2v: Allow Windows virtio ISO to be a block device as well as a regular file.
Thanks: Steven Rosenberg
---
v2v/windows_virtio.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/v2v/windows_virtio.ml b/v2v/windows_virtio.ml
index 59b0bf493..56c7a6757 100644
--- a/v2v/windows_virtio.ml
+++ b/v2v/windows_virtio.ml
@@ -338,7 +338,7 @@ and copy_from_virtio_win g inspect srcdir destdir filter missing =
) paths
)
)
- else if is_regular_file
2008 Apr 07
6
img file to physical disk
Hi all.
I''ve got a domU that exists in a sparse file image, I''d like to now use
this on a physical partition (loopback performance issues).
Is there an a easy way to do this ?
Thanks
Stuart
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2013 Aug 19
11
[RFC PATCH] Btrfs: fix memory leak of orphan block rsv
When adding orphans to an inode''s root, we start a transaction for
that root that when ended in several places such as for example
extent-tree.c:btrfs_remove_block_group(), inode.c:btrfs_unlink() and
inode.c:btrfs_evict_node(), doesn''t result in a commit, that is,
inode.c:btrfs_orphan_commit_root() doesn''t get called (via
transaction.c:commit_fs_roots()).
The respective
2004 Oct 12
3
Problem with VBD
Hi!
$ xm create -n -f xmtest
Using config file "xmtest".
(vm
(name testdomain)
(memory 128)
(image
(linux
(kernel /boot/vmlinuz-2.6.8-foo1-XenU)
(ip :1.2.3.4:::tesmo:eth0:dhcp)
(root ''/dev/xda1 ro'')
(args 1)
)
)
(device (vbd (uname phy:loop0) (dev xda1) (mode w)))
(device (vif (mac
2008 Jun 04
3
SBS 2008 install finds no disks
I''m trying to install SBS 2008 (essentially Windows Server 2008 x64) in
an HVM domain. The install starts OK, but when I get to the disk part
of the installation it doesn''t detect the disk I have configured. What
is the trick for getting the installer to recognise my disk?
Here''s my config file:
name = "06-sbs2008"
memory = 4096
vcpus = 1
builder =
2006 Aug 21
4
Making DOS/Win9x HD Image for memdisk
Hi list!
I'm trying to make a hd image with can boot from memdisk over PXE.
So this is what i did:
- Created a new VM [VMware]
-Installed DOS on a 100MB HD from a floppy
-bootet Linux over PXE [DamnSmallLinux]
-in terminal: dd if=/dev/hda of=dos.img
This image [dos.img] isn't working! Memdisk loads the Image and boots the
HD! The error message is something like this:
I/O Device
2009 Feb 25
3
HVM Linux DomU doesn''t start
Hi all,
we are running two servers with Ubuntu 8.04 LTS Server with Xen 3.2 and two
dual-core CPUs:
processor : {0-3}
vendor_id : AuthenticAMD
cpu family : 15
model : 65
model name : Dual-Core AMD Opteron(tm) Processor 2218 HE
stepping : 3
cpu MHz : 2613.394
cache size : 1024 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
fpu :