http://qa.mandrakesoft.com/show_bug.cgi?id=5912
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From [EMAIL PROTECTED] 2003-22-09 13:27 -------
Some problems with your explanation:
1:
>From the man page for smbmount2:
smbmount mounts a Linux SMB filesystem. It is usually invoked as
mount.smbfs by the mount(8) command when using the "-t smbfs" option.
This command only works in Linux, and the kernel must support the smbfs
filesystem.
2:
All other distros allow you to use mount to mount smb filesystems without
needing to specify the filesystem type
3:
It worked using cooker from a few weeks ago
4:
It works using 'mount -t smbfs2 //server/share /local', however no other tools
know about file system type smbfs2. Why has the name been changed to smbfs2?
No tools know about file system type smbfs2, so mount can't automatically detect
the file system type (it thinks it should be smbfs)
It seems that this is a bug with samba-client packaging and file names. Please
reassign it if you feel you need to.
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date:
description:
I don't know if this bug should be kernel or samba-client.
I am trying to mount a smb share on the network with the following command:
aleph-null:/home/chrisp# mount -t smbfs //alisha/storage /mnt/smb -oip=192.168.10.23
mount: wrong fs type, bad option, bad superblock on //alisha/storage,
or too many mounted file systems
aleph-null:/home/chrisp# mount -t smbfs //aleph-null/downloads /mnt/smb
-oip=192.168.10.23
mount: wrong fs type, bad option, bad superblock on //aleph-null/downloads,
or too many mounted file systems
The first machine is windows 2000, the second is the local machine (mandrake cooker)
In my messages file I get:
Sep 22 12:19:35 aleph-null kernel: smbfs: mount_data version 826110057 is not
supported
and when I try again,
Sep 22 12:20:00 aleph-null kernel: smb_read_super: missing data argument
I can however, use smbclient or nautilus to browse shares.
Thanks
Chris