Current content:


Main
Jessica's Pics
Friends
Resume
Open Source
GLAT

Samba + libcdio: Exporting CDs without mounting them.

Chris Lalancette and I have developed an alpha Samba vfs module that allows you to export a CD without mounting it. This enables you to use the eject button and swap CDs without unmounting them. We are trying to emulate Windows CD behavior for Samba shares.

vfs_smbcdio currently only works with ISO disks, but there is no reason we couldn't export music tracks directly from the cd using libcdio.

This has only been tested on an x86 system running Fedora Core 3

Downloads

(Released under the Gnu General Public License (GPL) v2 or later)

Version 0.2.0
vfs_smbcdio.c
Makefile
smb.conf

Version 0.1.0
vfs_smbcdio.c
Makefile
smb.conf

Instructions

Version 0.2.0 Fixes and Known Issues

Version 0.1.0 Known Issues