-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
com.webos.service.pdm=5 linux-raspberrypi=webosrpi19
:Release Notes: Enable config for NTFS file system support :Detailed Notes: - com.webos.service.pdm - Fix NTFS mount failure by removing mount flag nls=utf8 - linux-raspberrypi - Enable config for NTFS file system support com.webos.service.pdm: submissions/4..submissions/5 73e5d3b Fix NTFS filesystem mount flags linux-raspberrypi=webosrpi19 Enable config for NTFS file system support :Testing Performed: Test results available in PLAT-76436 :QA Notes: NA :Issues Addressed: [PLAT-76436] [OSE] CCC: com.webos.service.pdm=5 linux-raspberrypi=webosrpi19 [PLAT-76358] Unable to mount NTFS file system Change-Id: I8ea94ef0dea243cecfe900bd8020c8d878cbfa7b
- Loading branch information
radhika.s
authored and
Minjae Kim
committed
Apr 16, 2019
1 parent
218f129
commit f4b0958
Showing
4 changed files
with
84 additions
and
3 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
...ypi/recipes-kernel/linux/linux-raspberrypi-4.4/0017-Enable-NTFS-file-system-support.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
From 1438a25e381f9c6bda5b3bda02ce3c68c63c9f99 Mon Sep 17 00:00:00 2001 | ||
From: "radhika.s" <[email protected]> | ||
Date: Tue, 26 Mar 2019 20:22:03 +0530 | ||
Subject: [PATCH 2/2] Enable NTFS file system support | ||
|
||
:Release Notes: | ||
Enable NTFS file system support in OSE | ||
|
||
:Detailed Notes: | ||
PDM requires NTFS file system to mount and do NTFS file system | ||
operations. | ||
|
||
:Testing Performed: | ||
Tested and able to mount NTFS USB storage successfuly | ||
|
||
:QA Notes: | ||
NA | ||
|
||
:Issues Addressed: | ||
[PLAT-76358] Unable to mount NTFS file system | ||
--- | ||
arch/arm/configs/bcm2709_defconfig | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/arch/arm/configs/bcm2709_defconfig b/arch/arm/configs/bcm2709_defconfig | ||
index 90e267a..5e08a45 100644 | ||
--- a/arch/arm/configs/bcm2709_defconfig | ||
+++ b/arch/arm/configs/bcm2709_defconfig | ||
@@ -1280,7 +1280,7 @@ CONFIG_UDF_FS=m | ||
CONFIG_MSDOS_FS=y | ||
CONFIG_VFAT_FS=y | ||
CONFIG_FAT_DEFAULT_IOCHARSET="ascii" | ||
-CONFIG_NTFS_FS=m | ||
+CONFIG_NTFS_FS=y | ||
CONFIG_NTFS_RW=y | ||
CONFIG_TMPFS=y | ||
CONFIG_TMPFS_POSIX_ACL=y | ||
-- | ||
2.7.4 | ||
|
40 changes: 40 additions & 0 deletions
40
...ypi/recipes-kernel/linux/linux-raspberrypi-4.9/0017-Enable-NTFS-file-system-support.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
From 1438a25e381f9c6bda5b3bda02ce3c68c63c9f99 Mon Sep 17 00:00:00 2001 | ||
From: "radhika.s" <[email protected]> | ||
Date: Tue, 26 Mar 2019 20:22:03 +0530 | ||
Subject: [PATCH 2/2] Enable NTFS file system support | ||
|
||
:Release Notes: | ||
Enable NTFS file system support in OSE | ||
|
||
:Detailed Notes: | ||
PDM requires NTFS file system to mount and do NTFS file system | ||
operations. | ||
|
||
:Testing Performed: | ||
Tested and able to mount NTFS USB storage successfuly | ||
|
||
:QA Notes: | ||
NA | ||
|
||
:Issues Addressed: | ||
[PLAT-76358] Unable to mount NTFS file system | ||
--- | ||
arch/arm/configs/bcm2709_defconfig | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/arch/arm/configs/bcm2709_defconfig b/arch/arm/configs/bcm2709_defconfig | ||
index 90e267a..5e08a45 100644 | ||
--- a/arch/arm/configs/bcm2709_defconfig | ||
+++ b/arch/arm/configs/bcm2709_defconfig | ||
@@ -1280,7 +1280,7 @@ CONFIG_UDF_FS=m | ||
CONFIG_MSDOS_FS=y | ||
CONFIG_VFAT_FS=y | ||
CONFIG_FAT_DEFAULT_IOCHARSET="ascii" | ||
-CONFIG_NTFS_FS=m | ||
+CONFIG_NTFS_FS=y | ||
CONFIG_NTFS_RW=y | ||
CONFIG_TMPFS=y | ||
CONFIG_TMPFS_POSIX_ACL=y | ||
-- | ||
2.7.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters