这是一款正在开发中的 Linux 文件系统,能把 Linux 上的 MySQL 数据库作为文件系统来处理。开发小组希望能得到 更多的建议,下面的文章翻译自: ~tonu/mysqlfs.html
-------------------------------- 实际上,这不是通常意义上的文件系统,它没有磁盘空间, 而是使用 MySQL 守护程序来存储数据。可以把 SQL 表和 一些函数通过文件系统来实现。
一、怎样实现?
让我们来看使用实例:
[root@localhost /root]# mount -t corbafs -o `cat /tmp/mysqlcorbafs.ior` none /mnt/mysql/
[root@localhost /root]# mount /dev/hda3 on / type ext2 (rw) none on /proc type proc (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) /dev/hda1 on /mnt/win type vfat (rw,mode=777) /dev/hda4 on /mnt/linux type vfat (rw,noexec,nosuid,nodev,mode=777) none on /mnt/mysql type corbafs (rw,IOR:01e50d401b00000049444c3a436f72626146532f46696c6553797374656d3a312e 300000010000000000000030000000010100000a0000003132372e302e302e310008041800 0000000000009224bc335663462a01000000ef7ae13c0943c59f)
[root@localhost /root]# ls -la /mnt/mysql/
total 0
-r-xr-xr-x 1 root root 4096 dets 29 22:21 .uptime dr-xr-xr-x 1 root root 4096 dets 29 22:21 test dr-xr-xr-x 1 root root 4096 dets 29 22:21 mysql