not able to map shares
Posted: Sun Jan 15, 2012 6:50 pm
by djchamkila
I had shares mapped however I installed second drive and using only that drive for /var/hda/files
but now I cannot map shares on clients. I used directions from this tutorials
http://wiki.amahi.org/index.php/Adding_ ... o_your_HDA
Re: not able to map shares
Posted: Sun Jan 15, 2012 7:33 pm
by bigfoot65
You will need to check and see if the drive shares are mounted correctly. As root user, do:
If they are there, ensure the permissions as correct. Should be owned by your user and read/write by all.
You need to post more info if this does not help. It's hard to help when you don't provide details. I presume you have tried \\hda with no success.
Re: not able to map shares
Posted: Sun Jan 15, 2012 7:58 pm
by djchamkila
looks like they are owned by root
Code: Select all
[raman@amahi ~]$ ll /var/hda/files
total 16
drwx------ 2 root root 16384 Jan 15 17:22 lost+found
[raman@amahi ~]$ su
Password:
[root@amahi raman]# ll /var/hda/files
total 16
drwx------ 2 root root 16384 Jan 15 17:22 lost+found
Re: not able to map shares
Posted: Sun Jan 15, 2012 8:16 pm
by bigfoot65
Ok, the reason you don't see shares is there are now. The /var/hda/files should show the following shares as a minimum: books, docs, music, pictures, and movies.
Since you added this and mounted as /var/hda/files, did you forget to move the shares from the old drive? It was in the wiki instructions, but you might have missed it.
Re: not able to map shares
Posted: Mon Jan 16, 2012 1:36 pm
by djchamkila
for some reason I thought
Code: Select all
mv /var/hda/files/* /var/hda/files/drives/sdb1/
this command was to move any data I might have not directories themselves. Now this make sense. I will go home and try this again. thanks