From: "Grégoire Sutre" <gregoire.sutre@gmail.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Reserved first sector for UFS
Date: Fri, 07 Jan 2011 10:35:37 +0100 [thread overview]
Message-ID: <4D26DE69.5080106@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 69 bytes --]
Isn't the first sector reserved for the boot block in UFS?
Grégoire
[-- Attachment #2: grub-ufs.diff --]
[-- Type: text/plain, Size: 342 bytes --]
=== modified file 'grub-core/fs/ufs.c'
--- grub-core/fs/ufs.c 2010-10-16 20:16:52 +0000
+++ grub-core/fs/ufs.c 2011-01-07 09:31:49 +0000
@@ -786,6 +786,9 @@ static struct grub_fs grub_ufs_fs =
#endif
.uuid = grub_ufs_uuid,
.mtime = grub_ufs_mtime,
+#ifdef GRUB_UTIL
+ .reserved_first_sector = 1,
+#endif
.next = 0
};
next reply other threads:[~2011-01-07 9:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-07 9:35 Grégoire Sutre [this message]
2011-01-07 10:30 ` Reserved first sector for UFS Vladimir 'φ-coder/phcoder' Serbinenko
2011-01-07 10:48 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-01-07 10:57 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-01-07 11:23 ` Grégoire Sutre
2011-01-07 12:20 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-01-07 14:18 ` Grégoire Sutre
2011-01-07 16:39 ` Vladimir 'φ-coder/phcoder' Serbinenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D26DE69.5080106@gmail.com \
--to=gregoire.sutre@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).