Author Topic: mini linkstation ls-ws1.0TGL/R1  (Read 1208 times)

couderta

  • Calf
  • *
  • Posts: 2
mini linkstation ls-ws1.0TGL/R1
« on: January 17, 2010, 02:48:35 PM »
   

I'm using Ubuntu 9.10 and the mini linkstation 1.TB

I use samba to get it mounted. (NFS seems not working with the device).

I would like to get it linked to a directory with the command:

 

sudo mount -t smbfs  //192.168.0.30:/linkstation/share/toto $HOME/media/linkstation -o user=admin,password=password,rw,noperm

 

And I get:

 

mount error: could not resolve address for 192.168.0.30:: Name or service not known
No ip address specified and hostname not found

 

But I get a response with ping 192.168.0.30

 

Any idea ?