![]() |
2008-01-08
, 18:50
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#2
|
Now that i've got my n800, i'm starting to get into the dev environment. First thing I was thinking of adding is support for udf formatted sd cards. This would allow for greater Linux compatibility (symlinks, permissions), yet still retain the ability to mount the cards on a windows host.
So this will involve porting udftools, along w/ the matching kernal modules. And maybe writting a gui front end to mkudffs.
This would make it easier to install/move packages to sd cards, as many apps make use of symlinks and such, which fat32 cant handle.
Anyone else see any merrit in this? If so, I'll go ahead and put the extra effort into it to make it user friendly. Also, am I right about windows being able to use read/write udff media? I know dvds are udf.
![]() |
2008-01-08
, 19:31
|
Posts: 64 |
Thanked: 14 times |
Joined on Dec 2007
|
#3
|
Why not just use ext2? It already works, the modules are already on the device and if you really need to access it on windows use this -->
http://www.fs-driver.org/download.html
Allows read and write access to ext2 partitions....
![]() |
2008-01-08
, 20:04
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#4
|
![]() |
2008-01-11
, 18:41
|
Posts: 64 |
Thanked: 14 times |
Joined on Dec 2007
|
#5
|
This sounds like an interesting idea. I haven't worked much with UDF so I'm not aware of any pitfalls - except for this possible one: Is UDF any good as a read/write filesystem? Usually an UDF filesystem is prepared all at once, then burned to media. I guess even for rewritable DVDs you don't really update files indivdually at an inode level.. or do you?
So this will involve porting udftools, along w/ the matching kernal modules. And maybe writting a gui front end to mkudffs.
This would make it easier to install/move packages to sd cards, as many apps make use of symlinks and such, which fat32 cant handle.
Anyone else see any merrit in this? If so, I'll go ahead and put the extra effort into it to make it user friendly. Also, am I right about windows being able to use read/write udff media? I know dvds are udf.