Hi, I mount //MYSERVER/Archives using smbmount //MYSERVER/Archives /mnt/Archives -N (MYSERVER is a NT SERVER box and the Linux box from which I smbmount is 2.2.13-7mdk. Everything is fine : [root@lima linux]# df Filesystem 1k-blocks Used Available Use% Mounted on /dev/hda6 1981000 1373871 504718 73% / /dev/hda7 2873619 1746320 978700 64% /persist vienne:/usr3 2044000 1691220 352780 83% /usr3 vienne:/usr6 2044000 976348 1067652 48% /usr6 /dev/hda1 3068383 1883199 1185183 61% /mnt/nt //MYSERVER/Archives 6835584 5318400 1517184 78% /mnt/Archives during a couple of hours ans then the link "breaks" : [root@lima linux]# df Filesystem 1k-blocks Used Available Use% Mounted on /dev/hda6 1981000 1373871 504718 73% / /dev/hda7 2873619 1746320 978700 64% /persist vienne:/usr3 2044000 1691220 352780 83% /usr3 vienne:/usr6 2044000 976348 1067652 48% /usr6 /dev/hda1 3068383 1883199 1185183 61% /mnt/nt df: /mnt/Archives: I/O Error and I have to umount and smbmount again... Someone has an idea ? Thanks in advance
On Wed, 13 Oct 1999, Nicolas GOUBLE wrote:> Everything is fine :[snip]> during a couple of hours ans then the link "breaks" :[snip]> df: /mnt/Archives: I/O Error > > and I have to umount and smbmount again... > > Someone has an idea ?There was a thread about this not too long ago (look in the archives) about smbmount failing because of a debug printout to a closed fd (IIRC). I'd try the 2.0.6pre1 if I were you, at least as a client. /Urban