Author Topic: Ubuntu with mini linkstation mount with NFS or SAMBA  (Read 1663 times)

couderta

  • Calf
  • *
  • Posts: 2
Ubuntu with mini linkstation mount with NFS or SAMBA
« on: January 19, 2010, 03:22:43 PM »
   

I'm using Ubuntu 9.10.

I'm using samba to mount the device.

I would like to use NFS to mount it or to link the device to a path i.e /home/linkstation with samba.

 

Actually, 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 ?