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 Advantages over nrg2iso
| 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 Links
License Thanks 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. Project hosted at SourceForge Other sites of mine: |