WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: extension(s) support Exfat filesystem  (Read 2052 times)

Offline gam

  • Jr. Member
  • **
  • Posts: 53
extension(s) support Exfat filesystem
« on: June 05, 2021, 06:02:32 PM »
I using TC12 pure64.

Linux kernel 5.4 and up is support Exfat. So to mount, read and write Exfat filesystem. Do I need install:
1) filesystems-5.10.3-tinycore64.tcz
2) or exfat-utils.tcz and fuse-exfat.tcz

It seems that 1st or 2nd choice are all fully supported Exfat? Is there any difference between them?
« Last Edit: June 05, 2021, 06:07:44 PM by gam »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: extension(s) support Exfat filesystem
« Reply #1 on: June 06, 2021, 01:11:15 AM »
As per: http://tinycorelinux.net/12.x/x86_64/tcz/filesystems-5.10.3-tinycore64.tcz.list, the filesystems extension contains exfat.ko.gz, so you will need that.

Once the filesystems-KERNEL extension is loaded, you can try "mount -t exfat..." to see if that works - if not, then you'll need the fuse-exfat extension (exfat-utils supplies additional tools).
« Last Edit: June 06, 2021, 01:19:42 AM by Juanito »

Offline gam

  • Jr. Member
  • **
  • Posts: 53
Re: extension(s) support Exfat filesystem
« Reply #2 on: June 06, 2021, 02:17:02 AM »
yes, I tested, filesystems-5.10.3 is fully support exfat. We don't need exfat-utils and fuse-exfat

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: extension(s) support Exfat filesystem
« Reply #3 on: June 06, 2021, 02:28:54 AM »
I’d guess you’ll need exfat-utils if you want to create an exfat partition..