search for: wolb

Displaying 6 results from an estimated 6 matches for "wolb".

Did you mean: wold
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 f...
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....
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 ke...
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
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
2017 Feb 28
0
ANNOUNCE: libguestfs 1.36 released
...handled as a guest, and libguestfs will now at least compile on RISC-V (but probably not work as there is no usable qemu at the time of writing). Detection of S/390 and S/390x binaries and guests is now supported. Other ExFAT filesystems are now supported (Miles Wolbe). Security See also guestfs-security(1). There were no CVEs reported in this development cycle. However some security-related hardening was carried out as described below. Temporary filenames are now always generated using randomness from /dev/urandom (pre...