Displaying 20 results from an estimated 60000 matches similar to: ""Re: Contents of Ext3-users digest...""
2003 Aug 30
0
Re: Contents of Ext3-users digest...
-----Original Message-----
From: ext3-users-request@redhat.com
[mailto:ext3-users-request@redhat.com]
Sent: Friday, August 29, 2003 9:30 PM
To: ext3-users@redhat.com
Subject: Ext3-users digest, Vol 1 #954 - 3 msgs
Send Ext3-users mailing list submissions to
ext3-users@redhat.com
To subscribe or unsubscribe via the World Wide Web, visit
https://www.redhat.com/mailman/listinfo/ext3-users
or,
2003 Jun 25
0
Re: Ext3-users digest, Vol 1 #910 - 5 msgs
On Tue, 24 Jun 2003 ext3-users-request@redhat.com wrote :
>Send Ext3-users mailing list submissions to
> ext3-users@redhat.com
>
>To subscribe or unsubscribe via the World Wide Web, visit
> https://www.redhat.com/mailman/listinfo/ext3-users
>or, via email, send a message with subject or body 'help' to
> ext3-users-request@redhat.com
>
>You can reach the person
2004 Mar 04
0
Ext3-users digest, Vol 1 #1063 - 1 msg
Hello ext3-users-request,
request
======= 2004-03-03 12:00:00 You writed=======
>Send Ext3-users mailing list submissions to
> ext3-users at redhat.com
>
>To subscribe or unsubscribe via the World Wide Web, visit
> https://www.redhat.com/mailman/listinfo/ext3-users
>or, via email, send a message with subject or body 'help' to
> ext3-users-request at redhat.com
>
2007 Apr 18
0
Ext3-users Digest, Vol 38, Issue 10
Hi,
my program works well with fedora-2 .with fedora-5 it's gives following
errors..
get_it_i_say.c:549: warning: implicit declaration of function 'strcmp'
cc -o giis dir.o file.o get_it_i_say.o group.o init.o inode.o main.o
searchnupdate.o uninit.o
inode.o: In function `read_inode':inode.c:(.text+0x202): undefined reference
to `S_ISDIR'
inode.o: In function
2005 Feb 03
0
Ext3-users Digest, Vol 12, Issue 1
Often enough, even on the periodic fsck's that occur every so-many mounts, the
fsck will fail and leave me in a shell. On the Debian boot, I am already
logged in as root and the root filesystem is mounted read-only.
I then need to run fsck -f [/mnt/hd....] manually -f forces.
It will go through a series of checks. Usually, it simply ends and I do the
control D and everything is clean.
2003 Feb 06
0
Re: Ext3-users digest, Vol 1 #793 - 9 msgs
It is most likely that your grub.conf file is _different_ than menu.lst.
grub.conf is just a dummy symlink made by RH under /boot/grub as well as
under /etc to make peoples lives easier. (Or harder as the case maybe)
If the contents of grub.conf is what you want to use for your bootup
listing..
cd /boot/grub
mv menu.lst menu.lst.bak
cp grub.conf menu.lst
rm grub.conf
#optional step
ln -sf
2001 Sep 09
0
RE: Thanks! Now I can recieve digest...
<html>
<body>
<img src="http://user6.orgio.net/orgiomail/button.php3?id=nbaxmzrwevbrrsfhjbl&user=redolent" width="1" height="1">
<pre>
Thanks...
Today I will convert my Linux Box file systems to EXT3...
God save me....
-----Original Message-----
From: ext3-users-admin@redhat.com [mailto:ext3-users-admin@redhat.com]On Behalf Of
2002 Feb 08
0
Re: Ext3-users -- confirmation of subscription -- request 905448
On Thu, 7 Feb 2002 ext3-users-request@redhat.com wrote:
> Ext3-users -- confirmation of subscription -- request 905448
>
> We have received a request from 66.88.179.82 for subscription of your
> email address, <mhaque@haque.net>, to the ext3-users@redhat.com
> mailing list. To confirm the request, please send a message to
> ext3-users-request@redhat.com, and either:
>
2001 Jul 14
0
Re: ext3-users@redhat.com
Stelian Pop wrote:
> I found out that a new version of ext3-2.4 was available from
> the previous messages on this list, despite the fact that
> no 'official' announce was given...
I thought that the message,
https://listman.redhat.com/pipermail/ext3-users/2001-July/000804.html
, was the official announcement.
BTW, no problems here with 0.9.0. 1 week and some hours of
2002 Feb 18
3
Undeleting files in ext3 (Newbie-question)
Recently I've encountered a problem, and now I would preciate any help
about being able to undelete files.
My /var filestructured is mounted at /dev/hdc1
Part of my /etc/mtab looks like this:
/dev/hdc1 /var ext3 rw 0 0
I'm using the e2fsprogs-1.23-2 package currently installed with Redhat 7.2
So, could anyone give me a hint of how things could be done to find
deleted inodes?
I've
2001 Jun 12
1
Mounting / as ext3 when ext3 is modularized in 2.4
Hello,
I recently switched from 2.2 to 2.4 kernel. Each partition already contains
a journal. I tried kernel-2.4.5-0.2.9 from RedHat Rawhide, where ext3/jbd is
modularized. For the people who want to try this kernel, you first need to
rebuild it, and enable CONFIG_JBD_DEBUG. This solves an unresolved symbol
in jbd.o which prevents ext3 to load. (This issue will be solved in next
RawHide)
My
2004 Aug 10
1
Conversion / partition from ext2 to ext3
Hi,
I have installed Red Hat Linux 7.3 with ext2 file system and I have multiple partition. I converted them to ext3 using following command.
tune2fs -j -i 0 /dev/hdaX
And I modified /etc/fstab as below.
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts
2001 Aug 18
2
ext3->ext2->ext3 and unclean umount
Suppose I have the latest and greatest e2fsprogs.
>From reading the docs I understand that
1) boot ext3, clean umount
- you can remount ext3 or ext2
2) boot ext3, unclean umount
- you can remount ext3
- you can e2fsck and remount ext2
Does this mean that normal linux init script e2fsck will do it, in case fstab
says ext2? Or you should make sure to run e2fsck by hand with -f?
3) boot
2005 Nov 18
0
[2.6 patch] fs/ext3/: small cleanups
This patch contains the following cleanups:
- there's no need for ext3_count_free() #ifndef EXT3FS_DEBUG
- having prototypes for ext3_count_free() in two different headers is
nonsense
Signed-off-by: Adrian Bunk <bunk at stusta.de>
---
fs/ext3/balloc.c | 2 --
fs/ext3/bitmap.c | 8 +++++++-
fs/ext3/bitmap.h | 8 --------
fs/ext3/ialloc.c | 1 -
4 files changed, 7
2002 Jan 29
0
RESOLVED - RE: Ext3 problems possibly plauging me
Thank you to all who replied.
I am very happy (for you guys anyway) to report that this
was NOT infact caused by ext3, but rather a very very untimely
memory failure that occured during my convertion from ext2 to ext3.
It turned out that one of my PC2100 DDRs went south, and I'll
be contacting Crucial to deal with that.
Thanx again for all the help.
benr.
-----Original Message-----
2002 Apr 09
2
couldn't load ext3
Hi
I am running a PC under Linux SuSE 7.2 with kernel 2.4.18, self compiled.
I changed some days ago the partition of my second HD from ext2 to ext3 with the help of tune2fs -j /dev/hdb2 and everything was running OK.
Today, I had a problem with a frozen display and I had to reboot the box cold. During the corresponding forced check I got the following messages:
Quote
---------
/dev/hdb2: reading
2003 Jan 29
0
Ext3, orphans and read-only
Hi,
I've seen a problem where on recovery after a crash the
orphan cleanup code clears the read_only bit and does not reset
it. This causes the the fsck to drop to the "fix filesystem" prompt
simply because the root filesystem is now mounted rw.
It looks like this:
Creating rootdevice
Mounting rootfilesystem
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs:
2001 Oct 13
3
2.2.19+ext3 or 2.4.1x+ext3 ?
I've not been happy with the stories about the "stable" 2.4.x kernels.
Everywhere I read people saying "not for production use".
Would you recommend adding ext3 to 2.2.19 (ext3-0.0.7a) or moving to
2.4.1x and using ext3 there (ext3-0.9.12)?
--
-IAN! Ian! D. Allen Ottawa, Ontario, Canada idallen@ncf.ca
Home Page on the Ottawa FreeNet: http://www.ncf.ca/~aa610/
2001 Jul 10
1
To ext3 or not to ext3?
I'm in the process of building a home file server and am of course going
to use Linux 2.4 (2.4.6 for now...). I'm waffling between resierfs and
ext3. I've read the ext3 page and some of the mailing list archives but
have a few questions remaining. (I apologize in advance if they are
redundant.)
Are there any known issues with:
- LVM
- LVM snapshots (more on that in a sec)
-
2001 Oct 11
4
ext3 on 2.4.10-ac11 w/ext3-2.4-0.9.12-2410ac11
I am trying to compile 2.4.10-ac11 w/ the ext3-2.4-0.9.12-2410ac11
patch. I'm getting unresolved symbols w/ ext3 module:
cd /lib/modules/2.4.10-ac11; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.10-ac11;
fi
depmod: *** Unresolved symbols in