similar to: 17G File size limit?

Displaying 20 results from an estimated 200 matches similar to: "17G File size limit?"

2010 Dec 19
1
recive error while mounting linux partation using ocfs2
hi, mount -t ocfs2 -o datavolume,nointr -L "oracrsfile" /u02 when i mount linux partation using above command i recieve the following error mount.ocfs2: Invalid argument while mounting /dev/sdd1 on /u02. Check 'dmesg' for more information on this error. thanks in advance zeeshan
2007 Nov 29
1
Sharing Partitions between Linux and Windows
Hi All I've just shifteed over to linux,form Windows.I 'm having 5 partations for use by my windows XP Professional and another one by linux.The partation table is as shown : ------------------------------------------------------------------------------------------------------------------------------------------ [root at localhost6 ~]# fdisk -l Disk /dev/hdc: 250.0 GB, 250059350016
2002 Apr 29
2
Block Groups and Large Filesystems
Hello, I'm creating a large ext3 filesystem on an LVM volume, on top of a RAID1 for storing Norton Ghost disk images. Most of the files created will be between 1 and 10 GB; there may also be occasional small files also. I'm already going to reduce the number of inodes on the filesystem. Probably limit it to 102400 or so. `mke2fs --help` reports a "-g blocks_per_group" option,
2001 Aug 03
1
About Names
Hello all, I've been using ext3 since it was released for 2.2 kernel, and I've always wondered about the name. Calling it 'ext3' implies that it's a brand-new filesystem, not just a journalling add-on for ext2. I guess I understand that you want to be able to use ext3 and ext2 in the same kernel, but why not make it a mount option, since the journal code is separate in the
2010 Aug 01
3
The {{key}} interpolation syntax in I18n messages is deprecated...
All, Has anyone seen this - I am getting the following deprecation warning when running my functional tests under rails 2.3.8 (just moved an app from 2.3.4 up to 2.3.8 in prep to move to Rails 3 --- if you think this problem is solved in Rails 3 then let me know): The {{key}} interpolation syntax in I18n messages is deprecated. Please use %{key} instead. I have isolated the problem to the
2002 Apr 29
1
Inode/Blocksize questions
Hi! I'm going to build a maildir-based mailserver with a ~56 gb mail-partition. What blocksize/bytes-per-inode/number of inodes should i use (i don't want to ran out of inodes and don't want to sacrifice too much space for filefragments)? Is there a drawback when lowering the blocksize/increasing the number of inodes (except the maximum filesystem size)? The inodes used by a file is
2011 May 13
2
Rails 3 Forces HTML Escape of Forms
I have a legacy application I ported from Rails 2.x. I found that the escaping was occurring where it shouldn''t, like in creation of forms, and I couldn''t turn it off. I found two mechanisms that should have disabled it, a function safe_html, which is supposed to mark a string as not needing to be escaped. The other is raw, which similarly indicates that a string should be output
2002 Oct 03
3
Converting root ext3 to ext2?
Can anyone comment on whether or not it is possible to successfully disable the journal of an ext3 root file system prior to reboot? My application is to try and make sure there is no journal prior to installing and rebooting into a system which does not support ext3. I know that as long as the root is cleanly remounted r/o with no journal updates pending, this will be compatible. I'm
2010 Feb 08
2
ECONNABORTED: An established connection was aborted
What, exactly, does ECONNABORTED: An established connection was aborted by the software in your host machine. mean? So ... let''s start with the most basic of questions: What''s a connection? When one has a connection, does there have to be communication back-and-forth periodically before the connection is terminated? If so ... where is the timeout set? Is the browser
2005 Apr 07
1
public or shared folders
Hello I would like to setup a public namespace with folders under it that are accessiable by certain users. Something like this: Projects---- | |-----03060 | |-----04579 Users should be able to move emails from their inbox to the shared folders, and all user can see the moved email. Here is what I have done so far: 1. I
2006 Apr 04
1
Filesystem too large...
I need to setup a 3.27TB ext3 filesystem using -i 1024 and -b 1024. When I try to format this partition I get the "Filesystem too large." error. Are there any plans to update these limits? are there any patches already available that I can try out? Or am I just SOL here? (vzbu2 ~)# fdisk -l /dev/etherd/e1.1 Disk /dev/etherd/e1.1: 3600.7 GB, 3600795892224 bytes 255 heads, 63
2010 Sep 22
1
Bundler picking up wrong version of Ruby with Rails 3 ( possible bundler bug )
Hello All, I am developing a JRuby on Rails 3 application. Standard stuff. I am facing problems getting autotest to run. Here''s the trace: % autotest loading autotest/rails_rspec2 bundle exec /Users/manish/Foo/Foo-Server/jruby-1.5.2/lib/ruby/gems/1.8/gems/rspec-core-2.0.0.beta.22/bin/rspec
2005 Jan 26
1
Coraid Ether Drives
Hello My company is changing server software to CentOS on Dell equipment. At the same time we are expanding our RAID system from standard SCSI to either SATA, or the technology brought forward by Coraid using the AoE protocol. Before we take the final decision I am looking for some real experience with Coraid products on a scale of 30+ disks. We will be using a cluster of four servers with a mix
2005 Nov 08
0
Re: ATA-over-Ethernet v's iSCSI -- CORAID is NOT SAN , also check multi-target SAS
From: Bryan J. Smith [mailto:thebs413 at earthlink.net] > > CORAID will _refuse_ to allow anything to access to volume after one > system mounts it. It is not multi-targettable. SCSI-2, iSCSI and > FC/FC-AL are. AoE is not. As I understand it, Coraid will allow multiple machines to mount a volume, it just doesn't handle the synchronization. So you can have more than one
2006 Jun 22
0
ocfs2 on coraid?
Anyone tried to use ocfs2 on a coraid? So far I've found that I had to crank the heartbeat threshold up. Anything else I should know about? I'm running the ocfs2 version that comes with kernel 2.6.16.7 (is there something more recent I should use?) and ocfs2-tools and ocfs2console both v1.1.5 backported to debian stable. Oh, and a coraid SR1520 with ~6T of space in a single
2020 Jun 29
5
Unable to find the used space
Hi, While checking with df -h, it's showing the used space is 94% on root (/). If checked with du -sh, it's not showing the used space. # df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 7.8G 0 7.8G 0% /dev tmpfs 7.8G 0 7.8G 0% /dev/shm tmpfs 7.8G 857M 7.0G 11% /run tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup /dev/mapper/centos-root 50G 47G 3.4G 94% / /dev/mapper/centos-home 241G 47G
2009 Jan 21
0
Anyone using zfs over coraid aoe?
Hello, Is anyone using zfs over coraid aoe? I was thinking about creating a bunch of single disk lblades and then mirroring or raidz them using zfs. Does anyone have any experiences they would like to share? -- This message posted from opensolaris.org
2014 Dec 01
10
best file system ?
Hi, I'm going to set up a new storage for our email users (about 10k). It's a network attached storage (Coraid). In your opinion, what is the best file system for mail server (pop3/imap/webmail) purpose? Thank you
2005 Nov 07
2
ATA-over-Ethernet v's iSCSI
Nick, What are you planning on running over the shared connection? Database, eMail, File Shares? How many users? How much data? What is your I/O profile? I've worked with 'enterprise' storage most of my career either as a consumer, adviser or provider - can't comment on AoE other than to suggest you look at what are the business & technical goals, how they solve it and what
2006 Nov 07
6
Best Practices recommendation on x4200
Greetings all- I have a new X4200 that I''m getting ready to deploy. It has four 146 GB SAS drives. I''d like to setup the box for maximum redundancy on the data stored on these drives. Unfortunately, it looks like ZFS boot/root aren''t really options at this time. The LSI Logic controller in this box only supports either a RAID0 array with all four disks, or a RAID 1