Support adding smbnetfs to fstab
Status: Beta
Brought to you by:
kshevetskiy
Since smbnetfs is a filesystem, it should work when added to /etc/fstab; for example:
none /mnt/smbnet fuse.smbnetfs allow_other 0 0
Since the `mount` command always gives both "source" and "target" arguments to smbnetfs, it should be changed to ignore "none" if given.
Patch included.
Patch [fixed]
Just use this:
smbnetfs /media/Network fuse rw,allow_other 0 0
No need for any patching work.
the patch is not needed, see the comments