S
SwD
Guest
Делаем:
Цитата
root@samba.cr:~# mount -t cifs //server/share /samba/mount/test -o ip=x.x.x.x,credentials=/root/credentials/smbuser,rw,uid=500,gid=500,file_mode=0666,dir_mode=0777,iocharset=utf8
root@samba.cr:~# ls -l /samba/mount/test/inf/out
total 4
-rw-rw-rw- 1 smbuser smbusers 598 2008-11-27 11:55 @FLLIJBR.001
root@samba.cr:~# cat /samba/mount/test/inf/out/@FLLIJBR.001
cat: /samba/mount/test/inf/out/@FLLIJBR.001: No such file or directory
root@samba.cr:~# cat /samba/mount/test/inf/out/\@FLLIJBR.001
cat: /samba/mount/test/inf/out/@FLLIJBR.001: No such file or directory
root@samba.cr:~# cat "/samba/mount/test/inf/out/@FLLIJBR.001"
cat: /samba/mount/test/inf/out/@FLLIJBR.001: No such file or directory
Что бы это могло быть? Ибо, понятное дело, если на винду подключить тем же юзером эту же шару, то всё нормально, все файлы доступны...
Цитата
root@samba.cr:~# mount -t cifs //server/share /samba/mount/test -o ip=x.x.x.x,credentials=/root/credentials/smbuser,rw,uid=500,gid=500,file_mode=0666,dir_mode=0777,iocharset=utf8
root@samba.cr:~# ls -l /samba/mount/test/inf/out
total 4
-rw-rw-rw- 1 smbuser smbusers 598 2008-11-27 11:55 @FLLIJBR.001
root@samba.cr:~# cat /samba/mount/test/inf/out/@FLLIJBR.001
cat: /samba/mount/test/inf/out/@FLLIJBR.001: No such file or directory
root@samba.cr:~# cat /samba/mount/test/inf/out/\@FLLIJBR.001
cat: /samba/mount/test/inf/out/@FLLIJBR.001: No such file or directory
root@samba.cr:~# cat "/samba/mount/test/inf/out/@FLLIJBR.001"
cat: /samba/mount/test/inf/out/@FLLIJBR.001: No such file or directory
Что бы это могло быть? Ибо, понятное дело, если на винду подключить тем же юзером эту же шару, то всё нормально, все файлы доступны...