Проблема с файловой системой сервера

Сервер перестает отвечать по сети . точнее самба не отвечает , а по ssh он доступен

на самом сервере при попытке войти в /var/calculate (это отдельный раздел под reiserfs)
шелл виснет .

единсвенно что есть ненормальное в логах самбы -
это куча записей типа
smbd/trans2.c:1241(unix_filetype) unix_filetype: unknow filetype 448

раздел отмонтировал и проверял с помошью fsck.reiserfs вроде все нормально

что делать ?? ибо работа в офисе становится колом раз в пол-часа (((

Нужно содержимое smb.conf. Какой размер у раздела? Пробовали туда зайти при отключенной samba на самом сервере?

smb.conf

[global]
workgroup = axsystem
netbios name = PDC
server string = Calculate Directory Server
directory mask = 0755
directory security mask = 0755
force directory security mode = 0755
security mask = 0644
force security mode = 0644
create mask = 0664
enable privileges = yes
passdb backend = ldapsam:ldap://127.0.0.1/
ldap admin dn = ou=Samba,ou=Services,dc=calculate
ldap suffix = ou=Samba,ou=Services,dc=calculate
ldap group suffix = ou=Groups
ldap user suffix = ou=Users
ldap machine suffix = ou=Computers
ldap ssl = off
add machine script = /usr/bin/cl-useradd -w “%u” samba
add user script = /usr/bin/cl-useradd “%u” samba
ldap delete dn = Yes
dos charset = 866
unix charset = UTF-8
display charset = UTF-8
local master = yes
domain master = yes
preferred master = yes
os level = 199
log level = 1
admin users = admin
domain logons = yes
logon script = start.cmd
logon path = \\%L\profiles\%U
logon home = \\%L\%U
logon drive = H:
hosts allow = 192.168.5.0/24 127.
hosts deny = 0.0.0.0/0
map to guest = bad user
security = user
encrypt passwords = yes
unix password sync = yes
null passwords = no
hide unreadable = yes
hide dot files = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins support = yes
dns proxy = no
time server = yes
block size = 4096

[homes]
path = /var/calculate/server-data/samba/home/%u
comment = Home Directories
valid users = %U
read only = No
browseable = No

[profiles]
path = /var/calculate/server-data/samba/profiles/win
create mask = 0600
directory mask = 0700
browseable = No
guest ok = Yes
csc policy = disable
writable = yes
force user = %U
valid users = %U

[unix]
path = /var/calculate/server-data/samba/profiles/unix/%u
browseable = No
writable = yes
directory mask = 0777
directory security mask = 0777
force directory security mode = 0
create mask = 0777
security mask = 0777
force security mode = 0
force user = %U
valid users = %U
hide unreadable = no
root preexec = /usr/lib/calculate/calculate-server/bin/execserv -s --login %U
root postexec = /usr/lib/calculate/calculate-server/bin/execserv -s --logout %U

[netlogon]
path = /var/calculate/server-data/samba/netlogon/%u
browseable = No
read only = yes
root preexec = /usr/lib/calculate/calculate-server/bin/execserv -s --makedir %U

[share]
path = /var/calculate/server-data/samba/share
create mask = 0770
#directory mask = 0770
#directory security mask = 0770
#force directory security mode = 0777
comment = Share Files
browseable = yes
writable = yes
hide unreadable = yes

[remote]
path = /var/calculate/remote
comment = Client Files
browseable = No
writable = yes
hide unreadable = yes
security mask = 0664
force create mode = 0664
force security mode = 0664
vfs objects = acl_xattr fake_perms

Раздел терабайт.если сервер “жестко” перезагрузить , то все работает некоторое время . т.е и через самбу и локально на раздел доступ есть . в какой момент ломается поймать не могу

reiserfsck --fix-fixable Не всегда ремонтирует ФС (сам сталкивался с подобным)
Если проблема в ФС, то по идее должен помочь reiserfsck --rebuild-tree
И вот почитайте еще

у меня была ночь на эсперементы (( по этому я решил не эксперементировать ))
Создал на этом-же сервере еще одно хранилище ,прицепил его к VM форматнул под xfs
примонтировал и скопировал на него все что было в /var/calculate с сохранением прав
(здесь была засада . права скопировались далеко не везде …пришлось ручками раздавать )

затем новый раздел примонтировал вместо нынешнего /var/calculate
пока пол дня полет вроде нормальный