Displaying 20 results from an estimated 1000 matches similar to: "[PATCH] appliance: Add ExFAT packages."
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
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
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 06
1
[PATCH] appliance: add/remove some packages for Arch Linux
Added:
- cdrtools: added as alternative to cdrkit
- multipath-tools: contains kpartx (in AUR)
Removed:
- ntfsprogs: the package is no longer available, it has been completely
replaced by ntfs-3g (already in packagelist.in)
- zfs-fuse: no longer in AUR
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
appliance/packagelist.in | 4 ++--
1 file changed, 2 insertions(+), 2
2016 Jul 19
3
[PATCH 0/2] Small improvements to f2fs support
Hi,
easy series to improve the support for f2fs filesystems: while we
should be able to mount them already (if the used kernel has the
support for this filesystem), put in the appliance f2fs-tools, so we
can also create them.
Unfortunately, there isn't much in f2fs-tools, so all that can be done
is simply setting a different label only when creating a filesystem.
Thanks,
Pino Toscano (2):
2010 May 01
1
exFAT Supported?
Hi
Do the SysLinux support the exFAT rather than FAT16 and 32?
Your reply is greatly appreciated. Thanks ...
2016 Oct 14
2
[Fwd: CentOS 7 and exfat]
Dear Experts,
Could someone help Mark with his question. He appears to be blocked from
ability to post to list at the moment. His question is below (and I
personally have no idea how to help with that).
Thanks.
Valeri
---------------------------- Original Message ----------------------------
Subject: CentOS 7 and exfat
From: m.roth at 5-cent.us
Date: Fri, October 14, 2016 10:39 am
To:
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
2020 Jan 21
4
YUM (DNF) Possible Confusion Centos 8
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 fine. The ffmpeg functionality works; I haven't
tested exfat yet.
2015 Aug 08
3
backing up email / saving maildir on external hard drives
Dear Christian,
Thanks for your feedback.
The HDD will not accept larger than 4GB (as its in FAT format). Its a new
external HDD. Thinking of the best format(that would work with Mac , Win
and Linux) .seems like a challenge.
What's your view on NTFS? And why not exFAT?
Thanks
Kevin
On Saturday, August 8, 2015, Christian Kivalo <ml+dovecot at valo.at> wrote:
>
>
> Am 08.
2016 Oct 14
0
[Fwd: CentOS 7 and exfat]
On Fri, 2016-10-14 at 10:53 -0500, Valeri Galtsev wrote:
> Dear Experts,
>
> Could someone help Mark with his question. He appears to be blocked from
> ability to post to list at the moment. His question is below (and I
> personally have no idea how to help with that).
>
> Thanks.
> Valeri
>
> ---------------------------- Original Message
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
2016 Nov 30
2
[PATCH] packagelist: add initviocons package on SUSE
initviocons package provides tools to resize the terminal. Having it
in the appliance will allow SUSE users to have proper line wrapping
in their terminal when using virt-rescue.
---
appliance/packagelist.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index f278f66..bbbe4b2 100644
--- a/appliance/packagelist.in
+++
2020 Jan 22
4
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
2017 Apr 04
2
Hiding partitions at boot time
Hi,
My problem is I have a particular system which has Linux (LFS) and
Windows XP on one drive and Windows 10 on a second drive.
I use extlinux to boot my systems and all three systems boot as
expected, however in use I have found unsatisfactory interactions
between the Windows XP and the Windows 10 systems.
My question is:
Is it possible on booting one of the Windows systems to hide
2012 Aug 14
1
[PATCH] Even on Debian, the package containing the diff binary it has been diffutils for two years.
There had been a virtual package "diff" that depended on diffutils, but that's gone in wheezy/sid, too.
---
appliance/packagelist.in | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index b26ef23..4830962 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -23,7 +23,6 @@
btrfs-progs
2017 Apr 12
1
[PATCH] appliance: add cdrkit-cdrtools-compat on openSUSE
It looks like isoinfo is in that package since openSUSE Leap 42.1, so
make sure to include it to not break the isoinfo* APIs.
---
appliance/packagelist.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index 5cf2276..0a71cc3 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -136,6 +136,7 @@ ifelse(SUSE,1,
dnl It
2018 Feb 19
1
[PATCH] appliance: include dash for Debian distros
Make sure that /bin/sh is available in the appliance, and that path is
provided by dash on Debian distributions.
---
appliance/packagelist.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index 78aedad0b..f92a6ce95 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -61,6 +61,7 @@ ifelse(DEBIAN,1,
dnl old name used in
2020 Jan 29
1
[PATCH] appliance: Add ntfs-3g-system-compression (RHBZ#1703463).
This package in Fedora enables optional support for Windows 10
"CompactOS" (file-level compression), read-only, which is sufficient
for inspecting Windows guests and doing certain types of modifications
to them. Virt-v2v appears to work, but it may be that anything that
involves modifying a compressed file might not work.
I couldn't find the equivalent package in Debian or SUSE.