mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

9.7K
active users

#VFS

0 posts0 participants0 posts today

Picked back up the work for VFS {g,u}id squashing. IOW, mapping all {g,u}ids down to a single {g,u}id. Any process that doesn't have that {g,u}id but is still privileged otherwise will write to disk as the squashed {g,u}id. I just finished a draft and selftests that miraculously work.

web.git.kernel.org/pub/scm/lin

Probably "bugs galore" at this point. Needs more thinking.

web.git.kernel.orgkernel/git/vfs/vfs.git - VFS tree
#linux#kernel#vfs

Яблочный SMB. Или как подружить Samba с iOS

Настраиваю домашний NAS на Ubuntu, сталкиваюсь с проблемами доступа через SMB на iOS, ищу решения и делюсь опытом. Рассказываю, как правильно настроить Samba, исправить несовместимости с Apple-устройствами с помощью VFS-модуля Fruit и избежать распространённых ошибок. В статье есть готовые конфиги, команды для настройки и ссылки на полезную документацию. Если вы тоже запускаете NAS и хотите минимизировать головную боль с правами доступа и совместимостью, этот материал для вас!

habr.com/ru/articles/880722/

ХабрЯблочный SMB. Или как подружить Samba с iOSсоздано при помощи ИИ Samba — мощный и гибкий инструмент для организации совместного доступа к файлам и принтерам в сетях на базе Windows и Linux (еще и Unix). Будучи открытым решением, оно позволяет...
#samba#ios#macos
Replied in thread

Re: vfs.read_max=0

Amongst the comments in Discord:

「it looks like that sysctl is defined in kern/vfs_cluster.c, and is used only in the cluster_read function. cluster_read is called by code in the ffs, ext2fs, udf, cd9660, msdosfs, and fuse subdirectories, but I don't see any hits in the zfs source. So I don't think it applies to zfs.

probably because zfs doesn't use the regular buffer cache, and has its own readahead code that prefetches into the arc」

#FreeBSD#vfs#ZFS