Hacking About External DVD reader

  • Thread starter Thread starter ferrazoli
  • Start date Start date
  • Views Views 1,621
  • Replies Replies 13

ferrazoli

Well-Known Member
Newcomer
Joined
Dec 4, 2010
Messages
48
Reaction score
0
Trophies
0
XP
46
Country
Brazil
So I'm tried to use DVD backups (burnt ones) on my wii, but I'm using it with a external dvd reader
cos my internal broke

AND
I do NOT have a SD card

Any channel I can install?
 
The wii doesnt support reading from external DVD natively, you will need a homebrew application that can do that. That means you need to get an SD card for ~10$.
 
You mean actually formatting a DVD as FAT32? If an image is created first and then burned to the disc in raw mode, it would only require the software to be able to read it. But that doesn't answer your question. :)

I was wondering the same thing about making multiboot discs using a WBFS partition burned to disc. That could be very handy for backups. Much easier to implement too I think.

uLoader already does something similar to this, allowing the use of CISO discs.
 
Yes that was what I was thinking.
Only with an MBR too. I dont think many wii tools like unpartitioned disks.

The idea was that it might not need special software support, via USB Mass Storage everything should look like the same blockdevice anyway (only with 2kB sectors ?).
 
I wonder if fat32 from a dvd would work.

Does HBC work with sectors != 512b?
It doesn't. It will recognize an optical drive as USB storage but crash when libfat tries to read the first sector (2048 bytes) into a 512 byte buffer (this has been fixed in SVN).

Writing a FAT image to a disc would be an adventure... you would have to build the image using a temporary FAT filesystem with 2KB sectors. Presumably it's possible to set the emulated sector size when using a file as a loopback device in linux, it's been a while since I've done it.
Lack of an MBR shouldn't be a problem as long as the partition starts at sector 0 (most SD cards don't have them).
 
loopback can't set sectorsize afaik
but mkdosfs does work on files and can override sectorsize via argument
as can fdisk and wwt

but so far my tries it failed
1.mbr(fat + wbfs) on hbc, cfg, gx
2. no mbr wbfs on cfg

since I don't know where my RW disks are and the dvd is based on a borrowed usb-hdd anyway, I think I leave it at that
 

Site & Scene News

Popular threads in this forum