search for: devicee

Displaying 2 results from an estimated 2 matches for "devicee".

Did you mean: device
2011 Oct 06
1
Confgure SAN with Linux
...y SAN Storage is a HP EVA. Zoning is good. I installed HP SanSurfer and i see the vdisk with this utility. But, impossible to see the volume from the os. Fdisk returns me to the local disks, and multipath -l command does not return any info. I installed qlogic drivers, edit multipah.conf, install devicee mapper .... Have you any idea or how to ? I hope I was clear, I started with Linux and I can not put all the necessary information. Thank's for your help Best regards ________________________________ Ce message et toutes les pi?ces jointes sont ?tablis ? l'intention exclusive de ses d...
2012 Mar 27
16
[PATCH 01/16] generator: Fix unescaped '<' and '>' in api descriptions
...7 @@ This creates an ext2/3/4 filesystem on C<device> with an external journal on C<journal>. It is equivalent to the command: - mke2fs -t fstype -b blocksize -J device=<journal> <device> + mke2fs -t fstype -b blocksize -J device=E<lt>journalE<gt> E<lt>deviceE<gt> See also C<guestfs_mke2journal>."); @@ -5330,7 +5330,7 @@ For example, in guestfish you could use the following command to examine the boot script (usually called C</init>) contained in a Linux initrd or initramfs image: - initrd-cat /boot/initrd-<version>....