Hacking ext2/ext3/ext4 in USBLoader?

Would you use in ext2/ext3/ext4 USBLoader?

  • Yes

    Votes: 6 100.0%
  • No

    Votes: 0 0.0%
  • Maybe

    Votes: 0 0.0%
  • I dont know what that is

    Votes: 0 0.0%

  • Total voters
    6

OOPMan

Active Member
Newcomer
Joined
Mar 20, 2007
Messages
39
Trophies
0
XP
75
Country
As a Linux user I would love this. It really irks me that I had to reformat my drives to NTFS simply in order to use USBLoader.

Also, ext3 and ext4 are superior to NTFS in just about every way, especially with regards to sparse files (Well supported) and fragmentation (What fragmentation :-) )
 

WiiPower

Well-Known Member
Member
Joined
Oct 17, 2008
Messages
8,165
Trophies
0
XP
345
Country
Gambia, The
Is there a ext2 libary for homebrew like the ntfs one? If yes, it could be changed in the same way the ntfs lib was changed for usb loading. You need a coder who is able to do a fake read of a .iso file and instead of reading the file, it fills an offset list with the HDD sectors that contain the .iso data. If you have that, contact oggzee, i hope he is willing to add it to CFG like he added the ntfs support. But don't bug him if you don't have the ability to create the required offset list!
 

oggzee

Well-Known Member
Member
Joined
Apr 11, 2009
Messages
2,333
Trophies
0
XP
188
Country
Slovenia
As WiiPower said, if someone adapts ext2/3 to return a list of sectors i have no problem adding it to the loader.
But is there a devkitpro/wii port of extfs at all? I couldn't find it on wiibrew or devkitpro site. That would be the first step.
 

smf

Well-Known Member
Member
Joined
Feb 23, 2009
Messages
6,640
Trophies
2
XP
5,854
Country
United Kingdom
OOPMan said:
As a Linux user I would love this. It really irks me that I had to reformat my drives to NTFS simply in order to use USBLoader.

Also, ext3 and ext4 are superior to NTFS in just about every way, especially with regards to sparse files (Well supported) and fragmentation (What fragmentation :-) )

Please don't make this a religious thread, ext4 has changes to make it suffer from fragmentation than ext2/ext3. However all file systems will suffer from fragmentation after repeeated adding and removing files.

WBFS files are more convenient than sparse files. With sparse files you can burn the images straight to a DVD, which as you can load them from USB is unlikely to ever happen. However you'll have problems copying them around, which is more likely to happen.

FAT32 is the best file system to use on the Wii. Using anything else is more hassle than it's worth.
The only reason to have anything other than FAT32 is if you can't get a dedicated HD.
 

wishmasterf

Well-Known Member
OP
Member
Joined
Apr 20, 2009
Messages
167
Trophies
0
Location
Austria
Website
Visit site
XP
92
Country
Australia
Its nice to see that there are so many guys would use ext* - filesystem with wii. Im not a developer so i cant code anything more than a hello world. I see that there are really good developer in this thread. I believe ext* could be more stable then ntfs will ever be on wii and usb-loaders.

It is not because my religion is linux. I am the linux user and ext4 is the default filesystem on most linux distributions. So the best choice for me is ext4.

I will pray to my linux - god that there is anyone out there who will port ext4 (readonly would be enough) to devikitpro/wii .
biggrin.gif
 

Beige

Well-Known Member
Member
Joined
Nov 2, 2008
Messages
266
Trophies
0
Age
34
Location
Volcano Bakemeat
Website
Visit site
XP
225
Country
United States
I support ext* support in Wii development too. I am also a Linux user (an experienced one at that) and would love to use something that is better supported. FAT32 is not a good FS for Hard Drives anyways.
 

thesund0g

Well-Known Member
Member
Joined
Aug 6, 2009
Messages
452
Trophies
0
Age
44
Location
The Boonies
Website
Visit site
XP
135
Country
Yeah, ext2/3/4 have a lot of features that really aren't needed for the Wii. FAT32 has nearly every feature in a FS you'd need for the Wii, short of the 4GB file cap, and that's easily circumvented via WBFS files. Linux users -- unless you pulled it, your OS supports FAT32...as does nearly every other device on the market today (convenience!). If you want a complete, stable implementation of ext*, you'd have a lot of unneeded bloat. I wouldn't trust a partial implementation (hence why I don't use NTFS on the Wii disk), even if it's for read-only.
 

wishmasterf

Well-Known Member
OP
Member
Joined
Apr 20, 2009
Messages
167
Trophies
0
Location
Austria
Website
Visit site
XP
92
Country
Australia
thesund0g said:
Yeah, ext2/3/4 have a lot of features that really aren't needed for the Wii. FAT32 has nearly every feature in a FS you'd need for the Wii, short of the 4GB file cap, and that's easily circumvented via WBFS files. Linux users -- unless you pulled it, your OS supports FAT32...as does nearly every other device on the market today (convenience!).

I agree with you, but the limit of 4GB is bad.

QUOTE(thesund0g @ Oct 3 2010, 05:12 AM) If you want a complete, stable implementation of ext*, you'd have a lot of unneeded bloat. I wouldn't trust a partial implementation (hence why I don't use NTFS on the Wii disk), even if it's for read-only.

I agree with you! I think a implementation of ext2 readonly isnt bloated an you will be able to read ext2/ext3/ext4 as i knew. Im not sure about ext4 .



I found this: http://ext2read.blogspot.com/. It also compiles well on powerpc. So as i understand it should also be portable to wii. Maybe that could be base for lib for wii. What do you think?
 

s3phir0th115

Well-Known Member
Member
Joined
Dec 31, 2008
Messages
728
Trophies
1
XP
1,003
Country
United States
I voted Maybe myself. I do like using openly documented file system formats and while I'm an avid Linux user, but I wouldn't currently use ext* on most partitions simply because there simply aren't drivers for Windows to read/write from ext4. It's sort of important to me for file systems I use to work with as many OSes as possible.

Of course, in the Wii's case, I don't see much call for it. FAT32 works just fine with my UNEEK Wii setup.
 

qwertymodo

Well-Known Member
Member
Joined
Feb 1, 2010
Messages
827
Trophies
0
Age
34
Website
qwertymodo.com
XP
520
Country
United States
I don't have any use for ext2 personally, but I think ext2 is just as useful (or useless) as NTFS (as it's been said, no need for the more advanced features of ext3/4, and I know you CAN access ext3 drives as ext2, not sure about 4), and therefore just as valid an option, just for different people. Not that my opinion matters, as I don't have anything USEFUL to add... but it's late and I'm tired, so there's my $0.02.
 

Richardarkless

Well-Known Member
Member
Joined
Dec 11, 2009
Messages
166
Trophies
0
XP
176
Country
I say yes

ntfs has the issue of needing to defrag every month or so and fat32 has a 4gb file size limit which is just annoying

Ext2/3/4 doesnt need defragmenting as much, faster than ntfs and has a much higher file size limit, plus the fact that its open source and we can modify it to meet our needs
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Sonic Angel Knight @ Sonic Angel Knight: :ninja: