Displaying 7 results from an estimated 7 matches for "51133".
Did you mean:
5113
2018 Jan 07
2
Re: virtdf outputs on host differs from df in guest
.... I made the assumption that this guest is using XFS.
>
>(1) Make an XFS filesystem and use libguestfs to query the statvfs:
>
>$ guestfish -N fs:xfs -m /dev/sda1 statvfs /
>bsize: 4096
>frsize: 4096
>blocks: 24713
>bfree: 23347
>bavail: 23347
>files: 51136
>ffree: 51133
>favail: 51133
>fsid: 2049
>flag: 4096
>namemax: 255
>
>(2) Open the same disk image in virt-rescue and examine with stat
>command:
>
>$ virt-rescue -a test1.img
>><rescue> mount /dev/sda1 /sysroot
>><rescue> stat -f /sysroot
> File: "/sys...
2018 Jan 07
3
Re: virtdf outputs on host differs from df in guest
after install libguestfs_xfs, all results are:
[using guestfish]
guestfish -N fs:xfs -m /dev/sda1 statvfs /
bsize: 4096
frsize: 4096
blocks: 24713
bfree: 23391
bavail: 23391
files: 51136
ffree: 51133
favail: 51133
fsid: 2049
flag: 4096
namemax: 255
[using virt-rescure]
virt-rescue -a test1.img
><rescue> mount /dev/sda1 /sysroot
><rescue> stat -f /sysroot
File: "/sysroot"
ID: 80100000000 Namelen: 255 Type: xfs
Block size: 4096 Fundamental block size...
2018 Jan 04
2
Re: virtdf outputs on host differs from df in guest
hi Jones, Thanks for your reply.
At 2018-01-04 19:41:27, "Richard W.M. Jones" <rjones@redhat.com> wrote:
>On Thu, Jan 04, 2018 at 12:58:40PM +0800, Chen Fan wrote:
>[In guest]
>> python -c 'import os; s = os.statvfs ("/"); print s'
>> posix.statvfs_result(f_bsize=4096, f_frsize=4096, f_blocks=5886149,
>> f_bfree=4802342, f_bavail=4802342,
2018 Jan 04
0
Re: virtdf outputs on host differs from df in guest
...with a very simple and
reproducible example. I made the assumption that this guest is using XFS.
(1) Make an XFS filesystem and use libguestfs to query the statvfs:
$ guestfish -N fs:xfs -m /dev/sda1 statvfs /
bsize: 4096
frsize: 4096
blocks: 24713
bfree: 23347
bavail: 23347
files: 51136
ffree: 51133
favail: 51133
fsid: 2049
flag: 4096
namemax: 255
(2) Open the same disk image in virt-rescue and examine with stat
command:
$ virt-rescue -a test1.img
><rescue> mount /dev/sda1 /sysroot
><rescue> stat -f /sysroot
File: "/sysroot"
ID: 80100000000 Namelen: 255...
2018 Jan 08
0
Re: virtdf outputs on host differs from df in guest
...t
> ><rescue> stat -f /sysroot
> File: "/sysroot"
> ID: 80100000000 Namelen: 255 Type: xfs
> Block size: 4096 Fundamental block size: 4096
> Blocks: Total: 24713 Free: 23347 Available: 23347
> Inodes: Total: 51136 Free: 51133
>
> vs:
>
> ><rescue> mount -o ro /dev/sda1 /sysroot
> ><rescue> stat -f /sysroot
> File: "/sysroot"
> ID: 80100000000 Namelen: 255 Type: xfs
> Block size: 4096 Fundamental block size: 4096
> Blocks: Total: 24713...
2015 Jun 17
3
EFI & PXE-booting: very slow TFTP performance on a VMWare test setup
...10.141.0.1 10.141.255.254 TFTP
60 Acknowledgement, Block: 9123
51131 0.000088 10.141.255.254 10.141.0.1 TFTP
1454 Data Packet, Block: 9124
51132 0.017785 10.141.0.1 10.141.255.254 TFTP
60 Acknowledgement, Block: 9123
51133 0.000090 10.141.255.254 10.141.0.1 TFTP
1454 Data Packet, Block: 9124
51134 0.017949 10.141.0.1 10.141.255.254 TFTP
60 Acknowledgement, Block: 9124
51135 0.000090 10.141.255.254 10.141.0.1 TFTP
1454 Data Packet, Block:...
2015 Jun 17
0
EFI & PXE-booting: very slow TFTP performance on a VMWare test setup
...255.254 TFTP
> 60 Acknowledgement, Block: 9123
> 51131 0.000088 10.141.255.254 10.141.0.1 TFTP
> 1454 Data Packet, Block: 9124
> 51132 0.017785 10.141.0.1 10.141.255.254 TFTP
> 60 Acknowledgement, Block: 9123
> 51133 0.000090 10.141.255.254 10.141.0.1 TFTP
> 1454 Data Packet, Block: 9124
> 51134 0.017949 10.141.0.1 10.141.255.254 TFTP
> 60 Acknowledgement, Block: 9124
> 51135 0.000090 10.141.255.254 10.141.0.1 TFTP
> 1...