tronica
June 21st, 2006, 07:08 PM
Ok. i'm runngin dapper, and i use this command to connect to my windows servers
sudo mount -t cifs //192.168.1.65/server /mnt/server -o user=Administrator,pass=monster
and it works great. So i set up a server with debian and i installed samba. And i'm using this config in my smb.conf.
[share]
path = /home/lyle/Desktop/share
public = yes
writable = yes
valid users = lyle
then when i try to mount it from my ubuntu box i get
lyle@ubuntu:/mnt$ sudo mount -t cifs //192.168.1.68/share/ /mnt/debserv -o user=lyle,pass=monster
mount: //192.168.1.68/share/ is not a valid block device
can anyone help me get this going. Thanks
sudo mount -t cifs //192.168.1.65/server /mnt/server -o user=Administrator,pass=monster
and it works great. So i set up a server with debian and i installed samba. And i'm using this config in my smb.conf.
[share]
path = /home/lyle/Desktop/share
public = yes
writable = yes
valid users = lyle
then when i try to mount it from my ubuntu box i get
lyle@ubuntu:/mnt$ sudo mount -t cifs //192.168.1.68/share/ /mnt/debserv -o user=lyle,pass=monster
mount: //192.168.1.68/share/ is not a valid block device
can anyone help me get this going. Thanks