Displaying 20 results from an estimated 1300 matches similar to: "Size of .journal file for embedded linux"
2001 Oct 28
8
Ext3 partition not appearing in df output
Hello,
I converted my / partition to ext3 from ext2 today, and I'm using kernel
2.4.13+ext3 patch
I used tune2fs -j and set the filesystem to auto in fstab, and compiled ext2
as well as ext3 in the kernel
Upon rebooting, I tried df -hT to see if it had worked, and to my surprise it
didn't list my root partition
dmesg say it's fine (and btw everything works fine)
kjournald
2002 Jan 15
9
Ext3 vs. Reiser?
Hi!
I was just wondering how Ext3 and Reiserfs compare. When I reinstalled my
server (because of a stupid hacker) I took the opportunity to change to
ReiserFS. And I have to say it's really much faster than Ext3.
I don't have benchmarks, but for example, stuff like "make dep" on the linux
kernel is much faster (even though I had enabled write cache when I was
using ext3).
So
2001 Dec 10
1
ext3 mounted as ext2
Hi,
Also I do have some problems mounting an ext3fs which gets just mounted
as an ext2fs. (Yeap, I looked a little bit around in the mailling list
and found similiar problems which haven't help me ;-( )
I have a root ( /) and a /mnt partition. both are converted via tune2fs
-j into a journaled fs.
my fstab looks like this:
/dev/hda1 / ext2 defaults
2001 Nov 20
2
pivot_root problem on RH7.2
Hello,
I'm new in ext3. I installed RH7.2 with ext3. For a short time it
worked properly, but when I compiled the linux kernel (2.4.9-13) from RH
package, the old kernel didn't boot again (I didn't change anything with
the old binary).
I downloaded kernel 2.4.14 and ext3 patch for this version. After
the compilation and installation I rebooted the system. I got answer
something
2016 Feb 19
2
problem cloning storage pool volume
I'm trying to clone a volume in a storage pool and I'm following the steps
described here:
http://libvirt.org/docs/libvirt-appdev-guide-python/en-US/html/libvirt_application_development_guide_using_python-Storage_Pools-Cloning.html
My code looks like:
destXML = """
<volume>
2003 May 21
3
How to create EXT3 file system image from directories?
Hi there,
Is there a utility to create an EXT3 file system image from directories?
Just like the mkfs.jffs2 which creates a JFFS2 file system image from
directories?
The "mke2fs -j" only creates the bare bone file system, what I want is to
build an image with pre-built content.
Thanks,
Debbie
2016 Feb 19
2
Re: problem cloning storage pool volume
On Fri, Feb 19, 2016 at 12:12 PM, Martin Kletzander <mkletzan@redhat.com>
wrote:
> On Fri, Feb 19, 2016 at 11:12:32AM +0000, Andrei Perietanu wrote:
>
>> I'm trying to clone a volume in a storage pool and I'm following the steps
>> described here:
>>
>>
2016 Mar 11
2
/etc/msg.sock folder questions regarding nvram/wear leveling.
Hi,
i try to create a openWRT Samba 4.3 package and stumbled across the fact
that samba 4.3 will create those message socks inside the private-dir. That
results in creating entries inside /etc/samba/msg.sock.
On openWRT /var is a tempFS in ram, so anything there is not a problem
regarding nvram and wear leveling. Yet the root uses a jffs2 overlay. So
while those message socks have no size, jffs2
2003 Mar 12
1
'summary' with logicals (PR#2629)
Consider
> oj <- data.frame(x = c(TRUE, FALSE, NA))
> oj
x
1 TRUE
2 FALSE
3 NA
> summary(oj)
x
Mode :logical
FALSE:1
TRUE :1
But
> oj$x <- factor(oj$x)
> summary(oj)
x
FALSE:1
TRUE :1
NA's :1
My point is that NA's should be reported for logicals like they are for
other data types.
Göran
---
Göran
2014 Sep 30
1
"power outage"-save / like embedded systems
I would like to setup a small system based on CentOS6
"power outage"-save as possible. The hardware will be
switch off by pulling the plug.
To accomplishing this goal, I would mounting some fs parts
readonly (e.g. /usr) and thinking about tmpfs for volatile
parts (e.g. lock, run under var). Additionally "optimize"
some vm.dirty_* kernel- and fs/ext4 parameters.
2002 Feb 20
3
Pointer to covariates?
In the first line, use the dist function, found in library mva,
to get the distance between each pair of rows. From this
calculate an incidence matrix for which element i,j is true if
row i in dat equals row j in dat (and false elsewhere).
In the second line, for each row calculate the indices of
the matching rows and take the minimum of those as the key.
incid <-
2001 Jan 30
1
link in FAQ incorrect (PR#833)
Hi,
the link to the R code for repeated measurement analyses of J Lindsey is
unfortunately not working. I am desperate for repeated measurements in
R; could you please help me out.
Sincerely,
Dr. G. Stoet
--
Dr. Gijsbert Stoet
email: stoet@thalamus.wustl.edu
Web: http://eye-hand.wustl.edu/lab/people/stoet.html
Phone: (314)7474095 Fax: (314)7474370
2004 Feb 11
4
ext3 Overhead
Hello!
I'm using a CompactFlash as storage device. Since those CF cards only have
limited write cycles (CF does wear-levelling by itself, but you don't want
to write too many timet so the card) i was wondering by what a factor the
journaling of ext3 increases the write accesses to the CompactFlash
compared to ext2. Thanks a lot already for your help!
Sincerely
Chris Braun
2002 Apr 18
1
strptime mysteriously adds a day - 0S-specific: Linux and (PR#1467)
On Thu, 18 Apr 2002, Martin Maechler wrote:
> >>>>> "Jason" == Jason Turner <jasont@indigoindustrial.co.nz> writes:
>
> Jason> strptime() mysteriously adds a day to a date, unless the year
> Jason> is specified. Tested on:
> Jason> Linux (RedHat 6.0) - R version 1.4.1 and R-devel.
> Jason> Windows - R version 1.4.1
>
2011 Jun 30
6
puppet autosign by VLAN IP
Hi,
Can puppet autosign work by giving vlan IP instead of domain?
For example, in the autosign.conf file, instead of using
*.mydomain.org, I want to give 172.18.133.*
But it does not seem to work if I give the IP address. But I don''t
want to limit the client from *.mydomain.org by only allow certain
vlan client not all the are in the same domain.
Thanks,
-Haiyan
--
You received this
2007 Jun 05
1
Help on ext3 file system corruption issue
Hi All,
I m a novice developer of Linux applications. Recently I faced a file
system corruption. (I guess)
I have a Kernel 2.4.7-10 with ext3 file system in compact flash. The
system was up for 3 months and was running with average load conditions.
One fine day, it just started sending kernel messages on the serial
console. The message was like this.
EXT3-fs error (device ide0(3,2)):
2002 Oct 17
2
'text' can't find "x"
I wanted to add some text to a plot and got (R-1.6.0, Linux):
> text(x = c(1, 4), y = 5, labels = x)
Error in text.default(x = c(1766, 1895), y = 5, labels = x) :
Object "x" not found
With the default value of 'labels':
> text(x = c(1, 2), y = 5, labels = seq(along = x))
Error in seq(along = x) : Object "x" not found
A scoping bug? :)
But
>
2002 Sep 19
2
R 1.6 for windows?
On Thu, 19 Sep 2002 10:43:01 -0400 (EDT), you wrote in message
<200209191443.KAA17404@falmouth.bwh.harvard.edu>:
>Hi Duncan -- I am curious as to whether you are building/distributing
>R 1.6.0 for windows? There's nothing urgent about it, I have one.
>The question is how to identify a distribution URL if one exists.
I will be building and distributing the final release.
2002 Feb 20
1
Disk error 00, drive F0
Hello,
I have recently downloaded Sorcerer GNU Linux (http://sorcerer.wox.org/)
which uses ISOLINUX for booting the installation CD-ROM.
Problem is, I can not get the CD-ROM to boot. I have tested it on
another computer, and it works fine (The CD-ROM has been written
correctly).
When I boot it on my home system, it gives me this error message:
ISOLINUX 1.66 2002-01-01 isolinux: Disk error 00,
2010 Mar 09
1
Computation of AIC for gls models
Dear Colleagues,
We are using the phylog.gls.fit() function from the R package "PHYLOGR" (Diaz-Uriarte R, Garland T: PHYLOGR: Functions for phylogenetically based statistical analyses. 2007. Available at [http://cran.r-project.org/web/packages/PHYLOGR/index.html]) to correct for lack of independence between data points. (In our particular case, the lack of independence is due to