I installed an Amahi server for a friend (using the express CD). Generally working well, but I do have a couple of strange problems.
First, I added a large drive for file storage. Wasn't aware that there was an inbuilt method of adding the drive, so I manually added it. Modified /etc/fstab as below:
Code: Select all
UUID=0368930e-353e-4757-8f11-db4e15f5e9f3 / ext3 defaults 1 1
UUID=433f7485-c355-446d-a47b-3afb7106c630 swap swap defaults 0 0
#UUID=557c1e1a-6431-4b46-9d1b-441b9ac2d916 /var/hda/files/utilities ext3 defaults 1 2
/dev/sdb5 /var/hda/files/utilities ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
I configured the extra storage as a share name utilities, using the dashboard. That worked fine and my friend has mounted the drive and copied a number of files to it. However, when I attempted to mount it from my laptop, it fails. I've tried from Vector Linux, Salix and Fedora, and every time it fails to mount the share. Strangely, if I run the new Vector SOHO version (KDE based), I can use Dolphin to mount the share without problems.
This would not be so odd, except that I have no trouble mounting any of the preconfigured shares that come with a standard Amahi install. The only one which fails is the one I've added. But it works for my friend (OpenSuse, using Konqueror) and it also works from a Windows XP login.
Anyone got any ideas as to what could cause this problem? And how to fix it?

Paul.