Putting ext3 journal on separate drive

2007-12-10 Thread Dotan Cohen
I was recently advised to put the journal of a particular partition on a separate drive. How is that done? Specifically, I have the partition /home/user/.thumbnails on /dev/hda3 and to speed access to the ~/.thumbnails directory I was advised that the journal for /dev/hda3 should be on /dev/hdb. Ho

Re: ext3 journal

2005-12-27 Thread Dennis Stosberg
David Dawson wrote: > How does one locate the ext3 journal? The journal is hidden from the user. It is not a file that you can locate. You can, however, locate the journal inode: $ dumpe2fs /dev/hda1 | grep Journal dumpe2fs 1.37 (21-Mar-2005) Journal inode:8 > In partic

ext3 journal

2005-12-27 Thread David Dawson
How does one locate the ext3 journal? In particular I want to be able to for example, remount the partition as ext2, secure-delete the journal, fsck if required, and remount as ext3. Is this feasible? And if so, where exactly is the journal? Thanks -- ...Dave Dawson "If you wrestle in th

Re: [Fwd: Re: ext3 journal problem]

2004-04-04 Thread Pigeon
On Sun, Apr 04, 2004 at 12:12:00AM -0500, Marvin Stodolsky wrote: > Thanks all > > After turning off the journal with > tune2fs -O ^has_journal /dev/sda2 > e2fsck reported bad superblocks ...all of them? You can specify alternative superblocks with the -b option; there are usually several. --

[Fwd: Re: ext3 journal problem]

2004-04-03 Thread Marvin Stodolsky
sized inclosures for laptop drives, which USB connect to other PCs. I have found mine handy for such transfers or just storage, if one swapped out a smaller drive for a larger one. MarvS On Sat, Apr 03, 2004 at 03:00:53PM -0500, Marvin Stodolsky wrote: There is a faulty ext3 journal on my Debian de

Re: ext3 journal problem

2004-04-03 Thread Paul Johnson
Marvin Stodolsky <[EMAIL PROTECTED]> writes: > How could I disable the ext3 Journal, so that the file system could be > more directly FSCKed? Have you tried mounting them as ext2? It's an outside shot if it wasn't cleanly unmounted last time but worth a try. -- Paul Joh

Re: ext3 journal problem

2004-04-03 Thread Adam Aube
Marvin Stodolsky wrote: > There is a faulty ext3 journal on my Debian desktop system (currently > on laptop), blocking booting or e2fsck. > I have an alternate RedHat partition for developement purpuses. > When I try to fsck the Debian /dev/sda2 therefrom, > there is a comp

Re: ext3 journal problem

2004-04-03 Thread Pigeon
On Sat, Apr 03, 2004 at 03:00:53PM -0500, Marvin Stodolsky wrote: > There is a faulty ext3 journal on my Debian desktop system (currently > on laptop), > blocking booting or e2fsck. > The precipating event may have been the copying of a tarball to /root/ > which exceeded Root&

Re: ext3 journal problem

2004-04-03 Thread dircha
Marvin Stodolsky wrote: There is a faulty ext3 journal on my Debian desktop system (currently on laptop), blocking booting or e2fsck. The precipating event may have been the copying of a tarball to /root/ which exceeded Root's reserve space. The shut down appeared normal, but the reboot f

ext3 journal problem

2004-04-03 Thread Marvin Stodolsky
There is a faulty ext3 journal on my Debian desktop system (currently on laptop), blocking booting or e2fsck. The precipating event may have been the copying of a tarball to /root/ which exceeded Root's reserve space. The shut down appeared normal, but the reboot failed. I have an alte

Ext3 Journal problem

2004-03-18 Thread John Stevenson
) Ext3 journal superblock has an unknown incompatible feature flag set. Abort? yes Should I just use tune2fs -j /dev/hdd1 to create a new journal? Will this loose any files other than one or two that may not have been completed by the journal?? Thanks for any help on this. Johnny. -- To UNSUBSCRIBE

Relocating an ext3 journal

2003-03-12 Thread Pigeon
I have an ext3 filesystem on /dev/sdb1. I want to reconfigure it to use a journal on /dev/sda1, as the SCSI drives in question are old ones which are slow to seek, and I think it should improve performance. So, I create an external journal on /dev/sda1 using mke2fs -O has_journal /dev/sda1 -J siz

Finding out how fragmented an ext3 journal is

2002-12-03 Thread Adam Warner
Hi all, Some advice is listed here on how to find out how fragmented an ext3 journal is (a small concern for those who have upgraded a heavily fragmented ext2 partition to ext3): https://listman.redhat.com/pipermail/ext3-users/2001-November/002152.html One is told: `use "debugfs" t