Displaying 20 results from an estimated 4000 matches similar to: "fs for > 16 TiB partition"
2013 Apr 03
2
[PATCH 0/2] Allow xen guests to plug disks of 1 TiB or more
This series fixes an issue where disks of 1 TiB or more cannot be added
to a xen guest. The problem lies in the xen backend driver using a 32 bit
integer xenstore interface to write the number of sectors corresponding
to the file or device that represents the virtual disk.
The first patch adds 64 bit integer write functions to the xenstore
interface. The second patch fixes the xen backend driver
2015 Apr 30
3
Rsync Failed & /proc/kcore 128 TiB & NTFS HDD Makes Scary sounds even when not mounted
Hi,
I tried to backup my gentoobox using rsync into a NTFS External Drive
Rsync Failed And now there is no space lesft on my root directory "/"
and kcore file size is 128 TiB and my External NTFS HDD makes scary
sounds (Like it is working hardly) even when its not mounted rsync
created some files/directories that i cant remove them on my External
HDD using "rm -rf" , Please
2006 Nov 26
1
ext3 4TB fs limit on amd64 (FAQ?)
Hi,
I've a question about the max. ext3 FS size. The ext3 FAQ explains that
the limit is 4TB.
http://batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html
| Ext3 can support files up to 1TB. With a 2.4 kernel the filesystem size
is | limited by the maximal block device size, which is 2TB. In 2.6 the
maximum | (32-bit CPU) limit is of block devices is 16TB, but ext3
supports only up | to 4TB.
2015 Apr 30
0
Rsync Failed & /proc/kcore 128 TiB & NTFS HDD Makes Scary sounds even when not mounted
If your hard disk is making scary noises that could be the drive starting
to fail have you tried to determine if the drive is still good or on the
way out?
On Thu, Apr 30, 2015 at 2:12 AM, Kezhawe <kezhawe28 at gmail.com> wrote:
> Hi,
>
> I tried to backup my gentoobox using rsync into a NTFS External Drive
> Rsync Failed And now there is no space lesft on my root directory
2015 Apr 30
1
Rsync Failed & /proc/kcore 128 TiB & NTFS HDD Makes Scary sounds even when not mounted
I can still read&write on the external hdd and on my laptop (which I
have my gentoo there) I can't do anything on / because its filled up
with /proc/kcore after "rsync failed"
rsync -aAXv
--exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} /*
2005 Jun 02
1
could not open libRmath.so
Hi
I got a very tricky problem when I tried to compile a C++ program
which links to libRmath.so. The program itself had no problem, I can
compile and run in my own linux machine where I compiled libRmath.so
file and copied it to system directory (/usr/local/lib).
Now I want to compile my program at another linux box where I don't
have root privilege. That machine only has binary version of R,
2008 Jul 06
4
Certificate Server name!
Setup of Dovecot went smoothly.
Now when I try to retrieve mail from the server, I get the following
message:
Security Error: Domain name mismatch
You have attempted to establish a connection to "mail.tib.com"
However, the security certificate presented belongs to "imap.tib.com".....
How to fix this message?
Thanks in advance.
Kirt
2008 Jul 11
2
Dovecot - Permission denied error!
Hello:
CentOS 5.2
Postfix 2.3.3 + updates (bundled with CentOS 5.2)
Dovecot-1.0.7 (bundled with CentOS 5.2)
Dovecot-1.1.1 (Updated from www.atrpms.com)
Dovecot-sieve-1.1.5 (Updated from www.atrpms.com)
During the last few days I have installed dovecot many times without errors.
Today I installed dovecot-1.1.1 & sent a test message to 'test at tib.com'. I
received the following
2011 Mar 18
5
modprobe :: not finding existing .ko
Hi! I try to load an module that it is found in curent
/lib/modules/`uname -r` tree ...
root at sevcenco: ~ # ls -l /lib/modules/`uname
-r`/kernel/drivers/crypto/padlock-*
-rwxr--r-- 1 root root 14296 Mar 16 19:37
/lib/modules/2.6.38-0.el5.elrepo/kernel/drivers/crypto/padlock-aes.ko
-rwxr--r-- 1 root root 10808 Mar 16 19:37
/lib/modules/2.6.38-0.el5.elrepo/kernel/drivers/crypto/padlock-sha.ko
2008 Aug 31
8
CentOS 4.7 status
Hi,
i was wondering what is the status of 4.7
Thank you,
Best regards,
Adrian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3092 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.centos.org/pipermail/centos/attachments/20080831/2ebe58b8/attachment-0005.bin>
2023 Oct 17
1
transform a list of arrays to tibble
Arnaud,
Short answer may be that the tibble data structure will not be supporting row names and you may want to simply save those names in an additional column or externally.
My first thought was to simply save the names you need and then put them back on the tibble. In your code, something like this:
save.names <- names(my.ret.lst)
result.tib <- as_tibble_col(unlist(my.ret.lst),
2015 Jul 01
2
nfs problems lately ?
On 07/01/2015 11:51 AM, Tru Huynh wrote:
> On Wed, Jul 01, 2015 at 11:36:36AM +0300, Adrian Sevcenco wrote:
>> Hi! Did anyone encountered problems with nfs after the latest updates?
>> I started to have problems like nfsvers=3 no longer working in fstab
>> or messages like :
>> RPC: Program not registered
> at work, our diskless warewulf setup is still working fine
2012 Oct 28
5
Re-sizing qcow2 images
Hello All,
I am using Centos 6.3 with libvirt 0.910 and qemu-kvm 0.12
I had to resize a qcow2 disk, and came across several issues;
I used this command to resize the image:
sudo -i /usr/bin/qemu-img /var/lib/libvirt/images/mydisk.img resize
+100G . The disk is attached using virtio.
I then tried to use parted from within the guest to resize the partition.
The first problem was that the
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
2012 May 06
4
btrfs-raid10 <-> btrfs-raid1 confusion
Greetings,
until yesterday I was running a btrfs filesystem across two 2.0 TiB
disks in RAID1 mode for both metadata and data without any problems.
As space was getting short I wanted to extend the filesystem by two
additional drives lying around, which both are 1.0 TiB in size.
Knowing little about the btrfs RAID implementation I thought I had to
switch to RAID10 mode, which I was told is
2008 Apr 20
1
[LLVMdev] Global variable-length array
Chris Lattner wrote:
> On Apr 19, 2008, at 7:45 PM, Talin wrote:
>
>
>> Question about "Pascal-style" arrays as mentioned in the reference
>> guide.
>>
>> Suppose I have a global variable which points to a constant, variable
>> length array.
>>
>> The question is, how can I assign an array of type "{ i32, [5 x
>>
2006 Jan 05
2
random seed question
Greetings,
I am trying to write a C++ subroutine of my random number generator. Based
on tutorial in Writing R Extensions, one should call GetRNGstate() before
and PutRNGstate() after calling R's random variate generation routines. Now
suppose my function would generate n(n>1) numbers by a loop, do I need to
call these two functions at each iteration? This certainly increases
computation
2013 Dec 15
3
duplicate packages on connection reset
Hi! I have a small problem with some packages : i was doing an update
over ssh and my connection was interrupted .. now i have a lots of
duplicates and if i try to remove them, yum tries to uninstall all
system (447 packages 1.4 gb)!!
Any idea how can i clean this mess? would be pretty bad if the machine
needs to be re-installed only because the connection went bad during the
process...
Thanks
2010 May 13
4
update of rpm directory
Hi! I have an directory full with rpms that are installed on some
machines.. what is the best way to update those rpms to the latest
version? are there more optimal approaches then searching for each rpm
names in an update repo and download one by one?
Thanks,
Adrian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
2010 Jan 16
2
raid1 creation :: not large enough to join array
Hi!
I have 2 identical hdd (1002FBYS) with the same firmware, etc .. really
identical! when i try to add the second hdd to this raid1 array i have
the message that /dev/sdb is not large enough to join array!!
on the first hdd i have 100 mb unpartitioned at the end of disk (as i
understood that mdadm put there some info...)
Anyone, any idea what can be wrong? i already done this procees several