Find the answer to your Linux question:
Results 1 to 4 of 4
Hi. Have been readin the suse 10 bible. when i try to execute the command # mount -t smbfs -o username=administrator //Project-bank/Vids /mnt/smb where project-bank is the name of the ...
  1. #1
    Just Joined!
    Join Date
    Jan 2008
    Posts
    24

    Question Samba on suse 10.3

    Hi. Have been readin the suse 10 bible. when i try to execute the command

    # mount -t smbfs -o username=administrator //Project-bank/Vids /mnt/smb

    where project-bank is the name of the windows system and vids is the shared folder on the windows system.

    I get the error unknown filesystem smbfs or something relating to dat.

    do i need to include smbfs somewhere or wats the problem

  2. #2
    Just Joined! swerdna's Avatar
    Join Date
    Apr 2006
    Location
    Oz
    Posts
    67
    Quote Originally Posted by faya View Post
    Hi. Have been readin the suse 10 bible. when i try to execute the command

    # mount -t smbfs -o username=administrator //Project-bank/Vids /mnt/smb

    where project-bank is the name of the windows system and vids is the shared folder on the windows system.

    I get the error unknown filesystem smbfs or something relating to dat.

    do i need to include smbfs somewhere or wats the problem
    In openSUSE 10.2 smbfs was replaced by cifs. Cifs is continued in 10.3 so use this:
    mount -t cifs -o username=administrator,password=something //Project-bank/Vids /mnt/smb

    For further info: HowTo Mount a CIFS Network Share [AKA Mapped Network Drive] in openSUSE 10.2, 10.3

    Swerdna

  3. #3
    Just Joined!
    Join Date
    Jan 2008
    Posts
    24

    Cool Samba

    Quote Originally Posted by swerdna View Post
    In openSUSE 10.2 smbfs was replaced by cifs. Cifs is continued in 10.3 so use this:
    mount -t cifs -o username=administrator,password=something //Project-bank/Vids /mnt/smb

    For further info: HowTo Mount a CIFS Network Share [AKA Mapped Network Drive] in openSUSE 10.2, 10.3

    Swerdna
    it worked. d problem was just cifs.tanx

    Also in addition. In my network places in windows, my SUSE system appears with a very long name, how can i reduce it.

  4. #4
    Just Joined! swerdna's Avatar
    Join Date
    Apr 2006
    Location
    Oz
    Posts
    67
    Quote Originally Posted by faya View Post
    it worked. d problem was just cifs.tanx

    Also in addition. In my network places in windows, my SUSE system appears with a very long name, how can i reduce it.
    Add this line into the definitions/properties under [global]:
    Code:
    server string = ""
    Swerdna

Posting Permissions

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