cuaderno de campo

anotaciones

Menú
  • casa
    • cocina
      • pan
      • verdura
    • dinou del carrer nou
    • nadal : una carta
    • plano
  • huerto
    • instrucciones sobre el huerto
    • huerto del año 2022
  • humanidades
    • fonoteca
      • Noches en Poderna
      • El canto de las aves
    • galería
    • mala lluna
    • rutas fuera
    • umbrario
    • El misterio de Sant Mena
  • jardín
    • instrucciones sobre el jardín
    • exterior
    • interior
    • viveros
  • juego
    • listado de juegos
  • linux
    • bash
    • sistema operativo
    • ssh
  • web
    • apache
    • css
    • html5
    • javascript
    • mysql
    • php
Menú

wit + wbfs

Publicado el 1 de marzo de 202122 de septiembre de 2021 por ernesto
  • instalación de wit
    • wfuse: orden no encontrada
    • wfuse con wit v2.20
  • montando una partición WBFS
    • desmontando la partición WBFS
  • verificando una imagen ISO o WBFS
  • convirtiendo archivos de ISO a WBFS
    • wit convert
  • moviendo archivos a la partición WBFS
    • wwt add
    • wwt remove
  • fuentes

instalación de wit

sudo apt install wit

sudo apt show wit

Wiimms ISO Tools is a set of command line tools to manipulate Wii and GameCube ISO images and WBFS containers.

wfuse: orden no encontrada

a primero de marzo de 2021, la instalación de wit vía apt no incluye wfuse, que es la herramienta encargada del montaje de particiones wbfs. este comando tampoco aparece tras la instalación manual de wit en su versión más reciente, v3.03a, de agosto de 2020:

cd ~/wii/wbfs/wit-v3.03a-r8245-x86_64

sh install.sh

*** install binaries to /usr/local/bin
*** create wdf links
*** install share files to /usr/local/share/wit
*** load ./share/titles.txt from http://gametdb.com/titles.txt
*** load ./share/titles-de.txt from http://gametdb.com/titles.txt?LANG=DE
*** load ./share/titles-es.txt from http://gametdb.com/titles.txt?LANG=ES
*** load ./share/titles-fr.txt from http://gametdb.com/titles.txt?LANG=FR
*** load ./share/titles-it.txt from http://gametdb.com/titles.txt?LANG=IT
*** load ./share/titles-ja.txt from http://gametdb.com/titles.txt?LANG=JA
*** load ./share/titles-ko.txt from http://gametdb.com/titles.txt?LANG=KO
*** load ./share/titles-nl.txt from http://gametdb.com/titles.txt?LANG=NL
*** load ./share/titles-pt.txt from http://gametdb.com/titles.txt?LANG=PT
*** load ./share/titles-ru.txt from http://gametdb.com/titles.txt?LANG=RU
*** load ./share/titles-zhcn.txt from http://gametdb.com/titles.txt?LANG=ZHCN
*** load ./share/titles-zhtw.txt from http://gametdb.com/titles.txt?LANG=ZHTW
*** install titles to /usr/local/share/wit

sudo wfuse

sudo: wfuse: orden no encontrada

ls /usr/local/bin

wdf wdf-cat wdf-dump wit wwt

wfuse con wit v2.20

cd ~/wii/wbfs/wit-v2.20a-r4399-x86_64

./install.sh

*** need root privileges to install => try sudo ***
*** install binaries to /usr/local/bin
*** create wdf links
*** install share files to /usr/local/share/wit
*** load ./share/titles.txt from http://gametdb.com/titles.txt
*** load ./share/titles-de.txt from http://gametdb.com/titles.txt?LANG=DE
*** load ./share/titles-es.txt from http://gametdb.com/titles.txt?LANG=ES
*** load ./share/titles-fr.txt from http://gametdb.com/titles.txt?LANG=FR
*** load ./share/titles-it.txt from http://gametdb.com/titles.txt?LANG=IT
*** load ./share/titles-ja.txt from http://gametdb.com/titles.txt?LANG=JA
*** load ./share/titles-ko.txt from http://gametdb.com/titles.txt?LANG=KO
*** load ./share/titles-nl.txt from http://gametdb.com/titles.txt?LANG=NL
*** load ./share/titles-pt.txt from http://gametdb.com/titles.txt?LANG=PT
*** load ./share/titles-ru.txt from http://gametdb.com/titles.txt?LANG=RU
*** load ./share/titles-zhcn.txt from http://gametdb.com/titles.txt?LANG=ZHCN
*** load ./share/titles-zhtw.txt from http://gametdb.com/titles.txt?LANG=ZHTW
*** install titles to /usr/local/share/wit

ls /usr/local/bin

wdf wdf-cat wdf-dump wfuse wit wwt

wfuse

wfuse: Wiimms FUSE Tool v2.20a r4399 x86_64 – Dirk Clemens – 2013-05-01

montando una partición WBFS

lsblk

sdb 8:16 0 232,9G 0 disk
└─sdb1 8:17 0 232,9G 0 part

sudo wfuse /dev/sdb1 ~/wii/wii

wfuse: Wiimms FUSE Tool v2.20a r4399 x86_64 – Dirk Clemens – 2013-05-01
mount ISO:/dev/sdb1 -> /home/ernesto/wii/wii

sudo ls ~/wii/wii

info.txt wbfs

desmontando la partición WBFS

sudo wfuse --umount ~/wii/wii

wfuse: Wiimms FUSE Tool v2.20a r4399 x86_64 – Dirk Clemens – 2013-05-01
wfuse umount /home/ernesto/wii/wii

verificando una imagen ISO o WBFS

wit verify rock\ band\ beatles.iso

wit: Wiimms ISO Tool v2.20a r4399 x86_64 – Dirk Clemens – 2013-05-01
+OK .0 UPDATE R9JP69 rock band beatles.iso
+OK .1 DATA R9JP69 rock band beatles.iso

wit verify rock\ band.wbfs

wit: Wiimms ISO Tool v2.20a r4399 x86_64 – Dirk Clemens – 2013-05-01
+OK .0 DATA RKXE69 rock band.wbfs/#0

convirtiendo archivos de ISO a WBFS

wit copy rock\ band\ beatles.iso "rock band beatles".wbfs --wbfs

wit: Wiimms ISO Tool v2.20a r4399 x86_64 – Dirk Clemens – 2013-05-01
COPY/SCRUB 1/1 ISO:rock band beatles.iso -> WBFS:rock band beatles.wbfs

wit convert

wit convert animal\ crossing.iso --wbfs

wit: Wiimms ISO Tool v2.20a r4399 x86_64 – Dirk Clemens – 2013-05-01
COPY/SCRUB 1/1 ISO:animal crossing.iso -> WBFS:animal crossing.wbfs

a diferencia de wit copy, wit convert elimina el archivo original:

«wit CONVERT» is like «wit COPY» but removes the source and replace it with the new file if copying is successful.

«wit convert» en WIT: Wiimms ISO Tools.

moviendo archivos a la partición WBFS

una vez se ha montado la partición wbfs, sólo se puede acceder a su contenido mediante sudo:

wwt list

!! wwt: ERROR #17 [NO WBFS FOUND] in AnalyzePartitions() @ src/wbfs-interface.c#447
!! no WBFS partitions found -> abort

sudo wwt list

ID6 25/500 discs (43 GiB)
[…]
SANEFS Bass Pro Shops: The Hunt – Trophy Showdown
[…]
Total: 25/500 discs, 43884 MiB ~ 43 GiB used, 194584 MiB ~ 190 GiB free.

wwt add

Add Wii and GameCube ISO discs to WBFS partitions. Images, WBFS partitions and directories are accepted as source.

«wit add» en WIT: Wiimms ISO Tools.

aunque las instrucciones sólo hablan de copiar discos ISO a una partición WBFS, wwt add también puede manejar archivos WBFS en esta operación:

sudo wwt add --auto rock\ band\ beatles.wbfs

wwt: Wiimms WBFS Tool v2.20a r4399 x86_64 – Dirk Clemens – 2013-05-01
WBFSv1 #1/1 opened: /dev/sdb1
* Summary of WBFS Check: 1 error found:
1 free WBFS sector marked as used!

ADD 1/1 [R9JP69] WBFS:rock band beatles.wbfs/#0

* WBFS #1: 1 disc added.

sudo wwt list

ID6 26/500 discs (46 GiB)
[…]
R9JP69 The Beatles: Rock Band
[…]
Total: 26/500 discs, 47576 MiB ~ 46 GiB used, 190892 MiB ~ 186 GiB free.

wwt remove

Remove discs from WBFS partitions.

«wit remove» en WIT: Wiimms ISO Tools.

el disco (el juego) tiene un identificador ID6 que aparece en la lista, junto al título:

sudo wwt list

ID6 33/500 discs (73 GiB)
[…]
SXAP52 Guitar Hero: World Tour
[…]

sudo wwt remove --auto SXAP52

wwt: Wiimms WBFS Tool v2.20a r4399 x86_64 – Dirk Clemens – 2013-05-01
WBFSv1 #1/1 opened: /dev/sdf1
WBFS #1: 1 disc removed.

fuentes

  • WIT: Wiimms ISO Tools
Etiquetado como wbfs, wii, wit
  • berryboot: acceso a los archivos de configuración

    lsblk mmcblk0     179:0    0   7,4G  0 disk |-mmcblk0p1 179:1    0    63M  0 part `-mmcblk0p2 179:2   …

RSS rutas fuera

  • Rotheads – Slither in Slime (2022) 3 de julio de 2022 Brett Stevens
  • Disma – Earthendium (2022) 3 de julio de 2022 Brett Stevens
  • Massacre – Mythos (2022) 3 de julio de 2022 Brett Stevens
  • Beats and yelling from: Saor, Light Dweller, Solipsism 2 de julio de 2022 Hate Meditations
  • Sadistic Metal Reviews: Metal as a Service (Mucho, Mucho MaaS) 1 de julio de 2022 Brett Stevens
  • “Círculo de Buscadores” en programas literarios 30 de junio de 2022 Javier Resines
  • Undercroft – Twisted Souls (1995) 30 de junio de 2022 hessianfirm
  • Metal as deathcult theme park 27 de junio de 2022 Hate Meditations
  • Blasphematory – The Lower Catacombs (2022) 24 de junio de 2022 Belisario

Categorías

apache bash casa cocina corral css exterior fonoteca galería html5 huerto humanidades humanidades digitales interior jardín javascript juego linux mysql pan php repostería sistema operativo ssh verdura web

Archivo

cuaderno de campo 2011-2022