mount ressource cifs freebox V6 (solved)

Using applications, configuring, problems
Post Reply
Message
Author
falco-
Posts: 24
Joined: Wed 06 Feb 2013, 07:55

mount ressource cifs freebox V6 (solved)

#1 Post by falco- »

Hello,

I can not install the resource via a toutou linux.
I have in my fstab:

Code: Select all

//mafreebox.freebox.fr/Disque\040dur /media/Freebox cifs _netdev,guest,cache=none,uid=1000,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0 
-> Error in encoding can not find the resource

Thank you !
Last edited by falco- on Sat 09 Feb 2013, 16:25, edited 1 time in total.

falco-
Posts: 24
Joined: Wed 06 Feb 2013, 07:55

#2 Post by falco- »

i try

Code: Select all

//mafreebox.freebox.fr/Disque\040dur/ /mnt/oclaf auto _netdev,rwx,uid=1000,gid=1000,credentials=/root/.smbcredentials,iocharset=utf8  	0 0
isame error :

mafreebox.freebox.fr/Disque dur does nt exist

help thanks


and pc in ubuntu 10 is ok ???

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#3 Post by rcrsn51 »

Look in the Network menu for a program called Pnethood. Toutou uses it to mount CIFS shares.

What is freebox? A server out on the internet?

falco-
Posts: 24
Joined: Wed 06 Feb 2013, 07:55

#4 Post by falco- »

hello;
the utility doesn't find the ressource ? Why?: With debian the fstab work !
i tested with a share ressource whith windows the utility see the share of windows!!

freebox is a box adsl

Thanks !

falco-
Posts: 24
Joined: Wed 06 Feb 2013, 07:55

[SOLVED]

#5 Post by falco- »

Hello;
impossible with smbmount ti is deprecated !!!

with fstab not possible because the mont does not work :
fstab :
//192.168.0.254/Disque%20dur /mnt/oclaf cifs _netdev,rwx,uid=1000,gid=1000,username=guest,passord=guest,iocharset=utf8 0 0


here the solution with many test!!!

mount th e ressource : to go in shell :
mount.cifs //192.168.0.254/Disque\ dur /mnt/oclaf -o username=guest,password=guest
--> ok !!

bye

Post Reply