From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1E24WI-0004cm-3M for mharc-grub-devel@gnu.org; Mon, 08 Aug 2005 06:06:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E24WE-0004cE-VU for grub-devel@gnu.org; Mon, 08 Aug 2005 06:06:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E24WC-0004bi-Kc for grub-devel@gnu.org; Mon, 08 Aug 2005 06:06:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E24Ug-0003xM-D4 for grub-devel@gnu.org; Mon, 08 Aug 2005 06:04:30 -0400 Received: from [64.233.184.200] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E24RY-0007Es-3j for grub-devel@gnu.org; Mon, 08 Aug 2005 06:01:16 -0400 Received: by wproxy.gmail.com with SMTP id i3so999618wra for ; Mon, 08 Aug 2005 02:47:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=IFayxusdTjUu3mrgVZ192mQoVBNaERVuAO8MikLd5qEllLize0PvW6Xn2d43hbWOVYIQvaa5Ka+Vhezs6vH4qDhzk4LUaTz8LIlPmNg3DR+aabd9LmD8p7z7OKWlniWZUnrQzEvJUyT7VvphabQ4HKEihnKRDll174H/mnZB8jE= Received: by 10.54.46.30 with SMTP id t30mr4771083wrt; Mon, 08 Aug 2005 02:47:08 -0700 (PDT) Received: from ?192.168.1.100? ([83.77.10.7]) by mx.gmail.com with ESMTP id 7sm2722514wrl.2005.08.08.02.47.07; Mon, 08 Aug 2005 02:47:08 -0700 (PDT) Message-ID: <42F72A1A.3090605@gmail.com> Date: Mon, 08 Aug 2005 11:47:06 +0200 From: Vladimir Serbinenko User-Agent: Mozilla Thunderbird 1.0.2-1.3.2 (X11/20050324) X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 7bit Subject: [DISCUSSION] Journal playback X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2005 10:06:08 -0000 I've seen that journal playback is one of TODO items. I think it's bad idea because: 1) It'll increase the size of FS modules. And fs modules are often embed in core image. So their size is critical 2) It'll decrease safety because now GRUB doesn't write to FS and then it'll be so the GRUB's bugs could damage FS. 3) It'll be impossible to use resume/resume2 because the fs environment is not more the same as at the hibernation. What do you think about this? Vladimir