sd card file system on android

2014-09-23 Thread sara fink
Hello All

I am looking for phone models with android (maybe version number)  that
support sd card formated with ext2 or ext3. Preferable ext2 since it's not
journaled.

I'd like to save big files (1-2gb each file) on the sd.

Thanks
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: sd card file system on android

2014-09-23 Thread Rabin Yasharzadehe
It's a kernel future, and you will have to root the device to be able and
change the mount option for the sdcard (on /system partition).


--
Rabin

On Tue, Sep 23, 2014 at 10:04 AM, sara fink  wrote:

> Hello All
>
> I am looking for phone models with android (maybe version number)  that
> support sd card formated with ext2 or ext3. Preferable ext2 since it's not
> journaled.
>
> I'd like to save big files (1-2gb each file) on the sd.
>
> Thanks
>
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: sd card file system on android

2014-09-23 Thread Mord Behar
I think some of the Cyanogen mods support ext4. Also I recall reading
somewhere that this might be a feature in Android L, but I can't remember
where...
On Sep 23, 2014 10:51 AM, "Rabin Yasharzadehe"  wrote:

> It's a kernel future, and you will have to root the device to be able and
> change the mount option for the sdcard (on /system partition).
>
>
> --
> Rabin
>
> On Tue, Sep 23, 2014 at 10:04 AM, sara fink  wrote:
>
>> Hello All
>>
>> I am looking for phone models with android (maybe version number)  that
>> support sd card formated with ext2 or ext3. Preferable ext2 since it's not
>> journaled.
>>
>> I'd like to save big files (1-2gb each file) on the sd.
>>
>> Thanks
>>
>> ___
>> Linux-il mailing list
>> Linux-il@cs.huji.ac.il
>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>>
>>
>
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: sd card file system on android

2014-09-23 Thread sara fink
What is already enabled in the kernel? FAT/ext2/ext3 ?

On Tue, Sep 23, 2014 at 10:50 AM, Rabin Yasharzadehe  wrote:

> It's a kernel future, and you will have to root the device to be able and
> change the mount option for the sdcard (on /system partition).
>
>
> --
> Rabin
>
> On Tue, Sep 23, 2014 at 10:04 AM, sara fink  wrote:
>
>> Hello All
>>
>> I am looking for phone models with android (maybe version number)  that
>> support sd card formated with ext2 or ext3. Preferable ext2 since it's not
>> journaled.
>>
>> I'd like to save big files (1-2gb each file) on the sd.
>>
>> Thanks
>>
>> ___
>> Linux-il mailing list
>> Linux-il@cs.huji.ac.il
>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>>
>>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: sd card file system on android

2014-09-23 Thread Rabin Yasharzadehe
It depends on the device,
But probably all will support FAT (not exFAT) as it's the default for the
external SDCARD.

--
Rabin

On Tue, Sep 23, 2014 at 12:15 PM, sara fink  wrote:

> What is already enabled in the kernel? FAT/ext2/ext3 ?
>
> On Tue, Sep 23, 2014 at 10:50 AM, Rabin Yasharzadehe 
> wrote:
>
>> It's a kernel future, and you will have to root the device to be able and
>> change the mount option for the sdcard (on /system partition).
>>
>>
>> --
>> Rabin
>>
>> On Tue, Sep 23, 2014 at 10:04 AM, sara fink  wrote:
>>
>>> Hello All
>>>
>>> I am looking for phone models with android (maybe version number)  that
>>> support sd card formated with ext2 or ext3. Preferable ext2 since it's not
>>> journaled.
>>>
>>> I'd like to save big files (1-2gb each file) on the sd.
>>>
>>> Thanks
>>>
>>> ___
>>> Linux-il mailing list
>>> Linux-il@cs.huji.ac.il
>>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>>>
>>>
>>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: sd card file system on android

2014-09-23 Thread Efraim Flashner
I've heard that some Samsung phones are running F2FS to increase
performance/decrease NAND wear.  To me it seems likely that if they're
enabling that then they wouldn't be squeamish about enabling ext2/3/4.

I think the sd card I used in my htc one v was ext4 formatted, but I
don't remember now.  I can check later, depending on how chag
preperations go this evening.

-Efraim 


On Tue, 23 Sep 2014 15:13:13 +0300
Rabin Yasharzadehe  wrote:

> It depends on the device,
> But probably all will support FAT (not exFAT) as it's the default for
> the external SDCARD.
> 
> --
> Rabin
> 
> On Tue, Sep 23, 2014 at 12:15 PM, sara fink 
> wrote:
> 
> > What is already enabled in the kernel? FAT/ext2/ext3 ?
> >
> > On Tue, Sep 23, 2014 at 10:50 AM, Rabin Yasharzadehe
> >  wrote:
> >
> >> It's a kernel future, and you will have to root the device to be
> >> able and change the mount option for the sdcard (on /system
> >> partition).
> >>
> >>
> >> --
> >> Rabin
> >>
> >> On Tue, Sep 23, 2014 at 10:04 AM, sara fink 
> >> wrote:
> >>
> >>> Hello All
> >>>
> >>> I am looking for phone models with android (maybe version
> >>> number)  that support sd card formated with ext2 or ext3.
> >>> Preferable ext2 since it's not journaled.
> >>>
> >>> I'd like to save big files (1-2gb each file) on the sd.
> >>>
> >>> Thanks
> >>>
> >>> ___
> >>> Linux-il mailing list
> >>> Linux-il@cs.huji.ac.il
> >>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
> >>>
> >>>
> >>
> >



-- 
Efraim Flashner
efraim.flash...@gmail.com 4096R/CA3D8351 created: 2013-10-08
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351


signature.asc
Description: PGP signature
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: sd card file system on android

2014-09-23 Thread sara fink
Thanks Efraim. I will appreciate it. I can wait a day or two.
@Rabin, I'm not interested in fat due to the size limit.




On Tue, Sep 23, 2014 at 5:02 PM, Efraim Flashner 
wrote:

> I've heard that some Samsung phones are running F2FS to increase
> performance/decrease NAND wear.  To me it seems likely that if they're
> enabling that then they wouldn't be squeamish about enabling ext2/3/4.
>
> I think the sd card I used in my htc one v was ext4 formatted, but I
> don't remember now.  I can check later, depending on how chag
> preperations go this evening.
>
> -Efraim
>
>
> On Tue, 23 Sep 2014 15:13:13 +0300
> Rabin Yasharzadehe  wrote:
>
> > It depends on the device,
> > But probably all will support FAT (not exFAT) as it's the default for
> > the external SDCARD.
> >
> > --
> > Rabin
> >
> > On Tue, Sep 23, 2014 at 12:15 PM, sara fink 
> > wrote:
> >
> > > What is already enabled in the kernel? FAT/ext2/ext3 ?
> > >
> > > On Tue, Sep 23, 2014 at 10:50 AM, Rabin Yasharzadehe
> > >  wrote:
> > >
> > >> It's a kernel future, and you will have to root the device to be
> > >> able and change the mount option for the sdcard (on /system
> > >> partition).
> > >>
> > >>
> > >> --
> > >> Rabin
> > >>
> > >> On Tue, Sep 23, 2014 at 10:04 AM, sara fink 
> > >> wrote:
> > >>
> > >>> Hello All
> > >>>
> > >>> I am looking for phone models with android (maybe version
> > >>> number)  that support sd card formated with ext2 or ext3.
> > >>> Preferable ext2 since it's not journaled.
> > >>>
> > >>> I'd like to save big files (1-2gb each file) on the sd.
> > >>>
> > >>> Thanks
> > >>>
> > >>> ___
> > >>> Linux-il mailing list
> > >>> Linux-il@cs.huji.ac.il
> > >>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
> > >>>
> > >>>
> > >>
> > >
>
>
>
> --
> Efraim Flashner
> efraim.flash...@gmail.com 4096R/CA3D8351 created: 2013-10-08
> GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
>
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: sd card file system on android

2014-09-23 Thread Rabin Yasharzadehe
exFAT  don't have the same limitation
like FAT,
And there some (custome) kernels out there which come with exFAT support.

--
Rabin

On Tue, Sep 23, 2014 at 5:38 PM, sara fink  wrote:

> Thanks Efraim. I will appreciate it. I can wait a day or two.
> @Rabin, I'm not interested in fat due to the size limit.
>
>
>
>
> On Tue, Sep 23, 2014 at 5:02 PM, Efraim Flashner <
> efraim.flash...@gmail.com> wrote:
>
>> I've heard that some Samsung phones are running F2FS to increase
>> performance/decrease NAND wear.  To me it seems likely that if they're
>> enabling that then they wouldn't be squeamish about enabling ext2/3/4.
>>
>> I think the sd card I used in my htc one v was ext4 formatted, but I
>> don't remember now.  I can check later, depending on how chag
>> preperations go this evening.
>>
>> -Efraim
>>
>>
>> On Tue, 23 Sep 2014 15:13:13 +0300
>> Rabin Yasharzadehe  wrote:
>>
>> > It depends on the device,
>> > But probably all will support FAT (not exFAT) as it's the default for
>> > the external SDCARD.
>> >
>> > --
>> > Rabin
>> >
>> > On Tue, Sep 23, 2014 at 12:15 PM, sara fink 
>> > wrote:
>> >
>> > > What is already enabled in the kernel? FAT/ext2/ext3 ?
>> > >
>> > > On Tue, Sep 23, 2014 at 10:50 AM, Rabin Yasharzadehe
>> > >  wrote:
>> > >
>> > >> It's a kernel future, and you will have to root the device to be
>> > >> able and change the mount option for the sdcard (on /system
>> > >> partition).
>> > >>
>> > >>
>> > >> --
>> > >> Rabin
>> > >>
>> > >> On Tue, Sep 23, 2014 at 10:04 AM, sara fink 
>> > >> wrote:
>> > >>
>> > >>> Hello All
>> > >>>
>> > >>> I am looking for phone models with android (maybe version
>> > >>> number)  that support sd card formated with ext2 or ext3.
>> > >>> Preferable ext2 since it's not journaled.
>> > >>>
>> > >>> I'd like to save big files (1-2gb each file) on the sd.
>> > >>>
>> > >>> Thanks
>> > >>>
>> > >>> ___
>> > >>> Linux-il mailing list
>> > >>> Linux-il@cs.huji.ac.il
>> > >>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>> > >>>
>> > >>>
>> > >>
>> > >
>>
>>
>>
>> --
>> Efraim Flashner
>> efraim.flash...@gmail.com 4096R/CA3D8351 created: 2013-10-08
>> GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
>>
>> ___
>> Linux-il mailing list
>> Linux-il@cs.huji.ac.il
>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>>
>>
>
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: sd card file system on android

2014-09-23 Thread Shlomo Solomon
The original poster mentioned wanting to save files larger than 2 Gb.
The limit on Fat32 is 4Gb, so I don't see the problem. 

On Tue, 23 Sep 2014 23:27:51 +0300
Rabin Yasharzadehe  wrote:

> exFAT  don't have the same
> limitation like FAT,
> And there some (custome) kernels out there which come with exFAT
> support.
> 
> --
> Rabin
> 
> On Tue, Sep 23, 2014 at 5:38 PM, sara fink 
> wrote:
> 
> > Thanks Efraim. I will appreciate it. I can wait a day or two.
> > @Rabin, I'm not interested in fat due to the size limit.
> >
> >
> >
> >
> > On Tue, Sep 23, 2014 at 5:02 PM, Efraim Flashner <
> > efraim.flash...@gmail.com> wrote:
> >
> >> I've heard that some Samsung phones are running F2FS to increase
> >> performance/decrease NAND wear.  To me it seems likely that if
> >> they're enabling that then they wouldn't be squeamish about
> >> enabling ext2/3/4.
> >>
> >> I think the sd card I used in my htc one v was ext4 formatted, but
> >> I don't remember now.  I can check later, depending on how chag
> >> preperations go this evening.
> >>
> >> -Efraim
> >>
> >>
> >> On Tue, 23 Sep 2014 15:13:13 +0300
> >> Rabin Yasharzadehe  wrote:
> >>
> >> > It depends on the device,
> >> > But probably all will support FAT (not exFAT) as it's the
> >> > default for the external SDCARD.
> >> >
> >> > --
> >> > Rabin
> >> >
> >> > On Tue, Sep 23, 2014 at 12:15 PM, sara fink 
> >> > wrote:
> >> >
> >> > > What is already enabled in the kernel? FAT/ext2/ext3 ?
> >> > >
> >> > > On Tue, Sep 23, 2014 at 10:50 AM, Rabin Yasharzadehe
> >> > >  wrote:
> >> > >
> >> > >> It's a kernel future, and you will have to root the device to
> >> > >> be able and change the mount option for the sdcard (on /system
> >> > >> partition).
> >> > >>
> >> > >>
> >> > >> --
> >> > >> Rabin
> >> > >>
> >> > >> On Tue, Sep 23, 2014 at 10:04 AM, sara fink
> >> > >>  wrote:
> >> > >>
> >> > >>> Hello All
> >> > >>>
> >> > >>> I am looking for phone models with android (maybe version
> >> > >>> number)  that support sd card formated with ext2 or ext3.
> >> > >>> Preferable ext2 since it's not journaled.
> >> > >>>
> >> > >>> I'd like to save big files (1-2gb each file) on the sd.
> >> > >>>
> >> > >>> Thanks
> >> > >>>
> >> > >>> ___
> >> > >>> Linux-il mailing list
> >> > >>> Linux-il@cs.huji.ac.il
> >> > >>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
> >> > >>>
> >> > >>>
> >> > >>
> >> > >
> >>
> >>
> >>
> >> --
> >> Efraim Flashner
> >> efraim.flash...@gmail.com 4096R/CA3D8351 created: 2013-10-08
> >> GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
> >>
> >> ___
> >> Linux-il mailing list
> >> Linux-il@cs.huji.ac.il
> >> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
> >>
> >>
> >
> > ___
> > Linux-il mailing list
> > Linux-il@cs.huji.ac.il
> > http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
> >
> >



-- 
Shlomo Solomon
http://the-solomons.net
Sent by Claws Mail 3.9.0 - KDE 4.10.5 - LINUX Mageia 3


___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il