FuseNRG
by Marcos Diez ( marcos*AT*unitron.com.br )

Introduction

FuseNRG allows you to mount Ahead Nero(R) NRG files on your Unix system with FUSE. On the mounted directory, there will be an ISO file, equivalent to the original NRG file. Such ISO file can be mounted with fuseiso or burned to a CD with cdrecord or even Ahead Nero(R) itself.



Download
  • Version 0.04 ( 19 May 2007 )
  • Project Page
  • Sugestions/Bug reports

  • Advantages over nrg2iso
  • it does not require extra disk space for the ISO file
  • it does not require extra memory for the ISO file
  • you don't have to wait for the file to be converted (conversion is done on the fly)


  • Example
    $mkdir ../testNRG
    $ls -la ../testNRG
    total 8
    drwxr-xr-x  2 quinho quinho 4096 May 19 00:39 .
    drwxr-xr-x 16 quinho users  4096 May 19 00:39 ..
    
    $./fusenrg ../neroImage.nrg  ../testNRG
    
    $ls -la ../testNRG
    total 4
    drwxr-xr-x  2 root   root          0 Dec 31  1969 .
    drwxr-xr-x 16 quinho users      4096 May 19 00:39 ..
    -r--r--r--  1 quinho quinho 21821596 May 18 23:05 neroImage.nrg.iso
    
    $mkdir ../testISO
    $fuseiso ../testNRG/neroImage.nrg.iso ../testISO
    
    $ls -la ../testISO
    total 5234
    dr-xr-xr-x  1 root   root      2048 May 18 21:25 .
    drwxr-xr-x 16 quinho users     4096 May 19 00:39 ..
    -r--r--r--  1 root   root  15157180 Apr 21 15:44 DVB-T.rar
    -r--r--r--  1 root   root     65989 Apr 19 23:00 PriceList MSRP April 2007.pdf
    -r--r--r--  1 root   root       782 May 15 17:48 Shortcut to My Bills from December.gnumeric.lnk
    -r--r--r--  1 root   root      1978 Apr 14 17:52 User's Guide.lnk
    -r--r--r--  1 root   root     34354 Mar  8 07:02 MySampleDocumentation 2.txt
    
    $fusermount -u ../testISO
    $fusermount -u ../testNRG
    $rmdir ../testISO ../testNRG
    

    Requirements
  • Unix
  • FUSE

    Links
    FUSE FileSystem in UserSpace
    nrg2iso A nrg to iso converter
    FuseISO To mount ISO files (for exemple the one created by fusenrg
    TreeSize for Unix Also written by myself
    Ahead Nero(R) The creators (and keepers) of the NRG format


    License
  • GNU General Public License v2


    Thanks
  • Chester


    Disclaimer
    Nero, Ahead, and probably lots of other things are registered trademarks of Nero AG.. All other trademarks and registered trademarks are owned by their respective companies. FuseNRG is not affiliated in any way with Nero AG.

    SourceForge Logo Project hosted at SourceForge

    Other sites of mine:
  • treesize.sourceforge.net
  • WebDanfe.com.br