Displaying 20 results from an estimated 70 matches for "32256".
Did you mean:
322,6
2008 Feb 27
6
"no space left on device" related to directory limit
Hello,
We have a 3-node cluster setup with ocfs2.
Since friday one of the nodes went down and would not become clustermember after a reboot because it was unable to write to the ocfs2 filesystem. Message: no space left on device.
There is plenty of diskspace though.
No problem whatsoever to create a file / directory on the filesystem using one of the other nodes.
Today one of the remaining
2010 Nov 23
1
Understanding debugfs.ocfs2 output
...er" the metadata extent file cannot be expanded..." Here is a
sample output below:
Group Chain: 8 Parent Inode: 11 Generation: 1861766630
CRC32: 00000000 ECC: 0000
## Block# Total Used Free Contig Size
0 258048 32256 1026 31230 28159 4032
1 8096256 32256 1 32255 32255 4032
Group Chain: 9 Parent Inode: 11 Generation: 1861766630
CRC32: 00000000 ECC: 0000
## Block# Total Used Free Contig Size
0 2903...
2014 Oct 15
0
Re: Virt-v2v conversion issue
Rich,
The results of the guestfish command :
><fs> part-list /dev/sda
[0] = {
part_num: 1
part_start: 1048576
part_end: 85906685951
part_size: 85905637376
}
><fs> part-list /dev/sdb
[0] = {
part_num: 1
part_start: 32256
part_end: 322126640639
part_size: 322126608384
}
><fs> part-list /dev/sdc
[0] = {
part_num: 1
part_start: 32256
part_end: 32210196479
part_size: 32210164224
}
><fs> part-list /dev/sdd
[0] = {
part_num: 1
part_start: 32256
part_end: 32210196479
part_size: 322101...
2012 Jun 25
1
how to create bootable FreeDOS HDD or USB flash drive?
...r size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x3009589f
Device Boot Start End Blocks Id System
10MB1 * 1 1606499 803249+ 6 FAT16
root at debian64:~#
3) Mounted this 10MB file with 32256 offset:
root at debian64:~# echo 63*512 | bc -l
32256
root at debian64:~# losetup --offset 32256 /dev/loop1 10MB
root at debian64:~#
4) Created FAT16 file system:
root at debian64:~# mkdosfs -F 16 -v /dev/loop1
mkdosfs 3.0.9 (31 Jan 2010)
Loop device does not match a floppy size, using default h...
2012 Apr 20
1
GEOM_PART: integrity check failed (mirror/gm0, MBR) on FreeBSD 8.3-RELEASE
...it safe to
ignore please?
sudo gpart list:
Geom name: mirror/gm0
modified: false
state: CORRUPT
fwheads: 255
fwsectors: 63
last: 976773166
first: 63
entries: 4
scheme: MBR
Providers:
1. Name: mirror/gm0s1
Mediasize: 500107829760 (465G)
Sectorsize: 512
Stripesize: 0
Stripeoffset: 32256
Mode: r2w2e3
attrib: active
rawtype: 165
length: 500107829760
offset: 32256
type: freebsd
index: 1
end: 976773167
start: 63
Consumers:
1. Name: mirror/gm0
Mediasize: 500107861504 (465G)
Sectorsize: 512
Mode: r2w2e5
Geom name: mirror/gm0s1
modified: f...
2011 Jan 13
8
mount a .img file
Ok guys I am wondering if anyone can help me out here. I am trying to
mount a xen .img file. when I try to do a mount -o loop /xen/guest.img
/mnt/tmp I get a message saying that I need to specify a partition
type.. What am I missing?
Many thanks in advance,
CJP
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2014 Oct 14
4
Re: Virt-v2v conversion issue
On Tue, Oct 14, 2014 at 03:40:22PM +0000, VONDRA Alain wrote:
> Rich,
> I've followed your instructions to trace, but I am not very skilful with gdb, maybe I made a mistake :
>
> (1) As root do:
>
> echo core.%p > /proc/sys/kernel/core_pattern -> OK
>
> (2) Before running virt-v2v, do:
>
> ulimited -c unlimited -> I think it's
2005 Aug 27
1
Samba clients can't see partitions mounted via loop device from image files
...hich I know is terrible.)
On the Mandrake (er, Mandriva) Linux box, I have image
files from a few small hard disk drives. While logged
on as root, I've mounted partitions on two of those
image files, via the loop device:
# first partition in drive1.ima is an NTFS partition:
losetup -r -o 32256 /dev/loop1 drive1.ima
mount -t ntfs /dev/loop1 /mnt/img1
# first partition in drive2.ima is a FAT32 partition:
losetup -o 32256 /dev/loop2 drive2.ima
mount -t vfat /dev/loop2 /mnt/img2
The drive*.ima files and /mnt/img* mount points are all
owned by root and are wide-open ("chmod 777&...
2009 Apr 09
2
testing that volumes are not currently attached to loopback devices
...the device is currently
attached to a loopback device. I wouldn''t have thought this a problem,
provided that the loop device itself wasn''t in use, but it causes all
sorts of strange things to happen.
My loop device was mounted with the following command ''losetup --offset
32256 /dev/loop4 /dev/vg00/virt-domu_name-0'', which allows me to mount
the filesystem with ntfs-3g (32256 is the offset of the partition in the
disk image).
The symptoms were that windows would BSoD shortly after login, chkdsk
always reported errors (as done under the recovery console) and chan...
2009 Jan 31
0
Re: pygrub CentOS domU - unable to mount lvm partition form dom0 - SOLVED
Hi Fajar
mount -o offset=32256 /dev/vg/centospy /mnt/lvm did the trick!
Thank you very much for your help.
Br
Peter
2009/1/31 Fajar A. Nugraha <fajar@fajar.net>:
> On Sat, Jan 31, 2009 at 5:45 AM, Peter Braun <xenware@gmail.com> wrote:
>> 2009/1/30 Fajar A. Nugraha <fajar@fajar.net>:
>>...
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
2019 May 28
0
[libnbd PATCH 2/4] api: Rearrange flags argument to block_status
...text, offset, e):
return
entries = e
-h.block_status (65536, 0, 0, 42, f)
+h.block_status (65536, 0, 42, f, 0)
assert entries == [ 8192, 0,
8192, 1,
16384, 3,
16384, 2,
16384, 0]
-h.block_status (1024, 32256, 0, 42, f)
+h.block_status (1024, 32256, 42, f, 0)
print ("entries = %r" % entries)
assert entries == [ 512, 3,
16384, 2]
+
+h.block_status (1024, 32256, 42, f, nbd.CMD_FLAG_REQ_ONE)
+print ("entries = %r" % entries)
+assert entries == [ 512, 3]
diff --gi...
2006 Aug 23
2
question on mounting a partition that is in a disk image
How do I mount a partition that is in an image file?
I have a file called centos.img that has 3 partitions in the file.
I need to copy data to the third partition on that image file.
I have seen things about a loop back device (which is fine)
but then it talked about an offset parameter and I dont know what
that is or more importantly what number to use. I hope I'm on the
right track.
How
2010 Apr 05
1
Kernel Panic, Server not coming back up
...gin_nolock:1722 ERROR: status = -5
(2869,0):ocfs2_write_begin:1860 ERROR: status = -5
(2869,0):ocfs2_file_buffered_write:2039 ERROR: status = -5
(2869,0):__ocfs2_file_aio_write:2194 ERROR: status = -5
OCFS2: ERROR (device sdc1): ocfs2_check_group_descriptor: Group descriptor
# 1128960 has bit count 32256 but claims that 34300 are free
(2881,0):ocfs2_search_chain:1244 ERROR: status = -5
(2881,0):ocfs2_claim_suballoc_bits:1433 ERROR: status = -5
(2881,0):__ocfs2_claim_clusters:1715 ERROR: status = -5
(2881,0):ocfs2_local_alloc_new_window:1013 ERROR: status = -5
(2881,0):ocfs2_local_alloc_slide_window...
2015 Aug 16
2
syslinux compatibility with modern Linux distributions
...eate something similar with latest Ubuntu and
in order to keep things simple, I did not add any additional
distributions at first. Content of the bootable USB flash drive is
following:
# ls -l usb/
total 1066232
-rwxr-xr-x 1 root root 21276686 aug 16 13:11 initrd.lz
-r-xr-xr-x 1 root root 32256 aug 16 11:47 ldlinux.sys
-rwxr-xr-x 1 root root 113 aug 16 13:00 syslinux.cfg
-rwxr-xr-x 1 root root 1064304640 aug 16 13:11 ubuntu-14.04.3-desktop-i386.iso
-rwxr-xr-x 1 root root 6191392 aug 16 13:11 vmlinuz
#
Content of syslinux configuration file looks like this:
# cat usb/sy...
2009 Oct 20
1
ocfs2 - problem with performance
...ack: classic o2cb
Overwriting existing ocfs2 partition.
Proceed (y/N): y
Filesystem Type of mail
Filesystem label=
Block size=4096 (bits=12)
Cluster size=4096 (bits=12)
Volume size=220009754624 (53713319 clusters) (53713319 blocks)
1666 cluster groups (tail covers 7079 clusters, rest cover 32256 clusters) Journal size=268435456 Initial number of node slots: 2 Creating bitmaps: done Initializing superblock: done Writing system files: done Writing superblock: done Writing backup superblock: 4 block(s) Formatting Journals: done Formatting slot map: done Writing lost+found: done
mkf...
2007 Mar 26
1
Backing Up A Xen Guest
...S 4.4 machines, where each guest filesystem resides on regular
(Xen-host) real filesystem.
But there's no way we've been able to make it work for CentOS 5 Beta
guests on CentOS 5 Beta Xen hosts, where each guest disk resides in a
file.
The strategy goes something like:
* losetup -o 32256 /dev/loop0 /XenGuests/Guest1
* mkfs -t ext3 /dev/loop0
* mount -t ext3 /dev/loop0 /mnt
* cd /mnt && tar xjpf /tmp/Guest1.tbz
* for i in console null zero; do /sbin/MAKEDEV -d /mnt -x $i; done
* cd /tmp; umount /srv/vm1; losetup -d /dev/loop0
* xm create -...
2014 Oct 15
1
Re: Virt-v2v conversion issue
...The results of the guestfish command :
>
> ><fs> part-list /dev/sda
> [0] = {
> part_num: 1
> part_start: 1048576
> part_end: 85906685951
> part_size: 85905637376
> }
> ><fs> part-list /dev/sdb
> [0] = {
> part_num: 1
> part_start: 32256
> part_end: 322126640639
> part_size: 322126608384
> }
[etc]
Ah .. this does explain why the fstrim failed on every disk apart from
/dev/sda.
My patches to implement fstrim in NTFS give up unless the partition is
aligned sufficiently:
http://comments.gmane.org/gmane.comp.file-system...
2008 Jul 28
1
why does mkfs.ocfs2 take so long?
...g ocfs2 partition.
WARNING: Cluster check disabled.
Proceed (y/N): y
Filesystem Type of mail
Filesystem label=san1
Block size=4096 (bits=12)
Cluster size=4096 (bits=12)
Volume size=16789027160064 (4098883584 clusters) (4098883584 blocks)
127074 cluster groups (tail covers 16896 clusters, rest cover 32256 clusters)
Journal size=268435456
Initial number of node slots: 4
Creating bitmaps: done
Initializing superblock: done
Writing system files: done
Writing superblock: done
Writing backup superblock:
Perhaps some kind of inode done/total counter would be nice as is
shown while doing mkfs.ext3?
Thank...
2008 Oct 05
2
Compiling 3.2.4 --with-krb5=/usr/lib/krb5, not working
...rty */
/* #undef HAVE_CHECKSUM_IN_KRB5_CHECKSUM */
...all left untouched.
Any thoughts? The libraries are definitely and obviously there:
root@somesambahost:/usr/lib/krb5] $ ls -als
total 3338
2 drwxr-xr-x 4 root bin 1024 May 3 10:15 .
64 drwxr-xr-x 122 root bin 32256 Aug 16 20:57 ..
2 -r--r--r-- 1 root bin 700 Jan 22 2005
HelpIndex.html
2 drwxr-xr-x 2 root bin 512 May 3 10:15
ListResourceBundle
2 -r--r--r-- 1 root bin 412 Jan 22 2005 README.db2
4 -r--r--r-- 1 root bin 1962 Jan 22...