|
From: | Arch Stack |
Subject: | Re: How to reuse the the part of codes about file system in grub ? |
Date: | Fri, 7 Aug 2015 18:30:09 +0800 |
Do not forget that grub is read-only and there are no plans to add
write support.
grub-mount requires all filesystem drivers which in turn require all
supporting code so you cannot compile it alone.
Current development version of GRUB can be built on/for Windows (it
was tested with Cygwin, MinGW, MinGW-64 cross compiler). grub-mount
itself depends on FUSE so cannot be used as is on Windows (unless
there is FUSE port for Windows); rewriting it as Windows installable
file system is certainly possible and would be the best route in this
case. That would make it also available on Windows ... as long as you
are content with lack of write support.
[Prev in Thread] | Current Thread | [Next in Thread] |