【问题标题】:issues in adding compression to unix filesystem向 Unix 文件系统添加压缩的问题
【发布时间】:2012-04-15 18:54:00
【问题描述】:

我正在修改操作系统课程,过去论文中的一个问题如下:

Some modern Unix filesystems support file-system internal compression.
That is, a file can be flagged so that within the filesystem, the file’s data
is compressed, although reading and writing to the file appears as normal
to users of the filesystem. What issues would you expect to have to be
addressed in adding compression to a traditional Unix filesystem?

我想不出任何需要解决的问题。谁能指出我正确的方向?谢谢

【问题讨论】:

    标签: filesystems compression


    【解决方案1】:

    您的问题包含最初需要解决的问题-“尽管文件系统的用户对文件的读写看起来很正常”。即压缩必须是透明的。另一个因素可能是使用的压缩算法必须足够快,以免在 I/O 期间压缩/解压缩文件时引入太多延迟。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-04-29
      • 1970-01-01
      • 1970-01-01
      • 2012-12-20
      相关资源
      最近更新 更多