Displaying 20 results from an estimated 10000 matches similar to: "maximums of ext3?"
2010 Aug 13
1
Squid and first-level subdirectories & second-level subdirectories on ext3/4
Squid, a proxy, is by its nature, storing large amounts of relatively
small files in it's cache.
As config optins it's offering:
# 'Level-1' is the number of first-level subdirectories which
# will be created under the 'Directory'. The default is 16.
#
# 'Level-2' is the number of second-level subdirectories which
# will be created under
2006 Dec 19
1
Does ext3 prevent partial page writes?
Basically I want to know if I can turn off full_page_writes in my postgres
config.
http://www.postgresql.org/docs/8.2/interactive/wal-reliability.html
2001 Dec 19
3
ext3 inode error 28
hello:
I have been reviewin my message slog and have found the following
message:
Dec 19 06:27:28 server02 kernel: EXT3-fs error (device sd(8,7)) in
ext3_new_inode: error 28
What is error 28 and should I be worried about it?
Ray Turcotte
2006 Oct 03
1
16TB ext3 mainstream - when?
Are we likely to see patches to allow 16TB ext3 in the mainstream
kernel any time soon?
I am working with a storage box that has 16x750GB drives RAID5-ed together
to create a potential 10.5TB of potential storage. But because ext3 is
limited to
8TB I am forced to split into 2 smaller ext3 filesystems which is really
cumbersome
for my app.
Any ideas anybody?
2001 Jul 27
2
Strane remount behaviour with ext3-2.4-0.9.4
Following the announcement on lkml, I have started using ext3 on one of my
servers. Since the server in question is a farily security-sensitive box, my
/usr partition is mounted read only except when I remount rw to install
packages.
I converted this partition to run ext3 with the mount options
"nodev,ro,data=writeback,defaults" figuring that when I need to install new
packages etc,
2001 Oct 23
3
Recreate journal after switch between ext2/ext3 ?
Hi,
After mounting -t ext2 an ext3 partition, working with,
do I have to recreate .journal when I remount the
partition as ext3 ? Thanks !
Liu
2002 Jul 17
3
Maximum File Size on Ext2/3
I need to find out what the maximum file size in an ext2/3 file system.
It appears from the definition of the ext2_inode structure that since
the i_size field is a 32 bit integer that the file would be limited by
that.
Thanks, Jason
2007 Mar 21
1
EXT2 vs. EXT3: mount w/sync or fdatasync
My application always needs to sync file data after writing. I don't want anything handing around in the kernel buffers. I am wondering what is the best method to accomplish this.
1. Do I use EXT2 and use fdatasync() or fsync()?
2. Do I use EXT2 and mount with the "sync" option?
3. Do I use EXT2 and use the O_DIRECT flag on open()?
4. Do I use EXT3 in full journaled mode,
2002 Feb 22
4
Ext3 -> Ext2 ?
Hi there,
I tried to setup my linux box with an ext3 root file system.
That failed because of wrong initrd settings. Sorry.
Now the filesystem is marked having a journal but there
is no /.journal file anyway. I tried to buikd that
journal by hand (tune2fs -j /dev/hda3 - in my case).
That fails also. :-(
/sbin/tune2fs -l /dev/hda3
says:
...
Journal UUID: <none>
Journal
2006 Jun 20
1
viewing ext3 journal
Hi!
Is there a way to view ext3 filesystem's maintained journal (in a
human-readable-format)?
I ask, because i have had a server crash before and now i'm wondering
if i might take a look at last things that my server did straight
before crash. I guess clarifying log insertions might be lost before
buffers were flushed to disk.
Thx.
2006 Jun 23
2
Needed help to fix corrupted ext3 fs
I have been trying very hard to seek help with my very complex issue but
so far none have been successful. So I would like to try this mailing
list, maybe there are some experts who know what they're talking about.
Please refer to my experts-exchange question, all the required
information will be there. It is more practical to send you to the
webpage than paste out what I've done.
2006 Jun 19
5
Limited write bandwidth from ext3
We are running a benchmark that does single threaded 512 KB writes to a
LUN on a CLARiiON storage array. The dual Xeon host (Dell 2650) with 4
GB of memory runs RHEL 4U3
We measured the write bandwidth for writes to the block device
corresponding to the lun (e.g. /dev/sdb), a file in an ext2 filesystem
and to a file in an ext3 file system.
Write b/w for 512 KB writes
Block device 312 MBps
Ext2
2005 Apr 09
3
short read while checking ext3 journal
My UPS failed and my server took an 'unscheduled outage' a few weeks ago.
The only casualty appears to be a volume I used for backup. I usually
maintain data on multiple hard disks, but in this case I errantly had some
data (of marginal value) on this file system.
At this point, the data is not worth enough for me to send the drive out
for data recovery, but it's worth enough to
2006 Apr 21
2
EXT2-fs warning (device hda6): ext2_fill_super: mounting ext3 filesystem as ext2
I often get the message:
EXT2-fs warning (device hda6): ext2_fill_super: mounting ext3 filesystem as ext2
I have googled for a reason and a way to solve this -
but not found something I could use. Maybe somebody here konws
what to do?
best regards
keld
2001 Nov 27
2
ext3 convert
Hi,
I installed a new kernel with ext3 support and I want
to convert my ext2 partitions to ext3.
I used to do
tune2fs -j /dev/hdX
I did this and it works.
Now I converted one of my partitions, the other are system ones
(/home, /boot, /)
Do I have to do this command when these partitions umounted (the other
was)? How do I do that, I cannot start this program if there are not
mounted. Or do
2001 Nov 08
2
Which mkfs tool can I use for an ext3 file system??
HI,
I have just upgraded my Linux 7.1 to 7.2 (so I can
have ext3 available for use). My question is how do I
format a partition for an ext3 file system? We can
normally run the command 'mkfs' or 'mkfs.ext2' to
format an ext2 file system, or 'mkfs.xfs' for an xfs
file system. I was looking for some utilily like
'mkfs.ext3' or similar.
Question: Does ext3 support
2001 Nov 01
2
ext3 partition still gets mounted as ext2
I'm using the ext3-patched version of Linux 2.4.13 (the patch from Andrew
Morton's UOW site). I compiled both ext3 and ext2 into the kernel. I've also
done "tune2fs -j /dev/hda3" and changed /etc/fstab to ext3. However, when I
boot up, the filesystem still gets mounted as ext2. I've been trying to
figure out why for many days now.. any ideas?
Here's my setup:
2002 Apr 02
7
ext3 crash
Hi,
One of my shared volumes crashed the other day on a RH-7.2, 2.4.9-31 system.
These are the first errors in the log:
kernel: EXT3-fs error (device ide0(3,9)): ext3_readdir: bad entry in
directory #2424833: rec_len is smaller than minimal - offset=0,
inode=2553887680, rec_len=0, name_len=0
kernel: EXT3-fs error (device ide0(3,9)): ext3_readdir: bad entry in
directory #2424833: rec_len is
2011 Oct 27
1
Fitting Maximums of data series with cubic spline
Hi Users,
I want to fit the maximums of a data series with a cubic spline. How do I
go about this in R.
I failed to figure out how I can use the mgcv library to do this.
Thanks
----------------------------
ZABLONE
2001 Nov 15
2
box standard kernel 2.2.x failes to mount cleanly unmounted ext3 partition
Hi Everyone!
Just to let you know,
I am very happy ext3 made it thorugh to linux kernel 2.4.15
We have installed ext3 on several machines here at jtrix.org (including two
laptops) and everything seems to be working fine.
Our only concern is for our two public servers. They run linux 2.2.19 for
stability reasons. On one of the laptops (dual booting 2.2.19 and 2.4.14)
kernel 2.2.19 failed to