{"id":52,"date":"2010-05-26T07:25:00","date_gmt":"2010-05-26T05:25:00","guid":{"rendered":"https:\/\/ilmarkerm.eu\/blog\/2010\/05\/fuse-linux-kernel-module-for-dbfs\/"},"modified":"2010-05-26T07:25:00","modified_gmt":"2010-05-26T05:25:00","slug":"fuse-linux-kernel-module-for-dbfs","status":"publish","type":"post","link":"https:\/\/ilmarkerm.eu\/blog\/2010\/05\/fuse-linux-kernel-module-for-dbfs\/","title":{"rendered":"FUSE Linux kernel module for DBFS"},"content":{"rendered":"<p>I started to play around with <a href=\"http:\/\/download.oracle.com\/docs\/cd\/E14072_01\/appdev.112\/e10645\/adlob_fs.htm\">DBFS (Database Filesystem)<\/a>, a new interesting feature in Oracle 11.2.<\/p>\n<p>There are some excellent guides on how to set it up:<br \/>\n<a href=\"http:\/\/www.oracle-base.com\/articles\/11g\/DBFS_11gR2.php\">http:\/\/www.oracle-base.com\/articles\/11g\/DBFS_11gR2.php<\/a><br \/>\n<a href=\"http:\/\/blog.ronnyegner-consulting.de\/2009\/10\/08\/the-oracle-database-file-system-dbfs\/\">http:\/\/blog.ronnyegner-consulting.de\/2009\/10\/08\/the-oracle-database-file-system-dbfs\/<\/a><\/p>\n<p>But both of them had one &#8220;not very clean&#8221; part in them &#8211; compiling FUSE kernel driver from source. Actually this is not necessary and there are precompiled FUSE rpm packages available:<br \/>\n<a href=\"http:\/\/dag.wieers.com\/rpm\/packages\/fuse\/\">http:\/\/dag.wieers.com\/rpm\/packages\/fuse\/<\/a><\/p>\n<p>After RPM package is installed, you need to add the OS user who will mount the filesystem (for example oracle) to OS group fuse.<\/p>\n<pre>\nusermod -a -G fuse oracle\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I started to play around with DBFS (Database Filesystem), a new interesting feature in Oracle 11.2. There are some excellent guides on how to set it up: http:\/\/www.oracle-base.com\/articles\/11g\/DBFS_11gR2.php http:\/\/blog.ronnyegner-consulting.de\/2009\/10\/08\/the-oracle-database-file-system-dbfs\/ But both of them had one &#8220;not very clean&#8221; part in them &#8211; compiling FUSE kernel driver from source. Actually this is not necessary and there [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-52","post","type-post","status-publish","format-standard","hentry","category-blog-entry"],"_links":{"self":[{"href":"https:\/\/ilmarkerm.eu\/blog\/wp-json\/wp\/v2\/posts\/52","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ilmarkerm.eu\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ilmarkerm.eu\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ilmarkerm.eu\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ilmarkerm.eu\/blog\/wp-json\/wp\/v2\/comments?post=52"}],"version-history":[{"count":0,"href":"https:\/\/ilmarkerm.eu\/blog\/wp-json\/wp\/v2\/posts\/52\/revisions"}],"wp:attachment":[{"href":"https:\/\/ilmarkerm.eu\/blog\/wp-json\/wp\/v2\/media?parent=52"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ilmarkerm.eu\/blog\/wp-json\/wp\/v2\/categories?post=52"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ilmarkerm.eu\/blog\/wp-json\/wp\/v2\/tags?post=52"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}