New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
confiq
Old
(Last edited by confiq; 8th December 2009 at 12:46 AM.) Reason: typo
#1  
Member - OP
Thanks Meter 1
Posts: 67
Join Date: Jul 2009
Default [concept] Android with NTFS (or any FS that supports files +4GB)

Hello
Sometimes i want to move file that's bigger then 4G to a sd-cart. Unfortunately FAT32 don't support this
So I asked google and google didn't know eather, but he gave me interesting project. Android-x86
Android-x86 supports NTFS as file system.
So i was wandering, if in kernel i turn module ntfs on, will i be possible to convert fat32 partition to ntfs?
will it work then?
[edit] I know I can change fat32 to ext3/4 but will it be mounted to /sd-cart/ so i'll be able to write/read it from the phone?[/edit]
 
sciumaker
Old
#2  
Junior Member
Thanks Meter 0
Posts: 11
Join Date: Mar 2009
really interesting any news about this???

anyway some notice about other platform??? how is it possible that still today don't exist an operative system for smartphone with filesystem support more than old fat32 4gb data??? this has no sense for me
 
cauli
Old
#3  
Senior Member
Thanks Meter 0
Posts: 316
Join Date: Mar 2010
Quote:
Originally Posted by confiq View Post
[edit] I know I can change fat32 to ext3/4 but will it be mounted to /sd-cart/ so i'll be able to write/read it from the phone?[/edit]
I realise I'm replying to an old post but as there's been recent activity on this thread...

I'd just use an ext2 partition. If you're running A2SD you probably have one already. I run MCR 3.2 on my Hero & this partition is mounted (as a result of A2SD) on /system/sd & is obviously read/write. Max filesize under ext2/3 is 16GB for a 1KB blocksize.
 
thefunkygibbon
Old
#4  
Senior Member
Thanks Meter 6
Posts: 600
Join Date: Sep 2004
anything happen with this? with the wealth of tablets coming out with the ability to mount host powered usb harddrives it would be great to be able to read/write (or even just read) ntfs natively within Android. formatting to Ext3 is the only option at the moment and is a bit of a ballache if i want to use the drive for anything else or take it to a friends etc.
 
mik101
Old
#5  
mik101's Avatar
Senior Member
Thanks Meter 60
Posts: 430
Join Date: Jul 2010
Quote:
Originally Posted by thefunkygibbon View Post
anything happen with this? with the wealth of tablets coming out with the ability to mount host powered usb harddrives it would be great to be able to read/write (or even just read) ntfs natively within Android. formatting to Ext3 is the only option at the moment and is a bit of a ballache if i want to use the drive for anything else or take it to a friends etc.
Havent heard anything yet. But you can use the EXT2/3 FS driver for windows to make your life a little easier. I use it when I pull hdds out of my NAS.
http://www.fs-driver.org/