OpenVZ Forum


Home » General » Support » *SOLVED* CDWriter at a VPS?
Re: CDWriter at a VPS? [message #2429 is a reply to message #2372] Tue, 04 April 2006 11:35 Go to previous messageGo to previous message
dev is currently offline  dev
Messages: 1693
Registered: September 2005
Location: Moscow
Senior Member

Oh, sorry forgot, that isofs is not allowed in VSP by default.

Can you simply apply the following patch please?

--- ./fs/isofs/inode.c.isofs	2006-03-20 18:29:32.000000000 +0300
+++ ./fs/isofs/inode.c	2006-04-04 15:39:52.000000000 +0400
@@ -1459,7 +1459,7 @@ static struct file_system_type iso9660_f
 	.name		= "iso9660",
 	.get_sb		= isofs_get_sb,
 	.kill_sb	= kill_block_super,
-	.fs_flags	= FS_REQUIRES_DEV,
+	.fs_flags	= FS_REQUIRES_DEV | FS_VIRTUALIZED,
 };
 
 static int __init init_iso9660_fs(void)


I think, we need to make this run-time configurable in future.


http://static.openvz.org/userbars/openvz-developer.png
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: allocate more ptys to ve
Next Topic: * SOLVED * Problem with last kernel SUSE10
Goto Forum:
  


Current Time: Sun Aug 17 18:30:44 GMT 2025

Total time taken to generate the page: 0.29690 seconds