Results 1 to 6 of 6
I need some help mouonting a windows share.
I tries several variants of this -
Code:
mount -t cifs //server/share /home/geese/winshare -o user= usernam e,domain= windomain
but it is not ...
- 08-14-2008 #1
mounting windows share
I need some help mouonting a windows share.
I tries several variants of this -
but it is not working.Code:mount -t cifs //server/share /home/geese/winshare -o user=username,domain=windomain
I keep getting the error - mount error: cifs filesystem not supported by the system
I am running openSUSE 11.0.
Can someone help?
GeeseRegistered Linux user # 395739
direplay.com
- 08-14-2008 #2Just Joined!
- Join Date
- Aug 2008
- Posts
- 2
Try
Probably a good idea to do this as root.Code:smbmount //server/share /home/geese/winshare -o user=username,domain=windomain
- 08-14-2008 #3Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Code:mount -t smbfs //server/share /home/geese/winshare
- 08-15-2008 #4Registered Linux user # 395739
direplay.com
- 08-15-2008 #5Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Huh? Both cifs and smbfs are "unknown" or "unsupported" filesystems?
You are missing packages or have an OS issue.
What mount.X scripts do you have?
Example 10.3:
Is the cifs-mount package installed (not 100% sure it's the same on 11.0):Code:mount.cifs mount.ncp mount.ncpfs mount.nfs mount.nfs4 mount.ntfs-3g
Code:zypper se cifs * Reading installed packages [100%] S | Repository | Type | Name | Version | Arch --+------------------------+---------+------------+-----------+----- i | openSUSE-10.3-DVD 10.3 | package | cifs-mount | 3.0.26a-3 | i586 | openSUSE-10.3-DVD 10.3 | package | pam_cifs | 0.5.1-11 | i586
- 08-15-2008 #6
Yeah, everything is installed. Wait . . . it requires a bloody reboot

I've been trying to get this thing working for over a week and all it needed was a reboot after installing cifs-mount.
Geese.Registered Linux user # 395739
direplay.com


Reply With Quote
