News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Storage device (Terrastation) freezing/locked up

Started by jeangot, January 07, 2009, 03:57:01 AM

Previous topic - Next topic

jeangot

Hello,

I have a Buffalo Terrastation mounted in LMCE, and accessible at /mnt/devices/67 on the core.

Since a few weeks, after a couple of days LMCE can no longer access any files on that share

cd /mnt/devices/67
done on the core will just hang for hours (until I press control c)

Yet my Terrastation is still accessible from windows computers in the same network, so it is not frozen.
Reboot of terrastation alone does not help, I have to reboot the terrastation and then reboot my core for it to work again, and it only works for a few days again, yet it was working for months without a problem.

So I am wondering how these shares are mounted and unmounted in LMCE, as I can find nothing in fstab, and even the output of "mount" does not reveal anything usefull.

Once I know how to unmount and remount this share without rebooting LMCE, I could hopefully troubleshoot some more, maybe find pertinent logs and search for similar issues in Google.

I tried to disable the share in the pluto-admin, then reload, then enable, then reload, but that did not temporarily fix the issue.

Thank you!

Jean

tschak909

Shares in LMCE are managed by autofs, with what is probably the most intricate automounter script in existance.

Devices are mounted when needed, and after 15 seconds of inactivity, are unmounted.

Look in /etc/auto.plutoStorageDevices to start.

-Thom

jeangot