grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* Reserved first sector for UFS
@ 2011-01-07  9:35 Grégoire Sutre
  2011-01-07 10:30 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 8+ messages in thread
From: Grégoire Sutre @ 2011-01-07  9:35 UTC (permalink / raw)
  To: The development of GRUB 2

[-- 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
   };
 


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-01-07 17:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07  9:35 Reserved first sector for UFS Grégoire Sutre
2011-01-07 10:30 ` 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

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).