Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
shardul_seth
Old
(Last edited by shardul_seth; 21st June 2012 at 05:21 PM.)
#1  
shardul_seth's Avatar
Senior Member - OP
Thanks Meter 1538
Posts: 1,058
Join Date: Jul 2011
Storage Full NTFS Read Write support for Xperia 2011 devices! [IMP UPDATE]

Noob Friendly section
---------------------------------------------------------------------------------------------
Warning: I will take no responsibility for data loss or corruption that may occur on NTFS drives, though ntfs-3g has been known to be safe.

Steps to get NTFS full read-write working:
1. Install attached .zip via recovery (or push the file )
2. Reboot
3. To mount OTG drives, use the script attached with "Script Manager" app (run as root)
(Even NTFS microsd cards can be mounted with minor changes)
4. To unmount, just press "Unmount" in USB OTG helper

This will be built in USB OTG helper app soon!


Technical section
---------------------------------------------------------------------------------------------
As the ntfs driver in linux 2.6 kernel does not have write support, the only feasible way was GPL licenced ntfs-3g

Steps:
1. Fuse support (fuse.ko) was compiled from SONY Xperia ICS sources (4.1.B.0.431) as module
2. The ntfs-3g module was compiled with codesourcery toolchain (arm-none-linux-gnueabi)
Code:
./configure --enable-really-static -host=arm-none-linux-gnueabi
make
ntfs-3g: Main site | More details | Release History
Attached Files
File Type: zip ntfs-3g-cwm-install.zip - [Click for QR Code] (1.31 MB, 577 views)
File Type: txt Mount_NTFS.sh.txt - [Click for QR Code] (1,013 Bytes, 5432 views)
File Type: zip ntfs-3g-cwm-install_v2.zip - [Click for QR Code] (1.35 MB, 757 views)
Phone ....: Xperia Neo V
ROM ......: Spacious Smooth ICS -> PAC JB ROM
SDCard....: 16GB Class 4 Sandisk


My Apps: [APP] USB OTG Helper (MAJOR UPDATE) -> DONATE

My ROMs: [Neo/V] Spacious, smooth, light GB and ICS 4.0.4
My Kernels: Suave Kernel and Super Stock ICS

Composed/Posted with WYSIWYG BBCode Editor
The Following 13 Users Say Thank You to shardul_seth For This Useful Post: [ Click to Expand ]
 
shardul_seth
Old
(Last edited by shardul_seth; 21st June 2012 at 05:43 PM.)
#2  
shardul_seth's Avatar
Senior Member - OP
Thanks Meter 1538
Posts: 1,058
Join Date: Jul 2011
NTFS Utils

NTFS Utils reference:
Quote:
NTFS UTILITIES
==============

The ntfsprogs includes utilities for doing all required tasks to NTFS
partitions. In general, just run a utility without any command line
options to display the version number and usage syntax.

ntfsfix - Attempt to fix an NTFS partition and force Windows to check NTFS.

mkntfs - Format a partition with the NTFS filesystem.

ntfslabel - Display/change the label of an NTFS partition.

ntfsundelete - Recover deleted files from an NTFS volume.

ntfsresize - Resize NTFS volumes.

ntfsclone - Efficiently create/restore an image of an NTFS partition.

ntfscluster - Locate the owner of any given sector or cluster on an NTFS partition.

ntfsinfo - Show some information about an NTFS partition or one of the files or directories within it.

ntfsls - List information about files in a directory residing on an NTFS partition.

ntfscat - Concatenate files and print their contents on the standard output.

ntfscp - Overwrite files on an NTFS partition.
Attached Files
File Type: 7z ntfs-utils.7z - [Click for QR Code] (1.23 MB, 341 views)
Phone ....: Xperia Neo V
ROM ......: Spacious Smooth ICS -> PAC JB ROM
SDCard....: 16GB Class 4 Sandisk


My Apps: [APP] USB OTG Helper (MAJOR UPDATE) -> DONATE

My ROMs: [Neo/V] Spacious, smooth, light GB and ICS 4.0.4
My Kernels: Suave Kernel and Super Stock ICS

Composed/Posted with WYSIWYG BBCode Editor
The Following User Says Thank You to shardul_seth For This Useful Post: [ Click to Expand ]
 
bombayboy
Old
#3  
Senior Member
Thanks Meter 383
Posts: 881
Join Date: May 2012
Location: Mumbai
Thumbs up Thanks

Thanks, Shardul

i wish you can do something for my PlayBook too
Thanks XDA
 
yy.yogesh007
Old
#4  
Member
Thanks Meter 16
Posts: 96
Join Date: Jun 2012
Location: New Delhi
i need to use ntfs sd card in my WT19i, What all i need to do? i am using kamarush kernel v3.0
Live with Walkman (WT19i)

  • Rooted Stock ROM 4.1.B.0.431
  • KRsH Kernel v3.0 ICS with ClockWorkMod Recovery 5.0.2.7
  • Xperia S Home mod for Xperia ICS firmware v3.0 by serajr


click on Thanks if it helped u
 
Lebenita
Old
#5  
Member
Thanks Meter 35
Posts: 89
Join Date: Oct 2008
Default Support for 2012 line possible?

Thanks for your efforts, Shardul, great job! Is there any chance this will be made available for the 2012 Xperia line? I'd love to have it for my Xperia GO, but I'm afraid I'm not able to compile it myself.
 
shardul_seth
Old
#6  
shardul_seth's Avatar
Senior Member - OP
Thanks Meter 1538
Posts: 1,058
Join Date: Jul 2011
Quote:
Originally Posted by Lebenita View Post
Thanks for your efforts, Shardul, great job! Is there any chance this will be made available for the 2012 Xperia line? I'd love to have it for my Xperia GO, but I'm afraid I'm not able to compile it myself.
Should work by itself, you may need to compile the fuse driver..
Phone ....: Xperia Neo V
ROM ......: Spacious Smooth ICS -> PAC JB ROM
SDCard....: 16GB Class 4 Sandisk


My Apps: [APP] USB OTG Helper (MAJOR UPDATE) -> DONATE

My ROMs: [Neo/V] Spacious, smooth, light GB and ICS 4.0.4
My Kernels: Suave Kernel and Super Stock ICS

Composed/Posted with WYSIWYG BBCode Editor
 
Lebenita
Old
#7  
Member
Thanks Meter 35
Posts: 89
Join Date: Oct 2008
Quote:
Originally Posted by shardul_seth View Post
you may need to compile the fuse driver..
That's exactly the problem. With the driver compiled for the 2011 line it doesn't work, and I haven't yet (not even remotely) figured out how to compile it. I'll try to read up on it. Do you have any suggestions on where to start?
 
urra901109
Old
#8  
urra901109's Avatar
Senior Member
Thanks Meter 13
Posts: 118
Join Date: Sep 2011
this thread seems old, but i have to ask a question.. probably the OP is till supporting this.

hurm, all this while i have use "stickmount" from the playstore it mounts all drives i attached to it automatically, no mount point creation or whatsoever. if use this ntfs tweak and install it will it work with stickmount?
 
tHe daRksiDe
Old
#9  
Member
Thanks Meter 3
Posts: 43
Join Date: Jun 2012
Location: Bangalore
Quote:
Originally Posted by urra901109 View Post
this thread seems old, but i have to ask a question.. probably the OP is till supporting this.

hurm, all this while i have use "stickmount" from the playstore it mounts all drives i attached to it automatically, no mount point creation or whatsoever. if use this ntfs tweak and install it will it work with stickmount?
I may be wrong but I think it won't unless stick mount is programmed to use ntfs 3g which ,I dont think it is programmed for, as android devices don't support ntfs natively.

Don't forget to thank me if I helped

Sent for my MT15i using XDA app.
 
berceniqgil
Old
#10  
berceniqgil's Avatar
Senior Member
Thanks Meter 29
Posts: 176
Join Date: Oct 2011
Location: Gen.Trias Cavite
sorry for asking this, what does it really do?

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Job Interview Prep: Phone Screen Part 1 – XDA Developer TV

XDA Developer TV Producer Jayce has been very busy creating videos to help … more

Auto Test Your Android Apps with Robotium

You’ve just finished coding your very first app, but before you release it to the wild, you … more

Open Source CPU Info App for Windows

So you’re playing with your shiny new Windows 8 tablet PC, when one of your like-minded geeky … more

Guide to Using Adobe Air on Android

When writing an app with performance in mind, you most likely want to write it native code using the … more