LinuxMCE Forums

General => Users => Topic started by: jeangot on January 07, 2009, 03:57:01 am

Title: Storage device (Terrastation) freezing/locked up
Post by: jeangot on January 07, 2009, 03:57:01 am
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
Title: Re: Storage device (Terrastation) freezing/locked up
Post by: tschak909 on January 07, 2009, 04:14:11 am
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
Title: Re: Storage device (Terrastation) freezing/locked up
Post by: jeangot on January 07, 2009, 05:36:33 am
Thom,

thanks, I appreciate the pointers.

Jean