Re: problems with smbfs on 2.4.18 kernel (ppc)
From: Urban Widmark <hidden>
Date: 2002-03-05 09:12:09
On 5 Mar 2002, Bastien Nocera wrote:
On Sun, 2002-03-03 at 17:28, Urban Widmark wrote:quoted
Has smbfs worked for you with previous versions? A patch was added late to 2.4.18 and it has caused a lot of crashes for people. I don't think it is related, but since you mention 2.4.18 ...I never tried the previous versions of it.
Maybe you should.
$ cat /proc/mounts | grep smb //kara/Backup1 /mnt/backup smbfs rw,file_mode=0755,dir_mode=0755 0 0 It seems to be mounted. dmesg says: smbfs: Unrecognized mount option noexec
Does it make any difference if you mount it like: mount -t smbfs -o username=...,password=... //kara/Backup1 /mnt/backup (should stop the "Unrecognized mount option" error)
quoted
The entry in mtab is written by smbmnt and one way to get this would be if the mount fails, but after smbmnt has written and then for some reason it fails to cleanup.smb definetaly works, as I can browse it with the smb gnome-vfs module, as well as smbclient. I'm failing to see why the /mnt/backup directory just "disappears from there".
It can disappear if the request for attributes on that directory fails. Try getting a network trace with ethereal and see what the response to the QUERY_PATH_INFORMATION request is. /Urban ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/