Any way to get around the 4GB size limitation of FAT32 file system on Pixel for OTG? - Google Pixel 3 XL Questions & Answers

I can't figure out how to get around the 4GB file size restriction on the Pixel 3. I never had any problems using an exFAT file system on external hard drives/USB drives on previous phones.
It seems that if I attempt to use exFAT or NTFS file systems on my drives, the Pixel will not recognize it, format it back to FAT32, and I'm back at square one.
I've tried to wirelessly transfer files from PC to phone through Portal, using the external drive as the storage device, but that didn't work either.

double0psycho said:
I can't figure out how to get around the 4GB file size restriction on the Pixel 3. I never had any problems using an exFAT file system on external hard drives/USB drives on previous phones.
It seems that if I attempt to use exFAT or NTFS file systems on my drives, the Pixel will not recognize it, format it back to FAT32, and I'm back at square one.
I've tried to wirelessly transfer files from PC to phone through Portal, using the external drive as the storage device, but that didn't work either.
Click to expand...
Click to collapse
??? I have a 128 gb USB c thumb drive formatted fat32. It's working fine on my pixel 3.
Sent from my [device_name] using XDA-Developers Legacy app

I can get FAT32 to work. But FAT32 limits file sizes to less than 4GB. I'm trying to have larger movie files on a USB drive to watch on a long trip. Can't put them on a FAT32 formatted drive because they're way too large. And Pixel doesn't support exFAT or NTFS.
I'm trying to find a way around this, unless I really just have to resort to splitting all of the files into smaller segments. Was hoping not to have to do that though.

double0psycho said:
I can get FAT32 to work. But FAT32 limits file sizes to less than 4GB. I'm trying to have larger movie files on a USB drive to watch on a long trip. Can't put them on a FAT32 formatted drive because they're way too small. And Pixel doesn't support exFAT or NTFS.
I'm trying to find a way around this, unless I really just have to resort to splitting all of the files into smaller segments. Was hoping not to have to do that though.
Click to expand...
Click to collapse
Windows artificially limits fat32 to 32 gb so if that's all you need it should format it fine. If you need more there are 3rd party apps or you can do it in a windows power shell running as administrator. In a power shell use format /FS:FAT32 X:. Where X: is the drive letter of the device you're formatting.
Edit, you know what. I miss understood your question. I was thinking partition size not file size. Sorry about that.
Sent from my [device_name] using XDA-Developers Legacy app

jd1639 said:
Windows artificially limits fat32 to 32 gb so if that's all you need it should format it fine. If you need more there are 3rd party apps or you can do it in a windows power shell running as administrator. In a power shell use format /FS:FAT32 X:. Where X: is the drive letter of the device you're formatting.
Edit, you know what. I miss understood your question. I was thinking partition size not file size. Sorry about that.
Click to expand...
Click to collapse
Yeah, realized I said small when I meant the file sizes are too large. Either way, I'm hoping to find a way to get my pixel to be able to "see" some 8GB or larger files on an external storage device. I've used a couple apps that said they allow read/write NTFS and exFAT file systems, but none have really worked.

I'm just passing through, I don't own a pixel. But normally you need a kernel that supports either ntfs or exfat or both. I saw there are 2 kernels in the development section. Have you tried those?

double0psycho said:
I can't figure out how to get around the 4GB file size restriction on the Pixel 3. I never had any problems using an exFAT file system on external hard drives/USB drives on previous phones.
It seems that if I attempt to use exFAT or NTFS file systems on my drives, the Pixel will not recognize it, format it back to FAT32, and I'm back at square one.
I've tried to wirelessly transfer files from PC to phone through Portal, using the external drive as the storage device, but that didn't work either.
Click to expand...
Click to collapse
FAT32 and exFAT are not the same type of filesystem.
double0psycho said:
I can get FAT32 to work. But FAT32 limits file sizes to less than 4GB. I'm trying to have larger movie files on a USB drive to watch on a long trip. Can't put them on a FAT32 formatted drive because they're way too large. And Pixel doesn't support exFAT or NTFS.
I'm trying to find a way around this, unless I really just have to resort to splitting all of the files into smaller segments. Was hoping not to have to do that though.
Click to expand...
Click to collapse
FAT32 is working as it should be.
jd1639 said:
Windows artificially limits fat32 to 32 gb so if that's all you need it should format it fine. If you need more there are 3rd party apps or you can do it in a windows power shell running as administrator. In a power shell use format /FS:FAT32 X:. Where X: is the drive letter of the device you're formatting.
Edit, you know what. I miss understood your question. I was thinking partition size not file size. Sorry about that.
Sent from my [device_name] using XDA-Developers Legacy app
Click to expand...
Click to collapse
It is not an "artificial" limit. This is how FAT32 was designed to work.
double0psycho said:
Yeah, realized I said small when I meant the file sizes are too large. Either way, I'm hoping to find a way to get my pixel to be able to "see" some 8GB or larger files on an external storage device. I've used a couple apps that said they allow read/write NTFS and exFAT file systems, but none have really worked.
Click to expand...
Click to collapse
Those apps never work without root. Even with root, they're still finicky.
[Cruzer] said:
I'm just passing through, I don't own a pixel. But normally you need a kernel that supports either ntfs or exfat or both. I saw there are 2 kernels in the development section. Have you tried those?
Click to expand...
Click to collapse
As stated here, a custom kernel with exFAT support is your best option.
Please read up on filesystems here.
Sent from my Pixel 3 XL using Tapatalk

bxlegend said:
FAT32 and exFAT are not the same type of filesystem.
It is not an "artificial" limit. This is how FAT32 was designed to work.
k
Click to expand...
Click to collapse
I agree to a point. It was designed to work that way since Microsoft is pushing NTFS for larger partitions. You can certainly have FAT32 partitions larger than 32 gb.

jd1639 said:
I agree to a point. It was designed to work that way since Microsoft is pushing NTFS for larger partitions. You can certainly have FAT32 partitions larger than 32 gb.
Click to expand...
Click to collapse
Let's be careful here because you're confusing file size with partition size. Microsoft is not "pushing" one filesystem over another. The FAT32 filesystem had too many limits for servers which is why Microsoft introduced NTFS. As consumer needs grew, NTFS was made the default for Windows filesystem. The same applies to removable flash storage. To get consumers and manufacturers away from FAT32, Microsoft created exFAT. Microsoft, Apple, and Google are all competitors and they all have default supported filesystems. Microsoft and Apple user proprietary filesystems while Google sticks with open source since it's patent free. Which is why Pixel phones do not support Microsoft and Apple filesystems by default.
Sent from my Pixel 3 XL using Tapatalk

double0psycho said:
I can't figure out how to get around the 4GB file size restriction on the Pixel 3. I never had any problems using an exFAT file system on external hard drives/USB drives on previous phones.
It seems that if I attempt to use exFAT or NTFS file systems on my drives, the Pixel will not recognize it, format it back to FAT32, and I'm back at square one.
I've tried to wirelessly transfer files from PC to phone through Portal, using the external drive as the storage device, but that didn't work either.
Click to expand...
Click to collapse
There are a couple of apps that allow accessing exFAT and NTFS file systems via OTG. Here's one I've used:
https://mixplorer.en.uptodown.com/android
It also allows accessing the files directly, so a slow copy to the phone isn't required for say playing a movie.

Related

[Q] Does the Galaxy Nexus Support exFAT file format / system?

Does the Galaxy Nexus Support exFAT file format / system?
I did a search but ppl only vaguely mentioned exFAT.
If exFAT is not supported, has anyone tried making ext4 drives using this?
http://shuffleos.com/1847/ext2fsd-read-write-ext4-ext3-ext2-partitions-windows/
I dunno about xfat but I'bee unable to get ext2fsd on Win&64 bit to work properly with my ext4 partitions (64 bit Ubuntu). Sometimes it can read it, mostly it hangs while I'm waiting for it to open.
That's lame. Android needs to add exFAT support or create ext4 drivers for Windows.
Or else, Windows Tablet 8 is going to kill the Android tablet market!
The Galaxy Nexus doesn't function as a USB storage device when attached to a computer. It communicates via MTP instead. This renders the underlying filesystem of the partitions on the phone itself somewhat irrelevant. No, no one has hacked in a way to force the phone to act as a USB drive yet.
Sooo, in light of that, what are you talking about?
DivinityCycle said:
The Galaxy Nexus doesn't function as a USB storage device when attached to a computer. It communicates via MTP instead. This renders the underlying filesystem of the partitions on the phone itself somewhat irrelevant. No, no one has hacked in a way to force the phone to act as a USB drive yet.
Sooo, in light of that, what are you talking about?
Click to expand...
Click to collapse
The ability to read USB Flash drives attached to the device. It won't read exFAT and getting Windows to read/write ext4 is a big PITA.
I just ordered a Samsung OTG cable so I can use my 64gb USB Flash drive as extended storage for the phone. But I have a lot of video files larger than 4GB that won't work with FAT32.
Neo3D said:
The ability to read USB Flash drives attached to the device.
Click to expand...
Click to collapse
Reported to work with 4.0.2 using stickmount, dunno what filesystems they had on the sticks. I'd be inclined to try ntfs after fat32.
Clancy_s said:
Reported to work with 4.0.2 using stickmount, dunno what filesystems they had on the sticks. I'd be inclined to try ntfs after fat32.
Click to expand...
Click to collapse
My cousin says that his Transformer Prime can read NTFS out of the box. Would love to see that kind of support in our phones.

What filesystem should I format my 32GB microsd card to?

So I got a great deal on a class 10 32GB Samsung card, it came pre-formatted to fat32, however I had the wild idea that android supported NTFS based on something I read in the past so I formatted it to NTFS on a windows system and copied some files over (some being over 5GB each)...plugged in my card and turned on my phone and I get a message saying my card is blank or the wrong file format...guess it doesn't support NTFS
I know if I use the phones built in format utility it will format to fat32 which I don't really want because of the filesize limitation, I'd like to be able to copy 8-10GB files every so often so I can use my phone as a little shuttle drive in between places...
But I also want the ability for windows to be able to read my sd card if I change my phone into USB mode so I think that excludes the ext3, ext4 format which I think android will read...
Any ideas?
Won't happen search and you will find threads on this before
You will also find a Q&A section that this belongs in
Sent from my SPH-D710 using Tapatalk
There's an app in the market that will mount any file formatted sdcard in the device I but I haven't used it out remember the name but you can check it and yes this belongs in Q&A but The way you format is fat 32
Touched by an Epic 4G w/Cm9 & Fueled by the NY Giants 2012
Got that Newegg deal as well! Can't wait for it to arrive. Interested in the answer as well as I hope to put some high quality movies there.
Sent from my badass Samsung Galaxy Tab 10.1.
So I found an ntfs app in the market that'll mount ntfs at startup but I gotta root for it work. Guess I now have a reason to root
Oh but it says it was made for the galaxy tab...but it opens fine on my s ii
Sent from my SPH-D710 using the XDA mobile application powered by Tapatalk
btw where is the Q&A section i should be looking for? xda has gotten so huge i'm lost at least i can find the e4gt forum
maybe i should change the title of my thread to what filesystems can i format my sd card to that my phone will read?
if you use windows, fat32 is the way to go so then you can connect the phone to computer and still can access the files
t0mmyr said:
btw where is the Q&A section i should be looking for? xda has gotten so huge i'm lost at least i can find the e4gt forum
maybe i should change the title of my thread to what filesystems can i format my sd card to that my phone will read?
Click to expand...
Click to collapse
There is a Q&A section right under general in the epic touch
Sent from my SPH-D710 using Tapatalk
charles98 said:
if you use windows, fat32 is the way to go so then you can connect the phone to computer and still can access the files
Click to expand...
Click to collapse
The reason the op doesn't want fat32 is because he has single files that exceeds 4 GB that he wants to transfer, so fat32 would not work for him.
im0rtalz said:
The reason the op doesn't want fat32 is because he has single files that exceeds 4 GB that he wants to transfer, so fat32 would not work for him.
Click to expand...
Click to collapse
maybe drive mount in market but lots of bad reviews....May work don't know
Sent from my SPH-D710 using Tapatalk
Windows also recognized NTFS by the way.
out of curiosity, does anyone know if any custom roms support ntfs sd cards nativey?
t0mmyr said:
out of curiosity, does anyone know if any custom roms support ntfs sd cards nativey?
Click to expand...
Click to collapse
None because Android does not.....
Sent from my SPH-D710 using Tapatalk
format it ext3/4 and then install an ftp server app on your phone.
There is an app that works fine
I have exactly the same problem. I want to have the sdcard in NTFS so then I do not have the 4GB limitation of FAT32. The is possible to have .mkv files on your phone or tablet.
In the case of my table the N8010, I have formatted the sd card on Windows with NTFS. Then installed the "paragon" app from market which works very good. It recognized the sd card in NTFS and mount perfectly. But it seems that when your card is overloaded with thounsands of files and some big 6GB file, then comes the problem. Android JB everytime that comes out of sleep, it will check for errors the sd card. Everytime! Then, I get the message "sd card checking for errors" and never gets back. The sd card is not recognized anymore until I reboot the device.
I think that the paragon app is not perfect and might have bugs, but
Is there any way to disable the "sd card check for error" functionality? Have read some threads about it, to delete some file from system, but that method produces inconsistencies with other apps.
By the way, I have tried to format on ExFat, and had the same problem. When the card is almost full it will never end up checking for errors. I finally broke the sd card when I formated it with ExFat and 64k allocation size. It was not regoznized neither by windows and android afterwards
thanks
cla20000 said:
By the way, I have tried to format on ExFat, and had the same problem. When the card is almost full it will never end up checking for errors. I finally broke the sd card when I formated it with ExFat and 64k allocation size. It was not regoznized neither by windows and android afterwards
thanks
Click to expand...
Click to collapse
I don't think you broke it unless you fried the flash chips. You can try using the disk manager in windows and try to see if it sees it. Or just learn how to use Linux command line tools and fix it that way. I recovered 80% of my pictures off of a dead SD card using dd and a file recovery utility. I don't recall which one. That 16GB SD card now works just fine as a 12GB card. I don't trust it for any more than shuttling between systems though.
Also, I've never had good luck with exFAT. I much prefer the EXT filesystems, but they aren't natively supported in windows or most cameras. Maybe try NTFS without journaling (If that's even possible)
Please read forum rules before posting
Questions and help issues go in Q&A
Thread moved
Thank you for your cooperation
Friendly Neighborhood Moderator
exfat is proprietary windows and needs licenses. android won't support it.
ntfs is a journaling file system and will impact performance if you can get android to read it.
ext2/3 is the best solution. there are utilities you can install so windows can read it.
calisro said:
exfat is proprietary windows and needs licenses. android won't support it.
ntfs is a journaling file system and will impact performance if you can get android to read it.
ext2/3 is the best solution. there are utilities you can install so windows can read it.
Click to expand...
Click to collapse
Ext2Fsd is excellent for Windows 7, I don't know what I'd do without it.
sent from my ET4G on Paranoid Android using XDA Premium HD in hybrid mode

[Q] MicroSD formating FAT32,NTFS?

I can not transfer larger flies on my microsd via usb cable,for example some HD videos,the only way to put that on microsd,is to unmount card put in microsd adapter format NTFS in windows and then tranfer large file,but when i put back sd in my phone i cannot use it until i do formatting again ,so i suppose that phone format card fat32 so i am not able again to transfer large files...Any suggestion? Does ARHD sense rom support that format?
Try to format exFAT
redpoint73 said:
Try to format exFAT
Click to expand...
Click to collapse
Thank you for reply,that solve the problem now when i format with adaper in windows exfat phone doe not ask me to format again so i am now able to transfer large files,tnx again
legadema said:
Thank you for reply,that solve the problem now when i format with adaper in windows exfat phone doe not ask me to format again so i am now able to transfer large files,tnx again
Click to expand...
Click to collapse
You're quite welcome. FAT32 was the old reliable standard for so long. But as you know, it doesn't support file sizes over 4 GB (along with some other limitations). Now different devices use different formats, and there seems to be no "go to" format. Windows seems to default to NTFS, exFAT seems to play better on Android phones (at least HTC), etc. At least from what I can gather by searching online, there don't seem to be any easy "silver bullet" answers on what format to use when. So your confusion is quite understandable.
redpoint73 said:
You're quite welcome. FAT32 was the old reliable standard for so long. But as you know, it doesn't support file sizes over 4 GB (along with some other limitations). Now different devices use different formats, and there seems to be no "go to" format. Windows seems to default to NTFS, exFAT seems to play better on Android phones (at least HTC), etc. At least from what I can gather by searching online, there don't seem to be any easy "silver bullet" answers on what format to use when. So your confusion is quite understandable.[/QUOTE
Tnx, now is much more clear to me ,as you say i know difference between FAT32 and NTFS but i didn't know about android compatibility,so i guess i learned something today
Click to expand...
Click to collapse

Fire TV STICK 4K USB DRIVE TO READ NTFS OR EXFAT

I need the easiest way to enable my firestick 4k to read files higher than 4gb.
Advice?
Thanks
stefss said:
I need the easiest way to enable my firestick 4k to read files higher than 4gb.
Advice?
Thanks
Click to expand...
Click to collapse
To enable NTFS and ExFAT by using Magisk (follow the steps carefully)
https://forum.xda-developers.com/fire-tv/development/magisk-amazon-firetv4k-ntfs-f2fs-ext4-t3991981
stefss said:
I need the easiest way to enable my firestick 4k to read files higher than 4gb.
Advice?
Thanks
Click to expand...
Click to collapse
It can easily read more than 32GB, without doing anything. (In Fat32 of course)
Or if you want to use NTFS but without Root, check this out
https://youtu.be/qoQkGQiylBM
If i am not wrong, maximum for fat32 is 4gb filesize?
stefss said:
If i am not wrong, maximum for fat32 is 4gb filesize?
Click to expand...
Click to collapse
Its not
https://support.microsoft.com/en-in/help/154997/description-of-the-fat32-file-system
Check this out
SweenWolf said:
Its not
https://support.microsoft.com/en-in/help/154997/description-of-the-fat32-file-system
Check this out
Click to expand...
Click to collapse
Anyone any ideas how I can get this storage module working? flashed with twrp Pretorians add on. Using format fat32 and filemanager + but it's not showing up the 32gb SanDisk USB storage. Dunno what I'm doing wrong man [emoji106]
Any help appreciated
Cheers
Sent from my SM-G935F using Tapatalk
Bertonumber1 said:
Anyone any ideas how I can get this storage module working? flashed with twrp Pretorians add on. Using format fat32 and filemanager + but it's not showing up the 32gb SanDisk USB storage. Dunno what I'm doing wrong man [emoji106]
Any help appreciated
Cheers
Sent from my SM-G935F using Tapatalk
Click to expand...
Click to collapse
You don't need to install any module to be abke to access fat32 formatted device, hell you don't need to have root at all. Fat32 is recognized by the system as is.
You just need a working OTG cable and use MiXplorer (download it from XDA official page). You will see your thumb drive in the hamburger menu (first or second one).
I have non rooted firestick 4k and it works.
I have no experience with fos5 devices and i cannot say anything about that because most NORMAL commands don't work there
stefss said:
If i am not wrong, maximum for fat32 is 4gb filesize?
Click to expand...
Click to collapse
NTFS and ExFAT file systems are developed by Microsoft.
Amazon is not paying to Microsoft for the license to use NTFS and ExFAT.
The maximum file size for NTFS and ExFAT are 16EB (exabytes) or 16 million GB (gigabytes).
SweenWolf said:
You don't need to install any module to be abke to access fat32 formatted device, hell you don't need to have root at all. Fat32 is recognized by the system as is.
You just need a working OTG cable and use MiXplorer (download it from XDA official page). You will see your thumb drive in the hamburger menu (first or second one).
I have non rooted firestick 4k and it works.
I have no experience with fos5 devices and i cannot say anything about that because most NORMAL commands don't work there
Click to expand...
Click to collapse
Hey my device is the way I want it now sween wolf, rooted with all apps installed, I can't be assed unrooting it now.
but anyway I flashed the magisk module with the general thought being if I was using a pre-rooted rom I would lose the ability to use the USB drive through OTG?
So I flashed Pretorians module but I can't get the USB drive to show up, it's a sabrent 32 gb formated to fat32
I'm using a similar app to xplore called filemanager plus but with no joy... The USB storage just isn't playing ball and showing up you know?
So I don't need the module at all? , should I perhaps try reformatting the USB?
Bertonumber1 said:
Hey my device is the way I want it now sween wolf, rooted with all apps installed, I can't be assed unrooting it now.
but anyway I flashed the magisk module with the general thought being if I was using a pre-rooted rom I would lose the ability to use the USB drive through OTG?
So I flashed Pretorians module but I can't get the USB drive to show up, it's a sabrent 32 gb formated to fat32
I'm using a similar app to xplore called filemanager plus but with no joy... The USB storage just isn't playing ball and showing up you know?
So I don't need the module at all? , should I perhaps try reformatting the USB?
Click to expand...
Click to collapse
I am not telling you to unroot, this is not something rooting a device kills, but yeah with or without root, usb works.
Try changing your explorer, use mix or es file explorer to see if the usb is getting recognized but isn't showing up
My english is not perfect so i still not try this before i will be sure.
What is easiest way to enable ntfs or exfat usb drives?
I need this for Kodi, so i cant use es file manager.
stefss said:
If i am not wrong, maximum for fat32 is 4gb filesize?
Click to expand...
Click to collapse
File System Functionality Comparison - Win32 apps
Tables that list functionality and feature support comparisons for the four main Windows file systems, NTFS, exFAT, UDF, and FAT32.
docs.microsoft.com
so fat32 max filesize is 4gb, you are right
and that is the reason users need for higher resolution movies bigger than 4gb ntfs or exfat mass or some NAS to circumvent the limitation for local mass storage filesize of fat32
SweenWolf said:
Its not
https://support.microsoft.com/en-in/help/154997/description-of-the-fat32-file-system
Check this out
Click to expand...
Click to collapse
It absolutely is. The maximum file size for FAT32 is 4GB. What you linked to is exFAT, which is NOT FAT32. exFAT also cannot be read by the firestick.

Question Connecting SSD drive

I have a SSD I format it in NTFS and plug it into the phone, it tells me that there is an issue with the drive.
So I format it with phone. Then plug it back into PC and it says it formatted it to Fat32, this makes it impossible to move any video to it.
My main idea was to use it for backup of pictures and video.
eracet said:
I have a SSD I format it in NTFS and plug it into the phone, it tells me that there is an issue with the drive.
So I format it with phone. Then plug it back into PC and it says it formatted it to Fat32, this makes it impossible to move any video to it.
My main idea was to use it for backup of pictures and video.
Click to expand...
Click to collapse
You done it in a wrong way. Sadly, Android devices don’t support NTFS format by default, you have to do it manually. Depends on whether your phone is rooted or not, it has different ways. Without root, use Total Commander to do it, with root, you get more choices. I didn't do it for a long time so can't tell just by memory. You can Google it and there should have a lot information you can get from the web for how to enable NTFS format in Android.
I am rooted, but have not seen a way to do it. Most say Total Commander or Paragon. Searched around web. Some of the threads are super old. And having issues finding ways to do it with Rooted device.
There is no Magisk modules anymore. Will keep looking.
format your ssd as exfat. works for both the computer and phone, and supports files over 4gb
mercenaryhmster said:
format your ssd as exfat. works for both the computer and phone, and supports files over 4gb
Click to expand...
Click to collapse
That doesn't work.
From what I read , it seems Pixel 6 Pro does not support those formats. and you have to do work arounds to get it done.
Still working on those
Correct, Pixels never support ExFAT natively. There "may" be others way to use it on Pixels now, but I'm satisfied now that after all these years of having Pixel phones I bought the full Paragon deal: exFAT/NTFS for USB by Paragon Software. It's not ideal, but it works, and paying for the full deal gets me both ExFAT and NTFS (among other things that I probably don't care about).
I still use X-Plore File Manager to access the external storage through Paragon's app.
exFAT is natively supported on Android 13, at least for Pixel devices. I have a USB NVME drive that's formatted as exFAT and my Pixel 6 Pro running the latest Android 13 beta recognises it natively with full read/write access.
Some more details: https://blog.esper.io/android-dessert-bites-27-exfat-on-pixel-532176849/
craigacgomez said:
exFAT is natively supported on Android 13, at least for Pixel devices. I have a USB NVME drive that's formatted as exFAT and my Pixel 6 Pro running the latest Android 13 beta recognises it natively with full read/write access.
Some more details: https://blog.esper.io/android-dessert-bites-27-exfat-on-pixel-532176849/
Click to expand...
Click to collapse
Oh yeah! Thanks for that reminder. I'm so looking forward to that native capability.
roirraW edor ehT said:
Correct, Pixels never support ExFAT natively. There "may" be others way to use it on Pixels now, but I'm satisfied now that after all these years of having Pixel phones I bought the full Paragon deal: exFAT/NTFS for USB by Paragon Software. It's not ideal, but it works, and paying for the full deal gets me both ExFAT and NTFS (among other things that I probably don't care about).
I still use X-Plore File Manager to access the external storage through Paragon's app.
Click to expand...
Click to collapse
Did that program and it mounted it, but accessing is an issue. Not sure if I am doing it right,
For some reason it keeps asking to use total commander
eracet said:
Did that program and it mounted it, but accessing is an issue. Not sure if I am doing it right,
For some reason it keeps asking to use total commander
Click to expand...
Click to collapse
I know it suggests Total Commander, but there's an option somewhere in there where I could get Paragon's access listed in X-Plore File Manager, which I prefer.
It's possible I didn't have to do anything special in the Paragon app - it's not too often I have to use it. It might have been just using X-Plore File Manager's ability to customize what mounted "drives" it listed, and adding Paragon from the list of available drives - after I already mounted the actual drive through the Paragon app.
I've partitioned my external SSD to 3, and only 1 is exFAT. The rest are NTFS.
In stock android 13 it is only able to read the exFAT partition.
To my surprise I noticed that in AncientOS (12L), it can read all in file manager. Don't know why though! didn't bother to read the features.
use exFAT supposed now with android 13 .

Categories

Resources