Subject: Re: mount_smbfs
To: Hubert Feyrer <hubert@feyrer.de>
From: Michael-John Turner <mj@turner.org.za>
List: port-sparc64
Date: 03/09/2006 12:50:09
--a8Wt8u1KmwUX3Y2C
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Thu, Mar 09, 2006 at 10:50:00AM +0100, Hubert Feyrer wrote:
> I recommend sending a patch for review here, first.
See attached - against -current of a day or two ago. Busy building a new
kernel now - will reboot when I get home and check if all is still OK :)
Any thoughts on updating the various mount_* manpages to include the
kernel options required to use the filesystem in question? IMHO, it's a
good idea. If there's no objection, I'll submit some patches for those
this evening.
-mj
--
Michael-John Turner | http://weblogs.turner.org.za/mj/
mj@turner.org.za | Open Source in WC ZA - http://www.clug.org.za/
--a8Wt8u1KmwUX3Y2C
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="GENERIC32-smbfs.diff"
--- GENERIC32.orig 2006-03-08 23:02:23.000000000 +0200
+++ GENERIC32 2006-03-09 12:48:36.000000000 +0200
@@ -163,6 +163,7 @@
file-system UNION # union file system
file-system MSDOSFS # MS-DOS FAT filesystem(s).
file-system PTYFS # /dev/pts/N support
+file-system SMBFS # experimental - CIFS; also needs nsmb (below)
#file-system TMPFS # experimental - Efficient memory file-system
#file-system UDF # experimental - OSTA UDF CD/DVD file-system
@@ -845,3 +846,6 @@
#options VERIFIED_EXEC_FP_SHA1
#options VERIFIED_EXEC_FP_MD5
+# a pseudo device needed for SMBFS
+pseudo-device nsmb # experimental - SMB requester
+
--a8Wt8u1KmwUX3Y2C--