Hangs !!! Accessing fuse filesystem in Windows through Samba

Volker Lendecke Volker.Lendecke at SerNet.DE
Thu Mar 5 03:36:02 MST 2015


On Tue, Mar 03, 2015 at 04:14:28PM +0530, Raj Kumar Sanpui wrote:
> Hello Everyone,
> 
> Thanks for the response.
> I added these parameters to our smb.conf, and also as Richarde and Miklos
> (the fuse developer) suggested, moved the blocking part from open( ) to
> read( ), but with no difference in behaviour, now i am afraid if these aio
> parameters added (as shown below) are really working.
> I checked the Samba log (log.smbd) in /var/log/samba/, but could not get
> any clue.
> 
> Is there any way to find out, if the new parameters added for AIO are
> really working?
> 
> {{{
> [FUSEAArchive]
>         comment = Fuse Archive File System
>         path = /opt/myinsite/fuse-mount/ifm
>         read only = No
>         case sensitive = yes
>         public = yes
>         writeable = yes
>         create mask=0777
>         guest ok = Yes
>         aio read size = 0
>         aio write size = 0

You disabled aio with these parameters. Set them to 1 to use
async I/O.

With best regards,

Volker Lendecke

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de


More information about the samba-technical mailing list