Jump to content

/mnt/cache can't be unmounted


Go to solution Solved by thatnovaguy,

Recommended Posts

I'm running into an issue where /mnt/cache can't be unmounted during array stop.

When poking around with losetup I found that /dev/loop1 is hanging.

root@HTPC:/# lsof /dev/loop1
COMMAND     PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
sh         5078 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
sh         5080 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
inotifywa  5081 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
sleep      6891 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
sleep      8080 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
notify_po  8828 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
session_c  8830 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
system_te  8832 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
device_li  9114 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
disk_load  9116 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
parity_li  9118 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
php-fpm   13024 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
php-fpm   14051 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
php-fpm   15734 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
php-fpm   17750 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
autofan   20735 root  cwd    DIR   0,25      100   98 /usr/local/emhttp
ttyd      26217 root  cwd    DIR   0,25      100   98 /usr/local/emhttp

Just guessing by the "autofan" in the list  I'm assuming this is happening because of plugins.

Is this a known bug since 6.12.2?

 

EDIT: umount -l /dev/loop1 doesn't work either

root@HTPC:/# umount -l /dev/loop1
umount: /dev/loop1: umount failed: Invalid argument.

 

Edited by thatnovaguy
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...