Re: + deprecate-smbfs-in-favour-of-cifs.patch added to -mm tree

From: Jan Engelhardt
Date: Fri May 12 2006 - 11:05:26 EST


> > The patch titled
> >
> > deprecate smbfs in favour of cifs
> >
> > has been added to the -mm tree. Its filename is
> >
> > deprecate-smbfs-in-favour-of-cifs.patch
> >
> > See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
> > out what to do about this
> >
> >
> > From: Andrew Morton <akpm@xxxxxxxx>
> >
> > smbfs is a bit buggy and has no maintainer. Change it to shout at the user on
> > the first five mount attempts - tell them to switch to CIFS.
> >
> > Come November we'll mark it BROKEN and see what happens.

Sorry for falling in late but we can't do that.
Win 98 (95 too?) shared can not be mounted with CIFS, it requires SMBFS.
Furthermore, there seems to be a strange CIFS error when trying to do so
(varying error codes)...:

13:11 shanghai:/etc # mount //wideland/hda1 /mnt/wideland -t smbfs -o password=realw
13:11 shanghai:/etc # ls /mnt/wideland
. cygwin DRVSPACE.BIN msdos.sys
.. tcpp IO.SYS system.1st
DA windows SCANDISK.LOG tools.conf
Eigene Dateien AUTOEXEC.BAT SETUPXLG.TXT
Programme COMMAND.COM Verkn?pfung mit Scandisk.log.lnk
RECYCLED CYGWIN_SYSLOG.TXT config.sys
13:11 shanghai:/etc # umount /mnt/wideland
13:11 shanghai:/etc # mount //wideland/hda1 /mnt/wideland -t cifs -o password=realw
mount error 2 = No such file or directory
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
13:11 shanghai:/etc # mount //wideland/hda1 /mnt/wideland -t cifs -o password=realw
mount error 112 = Host is down
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

It's certainly not down.


Jan Engelhardt
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/