Displaying 15 results from an estimated 15 matches for "sneakums".
2002 Dec 02
1
growfs
Hi,
We have recently switched from XFS to ext3 do to various corruption
scenarios that were witnessed.
Does ext3 have something like xfs_growfs for growing the FS to the end
of the underlying partition?
Thanks,
Menny
2002 Dec 13
1
ext3 to ext2 conversion causes kernel panic
Hi,
I try to convert my RedHat 7.3. partitions from ext3 to ext2. I have
found a thread dealing with this issue.
Thus: "tune2fs -O ^has_journal /dev/foo" and "e2fsck /dev/foo" will do
the magic! This works fine for "/boot" but when I try to convert "/" my
kernel panics? The kernel panics message appears shortly after the
attempt to startup kjournald.
How
2002 Dec 29
1
Deleted from partition table
I accidentally removed an ext3 partition from the partition table. I know
roughly where it started. Is there any way of finding the superblock and
reconstructing it?
TIA,
Dave
(Yes I have a backup of the important stuff!)
2002 Nov 03
1
is this list still active?
i have a question on ext3 modes and am not sure if
this list is still active
2002 May 16
1
resizing an ext3 partition
I'm getting ready to add some memory to a server running RH7.3
with ext3. I'm going to need to add more space to the swap partition
and so I'll also need to resize an ext3 partition. I've seen some
posts by searching the list that the resize2fs should work fine,
but the man pages don't mention anything about ext3. Version is:
resize2fs 1.27 (8-Mar-2002)
Has anyone actually
2002 Mar 31
1
Crypto file systems using ext3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Does anybody have any links/howtos on creating an encrypted file system using
ext3? Basically I want to encrypt /home and be asked the password when I
mount the file system.
- --
Cheers, Chris Howells -- chris@chrishowells.co.uk, howells@kde.org
Web: http://chrishowells.co.uk, PGP key: http://chrishowells.co.uk/pgp.txt
KDE:
2001 Oct 11
0
Success report with 2.4.12 on UltraSPARC
...'s been a slow week.
[1] For this read: "tried to match rejects to pieces of code". I don't
know anything about the ext3 code, but that's okay: I don't know
anything about the Linux code, either.
--
///////////////// | | The spark of a pin
<sneakums@zork.net> | (require 'gnu) | dropping, falling feather-like.
\\\\\\\\\\\\\\\\\ | | There is too much noise.
2002 Apr 01
3
Cannot delete a file on 2.4.18
Hi, I get the error "Operation not permitted" when I try to delete
a file as root, see some commands below.
- there is no "i" attribute
- it's a problem with the files and not the upper directories
since I can delete a similar file in the same directory
- fsck -f doesn't find any error on the partition
- the partition is mounted rw
If this is not the right place to
2002 Jan 09
3
Recovery
I've been running RH 72 on my Dell at work. Since I
use more than one system and I test things, I forgot
that I had the root partition as ext3. That machine
has two kernels on it. One is the stock 2.4.7 RH 72
and the other is the new 2.4.17 that I compiled last
week.
This morning I logged in and typed startx. The kernel
responed by coughing up a lung and segfaulted.
Couldn't run any
2001 Nov 05
2
Oops on 2.4.13-pre6 (sparc64)
...e_journal_head+100/140>
1c: 90 12 22 b0 or %o0, 0x2b0, %o0
Code; 0049da64 <__journal_remove_journal_head+104/140>
20: 92 12 63 f0 or %o1, 0x3f0, %o1
1 warning issued. Results may not be reliable.
--
///////////////// | | The spark of a pin
<sneakums@zork.net> | (require 'gnu) | dropping, falling feather-like.
\\\\\\\\\\\\\\\\\ | | There is too much noise.
2002 Mar 23
1
bad i_blocks count when FS full
I tried it on loop.
1. mount /dev/loop0 /mnt/test -t ext3
2. cp files to 100% full
3. umount /mnt/test
4. fsck.ext3 -f /dev/loop0
Inode xxxxx, i_blocks is xxx, should be yyy. Fix?
2002 Apr 22
4
Question about Journaling Root Filesystem.
I am trying to use data=journal on my root file system. I have separate
slices on which journal=data works fine on all of them, except root. I
have tried putting rootflags=journal=data on my kernel line in Grub, but
I get a kernel panic. I'm missing something simple, I jut know it. It
can't be the kernel version because it works on the other slices. My
etc/fstab file is as follows:
2003 Jun 15
2
Ext3-Bug in Kernel 2.4.21?
Hi,
The following error message appeared in syslog while the filesharing
client overnet was running and writing to the disk.
I first only noticed that suddenly Opera was frozen and no new terminals
could be started.
Regards
W. Pichler
syslog
Jun 15 13:15:34 pc kernel: Unable to handle kernel NULL pointer
dereference at virtual address 0000000e
Jun 15 13:15:34 pc kernel: printing eip:
Jun
2002 Apr 22
10
How To Fix Duplication Block Error?
Hi there,
I am very new in linux and met the filesystem problem as described in the
following, I tried to use 'fsck' and tried to find some support documents
but failed. Your hints and helps are very appreciated.
Millions of thanks,
Annie
The error message is (sorry for it's length, I just want to make it clear)
====================================================================
2003 Oct 29
1
tune2fs -j on mounted FS
Just now I ran tune2fs -j on the root filesystem of a box running
2.6.0-test8. Then I edited /etc/fstab and changed the FS type to from
ext2 to ext3, saved the file, and invoked vim on the file again. A
few moments after this, the box hung. Unfortunately X was running at
the time, and so I don't have any messages to cite.
Is this a known problem?