From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Re: how can I list out any replayed journal entries on startup in reiser4 filesystem Date: Sat, 12 Feb 2011 14:20:13 +1100 Message-ID: References: <4D55E2D2.2070306@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <4D55E2D2.2070306@gmail.com> Sender: reiserfs-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: reiserfs-devel@vger.kernel.org On Sat, 12 Feb 2011 02:30:58 +0100, Edward Shishkin wrote: > On 02/12/2011 01:33 AM, doiggl@velocitynet.com.au wrote: >> Hello >> Is there a way of listing out any replayed journal entries on startup in >> reiser4 filesystem similar to what reiser3 does [1]? > > Why? > IMHO such listing is rather useless.. > > Edward. > >> Reiser4 mount point /dev/sdb /media/disk reiser4 defaults 0 0 >> Full /etc/fstab listing [2] >> >> Thanks Glenn >> >> [1]Reiser 3 shows output like the following if needed >> Trans replayed: mountid 104, transid 45277, desc 2570, len 4, commit >> 2575, >> next trans offset 2558 >> Trans replayed: mountid 104, transid 45278, desc 2576, len 2, commit >> 2579, >> next trans offset 2562 >> Trans replayed: mountid 104, transid 45279, desc 2580, len 2, commit2583, >> next trans offset 2566 >> >> [2] /etc/fstab content >> /dev/disk/by-id/ata-CRUCIAL_CT64M225_P609410-MIBY-124A767-part4 swap >> swap defaults 0 0 >> /dev/disk/by-id/ata-CRUCIAL_CT64M225_P609410-MIBY-124A767-part2 / >> reiserfs acl,user_xattr 1 1 >> >> proc /proc proc defaults >> 0 0 >> sysfs /sys sysfs noauto >> 0 0 >> debugfs /sys/kernel/debug debugfs noauto >> 0 0 >> usbfs /proc/bus/usb usbfs noauto >> 0 0 >> devpts /dev/pts devpts mode=0620,gid=5 >> 0 0 >> /dev/sdb /media/disk reiser4 defaults 0 0 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe >> reiserfs-devel" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- > To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" > in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html Hello, I ask because the activation time on /dev/sdb -> /media/disk is 130 seconds or so with no progress on screen , so for me its helpful to see a progress indicator and a pass/fail at the end of journal replay process. Glenn