mankianto / linux-wbfs-manager

Automatically exported from code.google.com/p/linux-wbfs-manager
2 stars 0 forks source link

About the file *.wbfs #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
With the original wbfs tool we can do :

*create a standalone compressed version of one iso using the wbfs mechanism
 ./wbfs create <disc.iso>

but waninkoko says :

=== unimplemented features ===
*copy a wbfs file to your partition
 ./wbfs add file.wbfs

i think it's one of the most important features to add :) :) :)

Original issue reported on code.google.com by PatrickSat on 6 Jul 2009 at 4:24

GoogleCodeExporter commented 8 years ago
i think it will a geat feature too ! and allow to export to .wbfs and dump the 
entire to an other (to allow different drives sizes, like dump drop 320gb to 
1Tb) withous using dd

Original comment by hisoka2...@free.fr on 26 Sep 2010 at 3:21

GoogleCodeExporter commented 8 years ago
if you have a wbfs file and you need to get extract the iso from it, just do 
this: open up a terminal in the location of your wbfs file type: sudo losetup 
/dev/loop0 yourfile.wbfs open /dev/loop0 in WBFS manager and extract the iso to 
your hdd go back to the terminal and type: losetup -d /dev/loop0 

Original comment by quinton....@gmail.com on 24 Oct 2012 at 9:37