Mount network folder error

i’ve got a openSUSE 11.0 file-server, and two other desktops. one with winXP pro and the other is also openSUSE 11.0. i’ve setup all the SAMBA shares, users and passwords. i can access and map the shared folders on the winXP but not on the openSUSE desktop.
here’s the command i typed:

mount -t cifs -o username=myname,password=mypassword //10.0.0.249/sams80gb/muziek /mnt/mntsams80gb/muziek

i get this message/error:
retrying with upper case share name
mount error 6 = No such device or address
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

i’ve searched for two days and tried every suggestion i could find, but no luck. can someone please help me?

On Thu June 18 2009 04:46 pm, heinstein86 wrote:

>
> i’ve got a openSUSE 11.0 file-server, and two other desktops. one with
> winXP pro and the other is also openSUSE 11.0. i’ve setup all the SAMBA
> shares, users and passwords. i can access and map the shared folders on
> the winXP but not on the openSUSE desktop.
> here’s the command i typed:
>
> mount -t cifs -o username=myname,password=mypassword
> //10.0.0.249/sams80gb/muziek /mnt/mntsams80gb/muziek
>
> i get this message/error:
> retrying with upper case share name
> mount error 6 = No such device or address
> Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
>
> i’ve searched for two days and tried every suggestion i could find, but
> no luck. can someone please help me?
>
>
heinstein86;
From a terminal window on the client, what is the result of:


smbclient -L //10.0.0.249 -U<username>%<password>


P. V.
“We’re all in this together, I’m pulling for you.” Red Green

here is the result for the command (# smbclient -L //10.0.0.249 -U

Domain=[LINUX-SERVER] OS=[Unix] Server=[Samba 3.2.0rc1-22.1-1795-SUSE-SL11.0]

    Sharename       Type      Comment
    ---------       ----      -------
    IPC$            IPC       IPC Service (Samba 3.2.0rc1-22.1-1795-SUSE-SL11.0)
    muziek          Disk
    games           Disk
    entertainment   Disk
    drivers         Disk
    appz            Disk

Domain=[LINUX-SERVER] OS=[Unix] Server=[Samba 3.2.0rc1-22.1-1795-SUSE-SL11.0]

    Server               Comment
    ---------            -------

    Workgroup            Master
    ---------            -------
    DATAVEST             LINUX-SERVER

On Thu June 18 2009 05:26 pm, heinstein86 wrote:

>
> here is the result for the command (# smbclient -L //10.0.0.249 -U
>
> Domain=[LINUX-SERVER] OS=[Unix] Server=[Samba
> 3.2.0rc1-22.1-1795-SUSE-SL11.0]
>
> Sharename Type Comment
> --------- ---- -------
> IPC$ IPC IPC Service (Samba
> 3.2.0rc1-22.1-1795-SUSE-SL11.0)
> muziek Disk
> games Disk
> entertainment Disk
> drivers Disk
> appz Disk
> Domain=[LINUX-SERVER] OS=[Unix] Server=[Samba
> 3.2.0rc1-22.1-1795-SUSE-SL11.0]
>
> Server Comment
> --------- -------
>
> Workgroup Master
> --------- -------
> DATAVEST LINUX-SERVER
>
>

heinstein86;

Try:


mount -t cifs -o username=myname,password=mypassword
//10.0.0.249/muziek /mnt/mntsams80gb/muziek

Notice that “sams80gb” is not a share on the server. Make sure
the directory “/mnt/mntsams80gb/muziek” exists on the client. The following
HowTo may be of use to you:
Samba Networking VIII: HowTo Mount a CIFS Network Share [AKA Mapped Network Drive] in openSUSE 10.2+ - Swerdna Infotech

P. V.
“We’re all in this together, I’m pulling for you.” Red Green

hey

thanks a lot. i can’t believe i made such a mistake.
i typed in the command, and now it’s mounted.

thank you very much!

On Thu June 18 2009 11:06 pm, heinstein86 wrote:

>
> hey
>
> thanks a lot. i can’t believe i made such a mistake.
> i typed in the command, and now it’s mounted.
>
> thank you very much!
>
>
heinstein86;

Glad it works, go have a beer. Sometimes it just takes a second set of eyes on
a problem.

P. V.
“We’re all in this together, I’m pulling for you.” Red Green