OpenVZ Forum


Home » General » Support » using cdrom from inside VE
Re: using cdrom from inside VE [message #12886 is a reply to message #12883] Mon, 14 May 2007 10:27 Go to previous message
Vasily Tarasov is currently offline  Vasily Tarasov
Messages: 1345
Registered: January 2006
Senior Member
Ouch, I forgot you to tell you about it. Rolling Eyes This filesystem isn't virtualized, so you can't use it easily in VE. If the solution with bindmounts doesn't suite you, then you can make a tiny correction of kernel code: add to the iso9660_fs_type structure's fs_flags field FS_VIRTUALIZED flag:
fs_flags = FS_REQUIRES_DEV | FS_VIRTUALIZED
and then recompile the kernel manually.

Actually we have a enhancement bug at bugzilla: http://bugzilla.openvz.org/show_bug.cgi?id=559
After fixing this bug it'll be possible to add a wishful filesystem to VE very easy:
vzctl set <veid> --addfs iso9660

But it isn't fixed now Wink

Thanks,
Vasily.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: VE_PRIVATE on GFS2
Next Topic: NAT enabled but VE cannot communicate beyond HN
Goto Forum:
  


Current Time: Sun Oct 13 20:06:43 GMT 2024

Total time taken to generate the page: 0.07243 seconds