Connecting to a Server by Mounting your HDA
Posted: Fri Dec 19, 2008 7:45 am
Cant get to mount shared folders on Ubuntu as per the wiki: http://wiki.amahi.org/index.php/SharingToLinux%20.
Using Ubuntu 8.10 fresh install since yesterday and updated.
Explication not quite clear
1st try on the Ubuntu user home folder /home/user/Music result:
2nd I ssh to my hda:
The mount worked, but I still can't see the mounted folder on the Ubuntu system. Was it previously mounted in Ubuntu?
mount.cifs (?) does'nt work on the Ubuntu side.
Salo
Using Ubuntu 8.10 fresh install since yesterday and updated.
Explication not quite clear
User folder on Ubuntu or the hda?I opened up a terminal window. In my user folder...
1st try on the Ubuntu user home folder /home/user/Music result:
Code: Select all
salocin@emuntu:~$ sudo mount.cifs '\\hda\music' Music -o user=salocin (salocin is a user on both hda, and Ubuntu system)
sudo: mount.cifs: command not found
Code: Select all
[root@localhost salocin]# cd /home/salocin
[root@localhost salocin]# sudo mount.cifs '\\hda\music' Music -o user=salocin
Password:
[root@localhost nicolas]#
mount.cifs (?) does'nt work on the Ubuntu side.
Salo