NTFS-3G not enabled by default #2048
Replies: 5 comments
-
|
Why impose an MS filesystem overhead on a small Linux app ? Why not format the remaining space as EXT-4 and use WinSCP / Filezilla if you need copy music files from a Windows environment. Works out of the box. Chris |
Beta Was this translation helpful? Give feedback.
-
|
Because I want to. It suits my use case. I want to be able to plug the USB SSD into both Linux and Microshaft environments. It isnt a major issue for me to add the ntfs-3g module, but it might help someone who (randomly) inserts an NTFS device and doesn't know why it won't work. Plus, the overhead ain't huge at a tad over 3 MiB... rAudio:~ # pacman -S ntfs-3g
resolving dependencies...
looking for conflicting packages...
Packages (3) fuse-common-3.18.1-1 fuse2-2.9.9-5 ntfs-3g-2022.10.3-2
Total Download Size: 0.61 MiB
Total Installed Size: 3.13 MiB
:: Proceed with installation? [Y/n]
|
Beta Was this translation helpful? Give feedback.
-
|
Linux Kernel 5.15+ already support NTFS filesystem by NTFS3 driver. |
Beta Was this translation helpful? Give feedback.
-
|
@rern - Right, now I am confused. I have jusr removed the ntfs-3g package and it still works.
As what I am doing here (i.e. NOT booting from SD Card) is probably fairly esoteric, I guess it is best to leasve things as they are ;-) Thanks |
Beta Was this translation helpful? Give feedback.
-
|
As with many other features, I think this is something which should be an addon, rather than built-in. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Using 20260216 and the R-Pi Imager to create a bootable USB SSD image (no SD card). I reserved some space on the SSD for music file storage and formatted it with NTFS. rAudio boots up OK but cannot access the NTFS parttion due to absence of the ntfs-3g modules. I had to SSH into the aarch, login as root and install the utils with
pacman -S ntfs-3gbefore I could mount the partition from the system dialog. Could it be included in a later build of the OS please?Beta Was this translation helpful? Give feedback.
All reactions