Pourquoi pas integrer ceci au noyau !?

http://www.elis.rug.ac.be/~ronsse/cdfs/

C'est genial.

A+

Andre DUCLOS
[EMAIL PROTECTED]

-------
What? 
     CDfs is a file system for Linux systems that `exports' all tracks and
boot images on a CD as normal files. These files can then be mounted
     (e.g. for ISO and boot images), copied, played (audio tracks)... The
primary goal for developing this file system was to `unlock'
     information in old ISO images. For instance, if you have a multisession
CD with two ISO images that both contain the file a,  you only see
     the file a in the second session if you use the iso9660 file system

[root@k6 /root]# mount -t cdfs -o ro /dev/cdrom /mnt/cdfs 

          [root@k6 /root]# ls -l /mnt/cdfs 
          total 0 
          -r--r--r--   1 ronsse   ronsse     1474560 Jan  1  1970 boot.image

          -r--r--r--   1 ronsse   ronsse   654815232 Nov 24  1998
sessions_1-1.iso 

[root@k6 /root]# mount -t cdfs -o ro /dev/cdrom /mnt/cdfs 

          [root@k6 /]# ls -l /mnt/cdfs 
           total 0 
          -r--r--r--   1 ronsse   ronsse   42973392 Aug  8 18:01 track-1.wav

          -r--r--r--   1 ronsse   ronsse   65164512 Aug  8 18:01 track-2.wav

          -r--r--r--   1 ronsse   ronsse   71743056 Aug  8 18:01 track-3.wav

          -r--r--r--   1 ronsse   ronsse   66940272 Aug  8 18:01 track-4.wav


          [root@k6 /]# sox /mnt/cdfs/track-1.wav -t ossdsp /dev/dsp 

Répondre à