Mageia Bugzilla – Attachment 6590 Details for
Bug 15987
Installer proposes mount point without drive letter (/media/win_) for FAT32 partition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
map fat32 as returned by libparted to vfat
0004-libparted-map-fat32-to-vfat-mga-15987.patch (text/plain), 750 bytes, created by
Thierry Vignaud
on 2015-05-20 09:19:24 CEST
(
hide
)
Description:
map fat32 as returned by libparted to vfat
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-05-20 09:19:24 CEST
Size:
750 bytes
patch
obsolete
>From 8554fd33b6ca772efe03e32704bea6daa4b679d5 Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Wed, 20 May 2015 02:58:47 -0400 >Subject: [PATCH 4/4] libparted: map 'fat32' to 'vfat' (mga#15987) > >--- > perl-install/partition_table/gpt.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/perl-install/partition_table/gpt.pm b/perl-install/partition_table/gpt.pm >index e8b5219..5c1f53c 100644 >--- a/perl-install/partition_table/gpt.pm >+++ b/perl-install/partition_table/gpt.pm >@@ -105,6 +105,8 @@ my %_GUID_to_Label = ( > my %parted_mapping = ( > 'linux-swap(v1)' => 'swap', > 'ntfs' => 'ntfs-3g', >+ 'fat16' => 'vfat', >+ 'fat32' => 'vfat', > ); > my %rev_parted_mapping = reverse %parted_mapping; > >-- >2.3.2 >
From 8554fd33b6ca772efe03e32704bea6daa4b679d5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Wed, 20 May 2015 02:58:47 -0400 Subject: [PATCH 4/4] libparted: map 'fat32' to 'vfat' (mga#15987) --- perl-install/partition_table/gpt.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-install/partition_table/gpt.pm b/perl-install/partition_table/gpt.pm index e8b5219..5c1f53c 100644 --- a/perl-install/partition_table/gpt.pm +++ b/perl-install/partition_table/gpt.pm @@ -105,6 +105,8 @@ my %_GUID_to_Label = ( my %parted_mapping = ( 'linux-swap(v1)' => 'swap', 'ntfs' => 'ntfs-3g', + 'fat16' => 'vfat', + 'fat32' => 'vfat', ); my %rev_parted_mapping = reverse %parted_mapping; -- 2.3.2
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15987
:
6589
| 6590