Displaying 3 results from an estimated 3 matches for "187e".
Did you mean:
187
2010 Mar 01
0
Installation error: partition does not exist
We compiled xen-3.4.2 (2.6.18.8-xen).
The grub entry, and the partition information to boot from /dev/sda1 is as
follows.
1. /boot/grub/menu.lst:
title Xen
uuid 30ec981c-187e-4488-ae98-fe54ad13a77b
kernel /boot/xen-3.4.gz console=vga
module /boot/vmlinuz-2.6.18.8-xen
root=UUID=30ec981c-187e-4488-ae98-fe54ad13a77b ro console=tty0 rootdelay=90
module /boot/initrd-2.6.18.8-xen.img
2. fdisk:
Disk /dev/sda: 122.9 GB, 122942324736 bytes
255 heads...
2010 Mar 02
1
Installation error: partition does not exist
We compiled xen-3.4.2 (2.6.18.8-xen).
The grub entry, and the partition information to boot from /dev/sda1 is as
follows.
1. /boot/grub/menu.lst:
title Xen
uuid 30ec981c-187e-4488-ae98-fe54ad13a77b
kernel /boot/xen-3.4.gz console=vga
module /boot/vmlinuz-2.6.18.8-xen
root=UUID=30ec981c-187e-4488-ae98-fe54ad13a77b ro console=tty0 rootdelay=90
module /boot/initrd-2.6.18.8-xen.img
2. fdisk:
Disk /dev/sda: 122.9 GB, 122942324736 bytes
255 heads...
2010 Jul 31
0
how to find out total capacity and raid level of btrfs file system
...aid1 system consisting of two 8GB devices (so total
capacity would be 8 GB for system + metadata + data)
# mkfs.btrfs -d raid1 -m raid1 /dev/sdb1 /dev/sdc1
# mount /dev/sdb1 /media/btrfs
Now I gather all information I can with btrfs:
# btrfs filesystem show /dev/sdb1
Label: none uuid: dc691a5d-187e-4cb4-a94a-d12dabdffde4
Total devices 2 FS bytes used 28.00KB
devid 1 size 8.00GB used 2.03GB path /dev/sdb1
devid 2 size 8.00GB used 2.01GB path /dev/sdc1
# btrfs filesystem df /media/btrfs/
Data: total=1.01GB, used=0.00
Metadata: total=1.01GB, used=24.00KB
System: total=12.00MB, use...