Go to file
Pete Batard e0e974603c v1.1.2 (#143)
* Closes #37
* Closes #38
* Closes #39
* Closes #42 (from previous commits)
* Closes #44 (from previous commits)
2012-02-22 00:24:12 +00:00
res [syslinux] reverted Syslinux resources to vanilla 4.0.5 2012-02-20 22:44:34 +00:00
src v1.1.2 (#143) 2012-02-22 00:24:12 +00:00
.gitattributes [misc] separated ms-sys dependency from application 2012-01-11 00:05:16 +00:00
.gitignore [msvc] update solution files and add missing config.h 2012-01-31 17:39:54 +00:00
Makefile.am [mingw] added --with-freedos to configure 2012-01-06 16:46:27 +00:00
Makefile.in [misc] separated ms-sys dependency from application 2012-01-11 00:05:16 +00:00
README.txt [syslinux] reverted Syslinux resources to vanilla 4.0.5 2012-02-20 22:44:34 +00:00
_chver.sh [misc] increment version to rufus-next 2012-02-07 02:08:47 +00:00
_post-commit.sh [internal] update app URL as well as scripts 2011-12-09 22:47:44 +00:00
_pre-commit.sh [misc] pre 1.0.3 update 2011-12-13 02:06:59 +00:00
_release.sh [misc] fix broken DOS, fix invalid labels and UI improvements 2012-02-15 00:52:40 +00:00
_sign.cmd [mingw] added --with-freedos to configure 2012-01-06 16:46:27 +00:00
aclocal.m4 [mingw] add configure and dependencies 2011-12-05 01:06:53 +00:00
autogen.sh [iso] initial ISO image support (EXPERIMENTAL) 2012-01-31 01:40:22 +00:00
configure [ui] enable setting of icon and extended label 2012-02-21 19:46:28 +00:00
configure.ac [ui] enable setting of icon and extended label 2012-02-21 19:46:28 +00:00
install-sh [internal] update app URL as well as scripts 2011-12-09 22:47:44 +00:00
missing [mingw] add configure and dependencies 2011-12-05 01:06:53 +00:00
ms-config.h v1.1.1 (#139) 2012-02-17 00:26:30 +00:00
rufus.sln [msvc] update solution files and add missing config.h 2012-01-31 17:39:54 +00:00
wdk_build.cmd [iso] initial ISO image support (EXPERIMENTAL) 2012-01-31 01:40:22 +00:00

README.txt

Rufus: The Reliable USB Formatting Utility

Features:
- Formats USB flash drives to FAT/FAT32/NTFS/exFAT
- Creates DOS bootable USB drives, with no external files required
- Creates bootable USB drives from bootable ISOs (Windows, Linux, etc.)
- Twice as fast as Microsoft's USB/DVD tool or UNetbootin, on ISO->USB (1)
- Bad blocks check
- Modern UI, with UAC elevation for Windows Vista and later
- Very small footprint, no installation required
- Fully Open Source (GPL v3)

Compilation:
  Use either Visual Studio 2010, WDK (Windows Driver Kit) or MinGW and then
  invoke the .sln, wdk_build.cmd or configure/make respectively.
  You can change the project options (FreeDOS support, etc) by editing the top-level
  ms-config.h (Visual Studio, WDK) or running "./configure --help" (MinGW).
  
Additional information:
  Rufus provides extensive information about what it is doing through the Windows
  debug facility. This info can be accessed with an application such as DebugView.

More info:
  http://rufus.akeo.ie

Enhancements/Bugs
  https://github.com/pbatard/rufus/issues


(1) Tests carried out with a 16 GB USB 3.0 ADATA pen drive on a
    Core 2 duo/4 GB RAM platform running Windows 7 x64.
    ISO: en_windows_7_ultimate_with_sp1_x64_dvd_618240.iso
    - Windows 7 USB/DVD Download Tool v1.0.30:  8 mins 10s
    - UNetbootin v1.1.1.1:                      6 mins 20s
    - Rufus v1.1.0:                             3 mins 25s