On Wed, Jan 19, 2011 at 11:07:11AM +1100, Michael Pope wrote:
> We keep getting UDF formatted cdroms at work and people cannot read them 
> on their LTSP clients. I can read them on the server though.
> 
> I've read somewhere that you just have to change the fstab to auto or 
> add UDF to it, but when I go to the chroot section there is nothing in 
> the fstab file.
> 
> Is it possible to get UDF cdroms working on clients?

this patch *might* work:

=== modified file 'src/cdpinger.c'
--- src/cdpinger.c      2010-02-11 01:32:53 +0000
+++ src/cdpinger.c      2011-02-05 00:01:10 +0000
@@ -116,7 +116,7 @@
             if (last == CDP_CDROM_UMOUNT) {
                 syslog (LOG_INFO, "Disk detected.  Mounting");
                 snprintf(cmd, sizeof cmd,
-                        "/lib/udev/ltspfs_entry add_disc %s iso9660", device);
+                        "/lib/udev/ltspfs_entry add_disc %s iso9660,udf", 
device);
                 last = CDP_CDROM_MOUNT;
                 return g_spawn_command_line_sync(cmd, NULL, NULL, NULL, NULL);
             }

it does require rebuilding the ltspfs packages (or at least cdpinger).

i'm not sure if ltspfs_entry or ltspfsd will handle multiple filesystem types
specified, but it works fine with mount.


live well,
  vagrant

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to