similar to: chain module updates

Displaying 20 results from an estimated 300 matches similar to: "chain module updates"

2013 Oct 18
0
[RFC/PATCH 1/3] Move partiter from com32/chain to com32/lib/syslinux
From: Raphael S. Carvalho <raphael.scarv at gmail.com> MultiFS depends on the availability of partiter to find a partition. Signed-off-by: Raphael S. Carvalho <raphael.scarv at gmail.com> --- com32/chain/Makefile | 2 +- com32/chain/chain.c | 4 +- com32/chain/mangle.c | 4 +- com32/chain/mangle.h | 2 +-
2012 Nov 06
50
chain.c32 (and partiter) updates v2
This is a bit updated set of chain.c32 changes that simplifies a few things (and in partiter part), fixes few minor issues and adds a few new features. Details are in the following commits, below is the summary and pull details at the end. Shao - any chance to peek over them ? Most of those are relatively simple changes and well tested, though of course something might have slipped my attention.
2015 Jul 22
0
[PULL 1/8] Move partiter from com32/chain to com32/lib/syslinux
From: "Raphael S. Carvalho" <raphael.scarv at gmail.com> MultiFS depends on the availability of partiter to find a partition. Cc: Gene Cumm <gene.cumm at gmail.com> Signed-off-by: Raphael S. Carvalho <raphael.scarv at gmail.com> Signed-off-by: Paulo Alcantara <pcacjr at zytor.com> --- com32/chain/Makefile | 2 +- com32/chain/chain.c
2014 Jun 29
10
[PATCH 0/6] chain.c32 patches
This small set fixes few bugs, improves gpt handling (under buggy conditions) and implements strict flag with more fine grained control which should fix issues with sanity checks against disk sizes. If this set is allright I'd want to do what I mentioned in older discussion with Ady - backport missing patches from 6.x to 5.x and 4.x so all versions have up to date chain version. Michal
2014 Jun 29
0
[PATCH 1/6] chain/partiter: fix and improve gpt handling in buggy cases
Previous version had some issues in case of error situations, among those: - backup gpt header was not read if reading of primary failed - alternating nature of lba_cur and lba_alt was ignored This patch fixes this and extends the gpt handling. The current behavior is: - try primary header; if unreadable or checksum fails (or sanity checks fail unless relax flag is set) - try secondary header
2014 Jun 29
0
[PATCH 3/6] chain/partiter: adjust error reporting
Use <0 for errors, 0 for normal state, and >0 for clean completion. In future this would be necessary if it's decided to make partiter a generic lib (similar to disklib) - though it has to be quieted first and provide strerr()-like functionality in place of its verbosity. diff --git a/com32/chain/chain.c b/com32/chain/chain.c index ae95d45..c08ec6e 100644 --- a/com32/chain/chain.c +++
2010 Aug 08
1
PATCH/RFC chain.c: update iterator code, yank from chain.c, move both to separate directory
1) code split and move Iterator related functionality is yanked from chain.c and moved to iterator.{c,h}. Both are moved to com32/chain and this way chain.c is ready for further splitting. Alternatively, partiter could be moved to com32/lib at any time in the future. It's potentially useful for other modules (e.g. if someone wanted to code partition dumper or editor). 2) Iterator updates
2010 Jul 24
0
[PATCH] chain.c: allocation fixes
1) At the end of main, there's attempt to free cur_part->record, which rarely comes from malloc. Only valid case is if gpt handover was performed and chaining was not successful (cur_part->record is overwritten with gpt specifc handover record). Freeing the handover area has been adjusted. 2) If our current iterator is ebr, parent wouldn't be freed at the end of main. Added generic
2016 Oct 02
2
Re: mount: unknown filesystem type 'exfat'
> On Oct 2, 2016, at 02:27, Richard W.M. Jones <rjones@redhat.com> wrote: > > guestfish or libguestfs don't support filesystems. It's whatever > is supported by the kernel. > > exFAT is apparently not supported by the Linux kernel, but there is a > FUSE driver for it called exfat-fuse (as you found out). > > So if you add exfat-fuse and maybe
2016 Oct 02
0
Re: mount: unknown filesystem type 'exfat'
On Sun, Oct 02, 2016 at 08:07:35AM -1000, Miles Wolbe wrote: > > On Oct 2, 2016, at 02:27, Richard W.M. Jones <rjones@redhat.com> wrote: > > > > guestfish or libguestfs don't support filesystems. It's whatever > > is supported by the kernel. > > > > exFAT is apparently not supported by the Linux kernel, but there is a > > FUSE driver for
2016 Oct 02
0
Re: mount: unknown filesystem type 'exfat'
On Sat, Oct 01, 2016 at 08:56:16PM -1000, Miles Wolbe wrote: > Hello, > > Can anyone please tell me whether guestfish can mount exFAT partitions? > > I created a full disk image of a drive which contained a single exFAT partition. guestfish or libguestfs don't support filesystems. It's whatever is supported by the kernel. exFAT is apparently not supported by the Linux
2016 Oct 02
2
mount: unknown filesystem type 'exfat'
Hello, Can anyone please tell me whether guestfish can mount exFAT partitions? I created a full disk image of a drive which contained a single exFAT partition. Was able to mount it with kpartx/FUSE: # kpartx -a -v disk.img add map loop0p1 (252:2): 0 39070078 linear 7:0 2 # mount /dev/mapper/loop0p1 /mnt -o ro FUSE exfat 1.2.3 # ls /mnt foo bar baz etc but not guestfish: $ sudo apt install
2016 Oct 02
1
[PATCH] appliance: Add ExFAT packages.
Thanks: Miles Wolbe --- appliance/packagelist.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appliance/packagelist.in b/appliance/packagelist.in index d2a065f..77bd464 100644 --- a/appliance/packagelist.in +++ b/appliance/packagelist.in @@ -288,5 +288,10 @@ kpartx dnl (virt-dib) tools optionally used for elements debootstrap +dnl exFAT is not usually available in free software
2015 Jul 22
13
[PULL 0/8] MultiFS suppport for BIOS and EFI
So last week I was wondering if XFS was still working -- even with its last on-disk structure changes -- and it _suprisingly_ worked as expected. Right, now I can finally get rid of GRUB and use Syslinux to boot my Linux on EFI from a rootfs with xfs. Shit, I have two partitions (the first one being the required ESP) so there is no way to access the other partitions since because Syslinux does not
2020 Jan 21
0
YUM (DNF) Possible Confusion Centos 8
On 1/21/20 9:35 AM, david wrote: > Folks > > In a test Centos 8 installation as a guest of VirtualBox on Windows > 10, I want to install ffmpeg, and support for exfat. They're not in > the standard distribution (as far as I know), so I issue as root: > > ? yum -y --enablerepo rpmfusion-free-updates install ffmpeg fuse-exfat > exfat-utils > > and that works just
2015 Aug 09
1
backing up email / saving maildir on external hard drives
Hi Felix, I would prefer having one HDD that works with all three OSes. That would be very convenient. Guess exFAT is my best bet. Its supported on Linux,Win and OS X. What do you reckon? Best Regards Kevin On Sun, Aug 9, 2015 at 2:46 PM, Felix Zielcke <fzielcke at z-51.de> wrote: > Am Samstag, den 08.08.2015, 21:45 +0530 schrieb Kevin Laurie: >> Dear Christian, >> Thanks
2007 Apr 05
0
Patch: Add io.c functions, and vfat library
This is a continuation to the library creation effort for syslinux. I added the necessary ops required to read partitions and sectors off the disk. I'm using it with my com32 module. I did change the interface for read_disk a bit, so it takes a disk_info argument. This way I can maintain multiple instances of read handlers, for example if I'm reading and comparing stuff from two different
2010 Jul 23
0
[PATCH] chain.c: gpt's index/private.index mismatch fix, cosmetic iterator changes
1) public index in gpt iterator should not skip empty partitions, e.g. if we have 1st and 3rd gpt entry used, we expect the numbers to be 1 and 3, not 1 and 2 (similary to how linux sees it e.g. /dev/sda1 and /dev/sda3). It's analogous to index / mbr_index fix. 2) free(ebr_part); in mbr iterator was not reachable. ebr iterator takes care of freeing itself and its parent. 3) in ebr iterator,
2020 Jan 22
0
YUM (DNF) Possible Confusion Centos 8
On 1/21/20 10:10 AM, david wrote: > At 08:52 AM 1/21/2020, David G. Miller wrote: > > >> On 1/21/20 9:35 AM, david wrote: >>> Folks >>> >>> In a test Centos 8 installation as a guest of VirtualBox on Windows >>> 10, I want to install ffmpeg, and support for exfat. They're not in >>> the standard distribution (as far as I know), so I
2020 Jan 21
2
YUM (DNF) Possible Confusion Centos 8
At 08:52 AM 1/21/2020, David G. Miller wrote: >On 1/21/20 9:35 AM, david wrote: >>Folks >> >>In a test Centos 8 installation as a guest of >>VirtualBox on Windows 10, I want to install >>ffmpeg, and support for exfat. They're not in >>the standard distribution (as far as I know), so I issue as root: >> >>? yum -y --enablerepo