[Q] File System Format Help - Transformer TF300T Q&A, Help & Troubleshooting

Hey guys,
I'm new to the forums, but I need help getting my TF300T to mount storage devices formatted as either NTFS or exFAT file systems. I have tried both a USB flash drive and a portable hard drive formatted as NTFS through the keyboard dock; my transformer recognizes the devices but will not mount them. And with exFAT, it simply says "Damaged SD card".
I'm running CyanogenMod version 9, and if anyone knows if there is a way to make the device mount and read these file systems that would be greatly appreciated. I have files above 4GB that I would like to use on my device, but FAT32 can't support them. Thank you!

Try NTFS Mounter app, free on the market.

That app doesn't seem to work on the TF300, thanks though. Any other thoughts?

Skifman said:
That app doesn't seem to work on the TF300, thanks though. Any other thoughts?
Click to expand...
Click to collapse
U need to restart the tablet with the device on it i did this for ntfs after formatted my microsd and it started working. I have read that cm9 is not supporting ntfs not sure i have not unlocked only rooted with modified build.prop
Sent from my ASUS Transformer Pad TF300T using XDA Premium HD app

Related

[Q]NTFS formatted microsd

i know the usb ports on the dock supprt ntfs read/write but has anyone tried ntfs formatted microsd? i wont be able to check mine til i get home. but i would't see why it can't. it would be nice to store an 8 GB video file on the sdcard. even if the tf wouldn't be able to play it
i'm pretty sue clockwork won't get along with ntfs though.
where did you hear the dock supported NTFS? to my understanding linux can't read that so nothing on the device should be able to support NTFS.
neok44 said:
where did you hear the dock supported NTFS? to my understanding linux can't read that so nothing on the device should be able to support NTFS.
Click to expand...
Click to collapse
Actually linux reads (and write) NTFS quite fine.
For NTFS support linux uses NTFS-3g (free) or Tuxera (commercial). The questions is - did Asus add NTFS drivers? Some users of Transformer say it did and that it works.
Magnesus said:
Actually linux reads (and write) NTFS quite fine.
For NTFS support linux uses NTFS-3g (free) or Tuxera (commercial). The questions is - did Asus add NTFS drivers? Some users of Transformer say it did and that it works.
Click to expand...
Click to collapse
interesting. I just figured that since all the android devices have never supported NTFS, at least the ones i've owned.
if i had a blank SD card i'd try it for you, but all mine have way to much data on it to try.
If at least the USB ports work thats nice cause i can then move my HD movies onto a 32GB flash drive. instead of trying to somehow get them under 4GB.
Honeycomb does not have native NTFS support built into the kernel but there is a custom ROM available that has this feature quoted "The Transformer's first custom kernel with CIFS/TUN/NTFS compiled in"
See: "[ROM] PRIME! v1.2 | Fast | Rooted | Deodexed" in the dev section of this forum
http://forum.xda-developers.com/showthread.php?t=1052380
I have no idea if this would help with the NTFS microSD access you asked about.
I just formatted to NTFS on a class 10 wintec 16gb microsd. Doesn't work. I'm on stock honeycomb.
Back to fat32 i go!
3DSammy said:
Honeycomb does not have native NTFS support built into the kernel but there is a custom ROM available that has this feature quoted "The Transformer's first custom kernel with CIFS/TUN/NTFS compiled in"
Click to expand...
Click to collapse
Maybe the people that reported NTFS working used this kernel. I didn't pay attention to what they were writing much because am not using NTFS. But I was almost sure they were talking about a Transformer with stock firmware. Well aparently I was wrong, sorry for spreading misinformation.
ntfs formatted western digital passport does work very well on the usb port though....strange that microsd doesn't
At the time of my initial test i was using paul's rom from modaco. There wasn't any mention of ntfs support in the notes. Eifher i missed the note or he corgot to include the change.
Fyi archos tabets support ntfs read.
From what I read the NTFS support was add in the v1.2 release of that PRIME custom ROM. Maybe you were using an earlier version. The last edit of that forum post was "6th May 2011 at 12:55 AM" which I assume was when the new PRIME ROM v1.2 version was released.
i didn't try th prime rom til yesterday.i was on modaco while doingthe exthd test.
did a noob thing hereand posted efore searching .someon else asked the question and said the stock tf bas ntfs support otb according to the manual. i havent pulled mine out yet to verify.
Bump, trying to figure out if prime 1.3 will support NTFS SDCARD.
I am running Stock TF101 with 3.1 Android and the dock supports NTFS USB Media and Sd-Card NTFS Media very well.
So NTFS with any media that connects to the dock works, at least all i could get hold of these included some USB-Sticks from 512 MB to 8 GB and USB 3.0 2.5" 1TB HDD. Also SD-Cards and my microSD in an SD Adapter works.
But here comes the strange part if i remove the microSD out of the Adapter and put it into the tablet it won't work. Yes the same card that worked 10 seconds before in the dock.
For anyone that finds this thread in the future: The MicroSD card is expected to be FAT formatted and therefore, will not automatically mount if it is NTFS. But, since NTFS is supported on the tablet, you can manually mount the MicroSD and it will work fine when formatted as NTFS. You'll need root and someway to run the below commands.
Mount:
Code:
mkdir /data/Removable/MicroSD
mount /dev/block/vold/179\:9 /data/Removable/MicroSD
rtadams89 said:
For anyone that finds this thread in the future: The MicroSD card is expected to be FAT formatted and therefore, will not automatically mount if it is NTFS. But, since NTFS is supported on the tablet, you can manually mount the MicroSD and it will work fine when formatted as NTFS. You'll need root and someway to run the below commands.
Mount:
Code:
mkdir /data/Removable/MicroSD
mount /dev/block/vold/179\:9 /data/Removable/MicroSD
Click to expand...
Click to collapse
I've tried entering the script in Terminal Emulator, but get
"Usage: mount [-r] [-w].... etc.."
This means there's something wrong with the code?
Found this thread through google search. I have a 32gb patriot class 10 micro sd card - just formatted to ntfs and android 3.2 reads it natively. Not yet rooted either.
I too, am on a stock Android 3.2 with a NTFS formated 32 GB class 10 microSDHC. My Asus Transformer tablet works fine, and can read files off of the memory card. I haven't tried the dock's memory card reading slot, but I presume it'll just work the same.
hyperxi said:
I've tried entering the script in Terminal Emulator, but get
"Usage: mount [-r] [-w].... etc.."
This means there's something wrong with the code?
Click to expand...
Click to collapse
You should be able to navigate into the actual directory:
/dev/block/vold/179 ...
If not, it might be elsewhere, slightly different location, like
/dev/block/vold/<another number?>
or
/dev/block/<another directory>/179
etc.
Once you find the actual flash directory it should be easy to mount to a known location. I am not rooted so I can not look on mine for differences.
What this implies... it might require a script or configuration to auto mount in any configuration. On LINUX this is handled a bunch of different ways depending on the kernel version, and likely similar on Android OS.
Good luck.
hoang51 said:
I too, am on a stock Android 3.2 with a NTFS formated 32 GB class 10 microSDHC. My Asus Transformer tablet works fine, and can read files off of the memory card. I haven't tried the dock's memory card reading slot, but I presume it'll just work the same.
Click to expand...
Click to collapse
Confirmed! Same here I have 16GB ADATA class 10 microSDHC, NTFS formated. Works on my tablet not root just stock 3.2.

Circumventing the FAT32 4gb file limitation

I love everything about Android, other than the fact that I can't watch any of my blu ray rips because they are over 4gb. I can format my ext SD into NTFS or eXFat but then the transformer wont see the card when I put it in. Same goes with it recognizing my external hard drive.
I have tried formatting the drive into some Mac format because I read it was a work around, but it wasn't detected when formatted as a mac drive. Is there a trick that I don't know about?
Sent from my MB860 using XDA App
i have not tried, but you could possibly format the card in a linux file format (ext3, ext4, etc) and then use a windows app that will allow you to read the linux file format.
or just split your larger files.
xformulax said:
i have not tried, but you could possibly format the card in a linux file format (ext3, ext4, etc) and then use a windows app that will allow you to read the linux file format.
or just split your larger files.
Click to expand...
Click to collapse
I am trying to get honeycomb to read and play the movies though. Not another comp running windows.
Sent from my MB860 using XDA App
i believe some of the kernels on the dev section supports ntfs if you want to go that route...
other than that, you'd have to wait for ASUS to implemente NTFS themselves (i believe they just got a license from a 3rd party co. to use their NTFS driver, for th purpose of implementing it into their android devices)
I don't need a signature.
seh6183 said:
I am trying to get honeycomb to read and play the movies though. Not another comp running windows.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
right, and honeycomb is *nix at its core and should be able to read and play the files on a linux formatted memory card... the challenge is getting windows to read that same card to load it, but that can be done with some opensource software.
xformulax said:
right, and honeycomb is *nix at its core and should be able to read and play the files on a linux formatted memory card... the challenge is getting windows to read that same card to load it, but that can be done with some opensource software.
Click to expand...
Click to collapse
Ah I see! Can anyone comment on this that has tried it before I go through the agony and possible waste of time?
Sent from my MB860 using XDA App
Not much more to comment on, there are linux (ext3) filesystem drivers you can install on windows that should let you be able to load the SD card from within windows. As Android has *nix underneath it all, it should recognize the ext3 card no problem, and ext3 doesn't have the same 4GB limitation.
it does support ntfs for external hard drives.
seh6183 said:
I love everything about Android, other than the fact that I can't watch any of my blu ray rips because they are over 4gb. I can format my ext SD into NTFS or eXFat but then the transformer wont see the card when I put it in. Same goes with it recognizing my external hard drive.
I have tried formatting the drive into some Mac format because I read it was a work around, but it wasn't detected when formatted as a mac drive. Is there a trick that I don't know about?
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
In another thread i heard NTFS works, but i personally couldnt get it to work with my MicroSD cards
you might want to check out this thread also
http://forum.xda-developers.com/showthread.php?t=1069360
My best guess is to root and install a kernel that supports NTFS
Or format to ext3 or ext4 and give that a try
I use this to access ext3 and ext 4 partitions on my Windows 7 machine
http://www.ext2fsd.com/
Works pretty well
i have a USB flash drive with NTFS. tried harry potter 720p mkv at 6.7GB and though it did see and load the file, it lagged to the point where it was unwatchable. This was on 3.01 and 3.1
I've played a 6 GB mkv off of my 320GB NTFS formatted hard drive, so shouldnt be an issue off of a card.
I'l try it later with one of my 8gb cards.
Anonnie said:
I've played a 6 GB mkv off of my 320GB NTFS formatted hard drive, so shouldnt be an issue off of a card.
I'l try it later with one of my 8gb cards.
Click to expand...
Click to collapse
well NTFS support from a usb HDD is different from having NTFS support on the internal card reader... could also depend if NTFS is built into your kernel.
my TF works with a 8gb usb pendrive and my 750gb and 3tb external usb drive formated with windows 7 and plays dvd under 4gb
but did locked up when i opened a folder with a 9gb bluray file in it
Hmm I hope the file system for the TF isn't fat32, because like the previous poster said it would allow me to open my blu ray rips. Or would it? If the 6gb movie was located on another drive I don't see why it wouldn't play straight off the secondary drive.
I also can confirm that ntfs works just fine with external hard drives and usb thumb drives. Just not external SD cards.
Sent from my MB860 using XDA App
seh6183 said:
Hmm I hope the file system for the TF isn't fat32, because like the previous poster said it would allow me to open my blu ray rips. Or would it? If the 6gb movie was located on another drive I don't see why it wouldn't play straight off the secondary drive.
I also can confirm that ntfs works just fine with external hard drives and usb thumb drives. Just not external SD cards.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
the file system for the TF isn't fat32.... but it formats the uSD to fat32 for compatibility between the tablet and windows.
ntfs support for uSD and for external HDD are 2 different things.
NTFS and HFS+ filesystem support
I have recently tried this:
Paragon NTFS & HFS+
(can't post link as I am a noob :| so google it up or find it in the App Store)
It is free and it seems to work well with both Win (NTFS) and Mac (HFS+) disks. As far as I know it looks like an Android implementation of FUSE.

[Q] Format microSD?

Hi.
I was wandering is there any way to format the microSD card on teh TF300T?
If so what is the filesystem used/permited?
I would like to put some home videos, that are bigger than 4Gb, and the Fat32 filesystem doesn't let it.
If you want to use the card in Windows computers as well as the tablet, format it with NTFS. If you're just using it in the tablet, ext4 is the best. Note that Windows doesn't support ext4 (or anything that isn't FAT or NTFS for that matter; it won't acknowledge the card at all), so be aware.
Edit: I don't think you can format the card in the tablet. It was removed from ICS. You'll need to use a computer or an Android phone (pre-ICS).
"I'm a PC." So I will format it to NTFS. Too bad i have to use the computer.
Thank you.
Just formated my microSD to NTFS and it works just fine.
Thank you for the advice.
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
m69 said:
Just formated my microSD to NTFS and it works just fine.
Thank you for the advice.
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
Click to expand...
Click to collapse
Hi.
I just got a transformet TF300T and i have the same doubts
The card will only be used in the tablet and transfers using Wifi transfer
So... should i format it to Ext4? Or leave it as Fat32?
Can i use as swap?
What tool can i use to format it as fat32 or ext4?
And for the swap?
I have formated my SdCard 32GB class 10 on NTFS by my PC.
A lot of movies for my son, music, and games are in my scdard and no problem for use it
Games on your SD card? Please explain
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
KindaUndisputed said:
Games on your SD card? Please explain
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Click to expand...
Click to collapse
games using app2ext maybe
I use AppMonster Pro Backup Restore
Does that let you put game data on the SD card?
Sent from my R800i using xda app-developers app

Anyone get a 64gb micro sd card to work?

If so, how?
I tried formatting my san disk ultra to ntfs and exfat with several different cluster size combos and it wouldn't work. At one point it did mount the card but I couldn't read (other than folders) or write to it.
Anyone out there know how to get a 64gb card to work? Your help would be greatly appreciated!
Never mind, I found the appropriate thread (http://forum.xda-developers.com/showthread.php?t=1761861). Looks really hit or miss at this point... :-(
Sent from my ASUS Transformer Pad TF700T using XDA Premium HD app
64 gb sd card
AspenMan said:
If so, how?
I tried formatting my san disk ultra to ntfs and exfat with several different cluster size combos and it wouldn't work. At one point it did mount the card but I couldn't read (other than folders) or write to it.
Anyone out there know how to get a 64gb card to work? Your help would be greatly appreciated!
Click to expand...
Click to collapse
Did you try sd card maid? You may be able to partition it into 2 partitions.
mertmag said:
Did you try sd card maid? You may be able to partition it into 2 partitions.
Click to expand...
Click to collapse
The MicroSD card issue was resolved with the last firmware update.
AspenMan said:
Never mind, I found the appropriate thread (http://forum.xda-developers.com/showthread.php?t=1761861). Looks really hit or miss at this point...
Sent from my ASUS Transformer Pad TF700T using XDA Premium HD app
Click to expand...
Click to collapse
What firmware version are running? .26 should solve most issues, though my 64gb ultra worked fine on.22

How to format sd card

How do you format the sd card on here. On my phone it's in setting under storage but on the tablet I don't see it.
I used my computer to format a SanDisk 64 GB card but it reads it as 29gb only. I'm not sure what format it was I missed used the default it gave.
Sent from my ASUS Transformer Pad TF700T using xda app-developers app
Hmmm...
Good question!
I wonder if you un-mount the card\remove it\wipe it with win disk management\reinsert\mount...if the tab will write it's file system to the card.
I checked my Samsung card and it's fat32.
I've never formatted it from windows.
I bought the card inserted it in the tablet and have been using ever since.
I'm curious about this too!
Anyone...anyone...
Thats OK said:
Hmmm...
Good question!
I wonder if you un-mount the card\remove it\wipe it with win disk management\reinsert\mount...if the tab will write it's file system to the card.
I checked my Samsung card and it's fat32.
I've never formatted it from windows.
I bought the card inserted it in the tablet and have been using ever since.
I'm curious about this too!
Anyone...anyone...
Click to expand...
Click to collapse
Fat32format tool will break the windows limits, just google for it and it will format any size.
I'll try these ideas thanks. But how can I format the card while it's in the tablet.
Sent from my ASUS Transformer Pad TF700T using xda app-developers app
dpshptl said:
I'll try these ideas thanks. But how can I format the card while it's in the tablet.
Sent from my ASUS Transformer Pad TF700T using xda app-developers app
Click to expand...
Click to collapse
You can't format it directly from your tf700, it doesn't have the format function, but you could with your phone (the one that support external sd card).
For people that are trying to reformat their Sandisk Ultra Microxdsc 64gb uhs-1 card from exFat to FAT32, check this site:http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm. it did it in about 10 sec. Now when I boot to TWRP it sees the external card. Enjoy:good:
dpshptl said:
I'll try these ideas thanks. But how can I format the card while it's in the tablet.
Click to expand...
Click to collapse
If your tablet is rooted and you have busybox installed, you can use mkdosfs from a terminal app or adb.
dpshptl said:
I'll try these ideas thanks. But how can I format the card while it's in the tablet.
Sent from my ASUS Transformer Pad TF700T using xda app-developers app
Click to expand...
Click to collapse
Old thread I know but maybe people searching will come across this solution ...
Assuming you have CWM (or possibly TWRP but I haven't checked) you can boot recovery, choose mounts & storage, format sdcard1 then choose your preferred filesystem.

Categories

Resources