Displaying 4 results from an estimated 4 matches for "vg02".
Did you mean:
vg00
2013 Sep 20
1
Creating 38TB ext4 FS
mkfs.ext4 fails to create 38TB file system on CentOS 6.4 64bit with this
error:
mkfs.ext4: Size of device /dev/vg02/vtapes too big to be expressed in 32
bits
using a blocksize of 4096.
More details follow:
# uname -a
Linux tzbackup 2.6.32-358.18.1.el6.x86_64 #1 SMP Wed Aug 28 17:19:38 UTC
2013 x86_64 x86_64 x86_64 GNU/Linux
# fdisk -l /dev/sdc
Disk /dev/sdc: 41996.7 GB, 41996727091200 bytes
255 heads...
2006 Jun 12
1
Exporting LVM device to domU
...rything is ok:
##BEGINNING##
kernel = "/boot/vmlinuz-2.6.16-xen3_86.1_rhel4.1"
ramdisk = "/boot/initrd-2.6.16-xen3_86.1_rhel4.1.img"
builder='linux'
memory = 1024
name = "myvm"
vcpus = 8
vif = [ 'mac=00:16:3E:6C:54:FE, bridge=xenbr0' ]
disk = [ 'phy:vg02/lvol0,sda7,w' ]
disk = [ 'phy:sda6,sda6,w' ]
dhcp="dhcp"
hostname= "myvm"
root = "/dev/sda6 rw"
extra = "4"
##END##
However, when I change the order of the two "disk" statements ([
'phy:sda6,sda6,w' ] first and [ 'phy:vg02/l...
2003 Jan 24
2
opendir(somedir/somefile): Not enough space -- why?
...enough filespace.
This operation fails. A small directory from the same HP-UX server
can be transfered just as expected.
The HP-UX server is the source. It has 1Gb RAM - the output of bdf for
the volume the source files is on is:
Filesystem kbytes used avail %used Mounted on
/dev/vg02/apps 61440000 52722896 8652256 86% /apps
On the target Linux server, I have 1Gb RAM and 1TB of free space:
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/tcvg1/tcvol1 1007898916 33408 956667148 1% /vol1
I have "apps" configured properly as a serv...
2010 Dec 26
2
IMAP messages not being marked read
...about my dovecot is shown below. The maildir's are on local LVM/RAID and not
remote.
Thanks!!
# dovecot -n
# 2.0.8: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.35.10-72.fc14.x86_64 x86_64 Fedora release 14 (Laughlin) ext3
disable_plaintext_auth = no
mail_debug = yes
mail_location = maildir:/vg02/mail/%u
mbox_write_locks = fcntl
passdb {
driver = pam
}
plugin {
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
flag_change append
mail_log_fields = uid box msgid size flags
}
ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/priv...