implementing a new smbd vfs

Rafi Yanai ryanai at myrealbox.com
Tue Oct 1 08:45:01 GMT 2002


hi all,

i currently work on an academic project of parallel storage that uses one server to cache the directories and file information while the files themselves are stored somewhere in the net. i thought that an smb front-end will be a good idea so i over-loaded the function vfs_opendir, vfs_readdir, vfs_stat (all of them) and vfs_open in the vfswrap.c

while that works great for single file operation, it's fails when i try (from a win2000 client) to copy a directory or to copy multiple files. 
what do i need to implement/change in order to support multiple file operation ?

rafi.





More information about the samba-technical mailing list