标签: reiserfs

组成员无法使用 reiserfs 和扩展 ACL 写入组可写文件

用户virust共享组rust并希望以共享方式使用某些文件。

rust$ ls -l myfile 
-rw-rw-r-- 1 vi rust 0 May 30 03:48 myfile
rust$ stat myfile  | grep Gid
Access: (0664/-rw-rw-r--)  Uid: ( 1000/      vi)   Gid: ( 1057/    rust)
rust$ id
uid=1048(rust) gid=1057(rust) groups=1057(rust),...

rust$ cat myfile
rust$ touch myfile 
touch: cannot touch ‘myfile’: Permission denied
rust $ dd of=myfile 
dd: failed to open ‘myfile’: Permission denied

vi$ id
uid=1000(vi) gid=1000(vi) groups=1000(vi),{many unrelated groups skipped},1057(rust),{many unrelated groups skipped}
vi$ touch myfile
vi$ 
Run Code Online (Sandbox Code Playgroud)

尽管有 …

linux acl permissions files reiserfs

7
推荐指数
1
解决办法
243
查看次数

对于许多小文件来说,什么是最好的文件系统?

我有一台带有 2TB 驱动器的 Debian 10 服务器,我想在其中存储超过 1.2 亿个小文件。如果我使用 ext4,我就会用完 inode。

我应该使用什么文件系统?

我一直在阅读有关 reiserfs 和 reiser4 的内容,但我不确定它们是否仍然受支持。

是否有一个包含我可以使用的内置 Debian 软件包的文件系统?

主要用例是使用 Apache 向用户提供 256x256 栅格地图图块。我猜速度并不是那么重要,因为限制因素是 ping 时间。尽可能多地使用字节非常重要,但我也有大量的可用磁盘空间。

编辑:文件通常为 1kb 到 3kb。

filesystems reiserfs

6
推荐指数
2
解决办法
3544
查看次数

标签 统计

reiserfs ×2

acl ×1

files ×1

filesystems ×1

linux ×1

permissions ×1