+ Reply to Thread
Results 1 to 7 of 7

Thread: how to put wii iso on usb with format NTFS without WFSB manager

  1. #1
    Junior Member

    Join Date
    Dec 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0

    Us how to put wii iso on usb with format NTFS without WFSB manager

    HELP?

  2. #2
    Senior Member
    WiiHacks Staff
    Senior Moderator
    Only site donators may send a PM to WiiHacks Staff
    Tealc's Avatar

    Join Date
    May 2009
    Location
    Sunny Wales, UK
    Posts
    7,476
    Blog Entries
    1
    Thanks
    502
    Thanked 3,865 Times in 2,431 Posts
    Downloads
    1
    Uploads
    0
    WBFS Intelligent GUI


    Uk 4.0E Wii. Wiikey2. Softmod. 320GB WD My P***port Essential WBFS/FAT32 USB Drive.
    Intel i7 920 Quad core oc 4Ghz, 6GB Tri-RAM, Radeon 4890.


    Click me to donate.


    If I have helped you do remember to press the little thanks button! <----

  3. #3
    Junior Member

    Join Date
    Dec 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0

    Us

    what? could i just format it NTFS and put the iso there does it have to be the ONLY file?

  4. #4
    New Member DJMic's Avatar

    Join Date
    Mar 2010
    Location
    Southern Alberta Man
    Posts
    144
    Thanks
    7
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0
    AdicttedGamer:

    I think you'll have to be a little more detail... have you done the software mod?
    WFSB is need to mount and load ISO files to the USB drive you are using don't forget to check out what drives are compatible and which are not.
    SDHC Cards
    SD Cards
    USB Hard Drives

    Have you installed and seen WFSB? It will even download the Game Label for you when configured correctly (solution is on this forum).

    You can DOWNLOAD WFSB from DJMic here...

    Hope this helps!


    Remember to give thanks!

  5. #5
    Junior Member

    Join Date
    Dec 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0
    no the thing is COULD i just add the ISO file to a Sandisk 8 GB US that has a format of NTFS Formated by Windows 7?

    Is someone has done this does it have to be the ONLY file ont the usb or can there bur folders and other files other that ISO?????

  6. #6
    Senior Member
    WiiHacks Staff
    Moderator
    IRC SOP
    Only site donators may send a PM to WiiHacks Staff
    davepm's Avatar

    Join Date
    Aug 2009
    Location
    Lincoln, Lincolnshire, United Kingdom
    Posts
    4,014
    Blog Entries
    1
    Thanks
    76
    Thanked 1,702 Times in 645 Posts
    Downloads
    5
    Uploads
    0
    CFG USB Loader supports NTFS.

    FAT/NTFS support FAQ
    The FAT and NTFS support has raised a lot of repeated questions, so here's a FAQ about that:

    Q: Can it play .iso files directly?
    A:
    NTFS: Yes.
    FAT: Yes but only .iso files which are smaller than 4GB such as forwarder .iso files or .iso files compacted with WiiScrubber. To solve the 4GB problem, convert the .iso to .wbfs format using the wbfs_file utility.

    Q: Isn't FAT limited to 4GB file size but a game iso is larger than 4GB?
    A: Yes, that's why the .wbfs files are scrubbed to save space and if it is still larger than 4GB it is split to 4GB chunks. Split files are named gameid.wbfs, gameid.wbf1, gameid.wbf2,... similar to how the a .rar archive can be split to multiple files (.rar, .r01, .r02,...)

    Q: What about the file size, games on WBFS partition are scrubbed / compressed, will it take more space on a FAT/NTFS partition?
    A: No, it will take the same space because the files are not in .iso format but instead .wbfs format, which uses the same scrubbing / compression method as on a WBFS partition, actually the file format is the same as the format of the WBFS partition. And to be even more accurate, the .wbfs files will take even less space, because the wbfs block size will be smaller too. (The size depends also on the selection which partitions are copied - all or only game)

    Q: I have copied the .iso/.wbfs files to my usb drive but the loader doesn't see them?
    A: The files have to be copied to the \wbfs folder on the FAT/NTFS partition.
    These filename layouts are supported:
    D:\wbfs\GAMEID.wbfs
    D:\wbfs\Title [GAMEID].wbfs
    D:\wbfs\Title [GAMEID]\GAMEID.wbfs
    D:\wbfs\GAMEID_Title\GAMEID.wbfs
    Same for .iso:
    D:\wbfs\GAMEID.iso
    D:\wbfs\Title [GAMEID].iso
    D:\wbfs\Title [GAMEID]\GAMEID.iso
    D:\wbfs\GAMEID_Title\GAMEID.iso

    Q: Can I extract all the games from a WBFS partition to .wbfs files?
    A: Yes, use this command:
    wbfs_file.exe W: extract_wbfs_all D:\wbfs
    Where W: is your WBFS partition and D:\wbfs is the FAT partition on USB (or on local hard-disk)

    Q: How to convert all the .iso files to .wbfs files in one step?
    A: Open up CMD where your iso files are and run:
    for %i in (*.iso) do wbfs_file.exe "%i"
    If you write that in a .bat batch file then you have to use %%i instead of %, like this:
    for %%i in (*.iso) do wbfs_file.exe "%%i"

    Q: How long does it take to convert one game to .wbfs?
    A: Depends on hard drive speed and (scrubbed) game size. It should take the same time as copying a file. That means a couple of seconds for a game like WiiPlay which uses only about 100MB and a couple of minutes for games that take up 4GB...

    Q: Are there any GUI wbfs managers that support .iso/.wbfs files on a FAT/NTFS partition?
    A: Yes:
    by pccfatman: Wii Game Manager - A GUI for wbfs_file.exe
    by fig2k4: Wii Backup Manager
    [/url]

    Q: Does running games from a FAT formatted SD / SDHC card work?
    A: Yes, but only from SD cards, SDHC compatibility is still an issue.

    Q: What is the recommended cluster size when formatting FAT?
    A: It's not important - any size should work fine. But 32kb is a good choice as that size is aligned to wii disc sector size.

    Q: Is it possible to install a game from a dvd disc to a FAT partition in .wbfs format?
    A: Yes. Just press button + to install the game as usual.

    Q: Is there any advantage using FAT/NTFS rather than a WBFS partition?
    A: Depends on personal preference. These are some of the poins:
    advantages:
    - no need to repartition in case the disk is already used for other stuff
    - the game files can be copied using normal file managers
    - the partition space can be shared for other purposes
    - better choice of file-system recovery / de-fragmentation tools
    disadvantages:
    - only cIOS 222/223 v4 can be used. FAT/NTFS using cIOS 249 is not supported.
    - limited choice of loaders: only CFG and GX support FAT/NTFS at the moment.
    - install game on NTFS is disabled at the moment because of libntfs write instabilities (install on FAT works fine)
    similarities:
    - loading speed should be approximately the same compared to WBFS

  7. 1 User Says Thank You davepm For This Useful Post


  8. #7
    Junior Member

    Join Date
    Oct 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Tealc View Post
    WBFS Intelligent GUI
    I think Wii Backup Manager is a better solution.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412