All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix when installing on pationless but partionable medium
@ 2009-07-17 16:41 Vladimir 'phcoder' Serbinenko
  2009-07-17 16:51 ` Colin Watson
  2009-07-18 18:42 ` Robert Millan
  0 siblings, 2 replies; 23+ messages in thread
From: Vladimir 'phcoder' Serbinenko @ 2009-07-17 16:41 UTC (permalink / raw)
  To: The development of GRUB 2

[-- Attachment #1: Type: text/plain, Size: 928 bytes --]

Sometimes a media that can be partioned isn't really partioned. E.g.
usb sticks. This is a patch to handle this situation. Unfortunately
such medium is often formated with a flavour of FAT which shares its
signature with MBR so it may be easily misidentified as
pc_partition_table. Furthermore the same signature is shared with
bootsectors including grub. One possibility is to try interpret disk
as known filesystems and see if we succeed. But the problem is that
the check for FAT are light and may result in false positives too. The
only more or less advanced check there is a check for FATXX string.
But I was about to propose to eliminate this check since I encountered
a FAT filesystem without this string on friend's SD card formatted
with symbian which he wanted to use as liveusb. Does anyone has a
better idea?

-- 
Regards
Vladimir 'phcoder' Serbinenko

Personal git repository: http://repo.or.cz/w/grub2/phcoder.git

[-- Attachment #2: installfix.dif --]
[-- Type: video/dv, Size: 1134 bytes --]

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

end of thread, other threads:[~2009-07-31 15:43 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-17 16:41 [PATCH] Fix when installing on pationless but partionable medium Vladimir 'phcoder' Serbinenko
2009-07-17 16:51 ` Colin Watson
2009-07-18 18:45   ` Robert Millan
2009-07-18 19:01     ` Vladimir 'phcoder' Serbinenko
2009-07-18 19:17       ` Robert Millan
2009-07-19 10:07         ` Colin Watson
2009-07-22 17:16           ` Robert Millan
2009-07-22 17:36             ` Pavel Roskin
2009-07-22 17:43               ` Vladimir 'phcoder' Serbinenko
2009-07-22 17:46                 ` Pavel Roskin
2009-07-26 12:53                   ` Vladimir 'phcoder' Serbinenko
2009-07-18 18:42 ` Robert Millan
2009-07-18 19:00   ` Vladimir 'phcoder' Serbinenko
2009-07-18 19:22     ` Robert Millan
2009-07-18 21:28       ` Vladimir 'phcoder' Serbinenko
2009-07-22 17:22         ` Robert Millan
2009-07-22 17:45           ` Pavel Roskin
2009-07-26 13:54           ` Vladimir 'phcoder' Serbinenko
2009-07-28 17:33             ` Robert Millan
2009-07-28 21:42               ` Vladimir 'phcoder' Serbinenko
2009-07-31 15:43                 ` Robert Millan
2009-07-19 10:02       ` Colin Watson
2009-07-22 17:24         ` Robert Millan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.