Find the answer to your Linux question:
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 ...
  1. #1
    Linux User geese's Avatar
    Join Date
    Jan 2005
    Location
    Florida / Trinidad W.I.
    Posts
    284

    mounting windows share

    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=username,domain=windomain
    but it is not working.
    I keep getting the error - mount error: cifs filesystem not supported by the system
    I am running openSUSE 11.0.
    Can someone help?

    Geese
    Registered Linux user # 395739
    direplay.com

  2. #2
    Just Joined!
    Join Date
    Aug 2008
    Posts
    2
    Try
    Code:
    smbmount //server/share /home/geese/winshare -o user=username,domain=windomain
    Probably a good idea to do this as root.

  3. #3
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    Code:
    mount -t smbfs //server/share /home/geese/winshare

  4. #4
    Linux User geese's Avatar
    Join Date
    Jan 2005
    Location
    Florida / Trinidad W.I.
    Posts
    284
    Quote Originally Posted by CRC123 View Post
    Try
    Code:
    smbmount //server/share /home/geese/winshare -o user=username,domain=windomain
    Probably a good idea to do this as root.
    Yes, done as SU.
    bash: smbmount: command not found

    Quote Originally Posted by HROAdmin26 View Post
    Code:
    mount -t smbfs //server/share /home/geese/winshare
    mount: unknown filesystem type 'smbfs'

    I have been able to mount the share before with smbmount, but since updating to openSUSE 11.0, I cannot.
    Any ieas?

    Geese
    Registered Linux user # 395739
    direplay.com

  5. #5
    Linux 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:

    Code:
    mount.cifs     mount.ncp      mount.ncpfs    mount.nfs      mount.nfs4     mount.ntfs-3g
    Is the cifs-mount package installed (not 100% sure it's the same on 11.0):

    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

  6. #6
    Linux User geese's Avatar
    Join Date
    Jan 2005
    Location
    Florida / Trinidad W.I.
    Posts
    284
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...