Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

stuck unmounting while tryign to stop array

Featured Replies

I tried to stop my array this morning and its stuck "unmounting".  it has been unmounting for over an hour now.

 

Not sure what to do.  I cant access my shares to get the full syslog but i was able to connect via telnet and get a chunk of it.  this is all my activity from this morning.  the last couple lines are just repeated over and over again.

 

what can i do to get my array safely stopped and restarted?

 

Aug 10 06:41:52 StorageTower dhcpcd[2291]: sending DHCP_REQUEST for 192.168.1.6 to 192.168.1.1

Aug 10 06:41:52 StorageTower dhcpcd[2291]: dhcpIPaddrLeaseTime=86400 in DHCP server response.

Aug 10 06:41:52 StorageTower dhcpcd[2291]: dhcpT1value is missing in DHCP server response. Assuming 43200 sec

Aug 10 06:41:52 StorageTower dhcpcd[2291]: dhcpT2value is missing in DHCP server response. Assuming 75600 sec

Aug 10 06:41:52 StorageTower dhcpcd[2291]: DHCP_ACK received from  (192.168.1.1)

Aug 10 08:40:15 StorageTower kernel: mdcmd (174): spindown 4

Aug 10 08:40:29 StorageTower kernel: mdcmd (175): spindown 5

Aug 10 08:40:37 StorageTower kernel: mdcmd (176): spindown 8

Aug 10 08:40:47 StorageTower kernel: mdcmd (177): spindown 8

Aug 10 08:40:58 StorageTower kernel: mdcmd (178): spindown 9

Aug 10 09:26:42 StorageTower emhttp: shcmd (46): /etc/rc.d/rc.samba stop | logger

Aug 10 09:26:42 StorageTower emhttp: shcmd (47): /etc/rc.d/rc.nfsd stop | logger

Aug 10 09:26:43 StorageTower emhttp: Spinning up all drives...

Aug 10 09:26:43 StorageTower emhttp: shcmd (48): sync

Aug 10 09:26:43 StorageTower kernel: mdcmd (179): spinup 0

Aug 10 09:26:43 StorageTower kernel: mdcmd (180): spinup 1

Aug 10 09:26:43 StorageTower kernel: mdcmd (181): spinup 2

Aug 10 09:26:43 StorageTower kernel: mdcmd (182): spinup 3

Aug 10 09:26:43 StorageTower kernel: mdcmd (183): spinup 4

Aug 10 09:26:43 StorageTower kernel: mdcmd (184): spinup 5

Aug 10 09:26:43 StorageTower kernel: mdcmd (185): spinup 6

Aug 10 09:26:43 StorageTower kernel: mdcmd (186): spinup 7

Aug 10 09:26:43 StorageTower kernel: mdcmd (187): spinup 8

Aug 10 09:26:43 StorageTower kernel: mdcmd (188): spinup 9

Aug 10 09:26:43 StorageTower kernel: mdcmd (189): spinup 10

Aug 10 09:26:44 StorageTower emhttp: shcmd (49): umount /mnt/user >/dev/null 2>&1

Aug 10 09:26:44 StorageTower emhttp: _shcmd: shcmd (49): exit status: 1

Aug 10 09:26:44 StorageTower emhttp: shcmd (50): rmdir /mnt/user >/dev/null 2>&1

Aug 10 09:26:44 StorageTower emhttp: _shcmd: shcmd (50): exit status: 1

Aug 10 09:26:44 StorageTower emhttp: Retry unmounting user share(s)...

Aug 10 09:26:49 StorageTower emhttp: shcmd (51): umount /mnt/user >/dev/null 2>&1

Aug 10 09:26:49 StorageTower emhttp: _shcmd: shcmd (51): exit status: 1

Aug 10 09:26:49 StorageTower emhttp: shcmd (52): rmdir /mnt/user >/dev/null 2>&1

Aug 10 09:26:49 StorageTower emhttp: _shcmd: shcmd (52): exit status: 1

Aug 10 09:26:49 StorageTower emhttp: Retry unmounting user share(s)...

Aug 10 09:26:54 StorageTower emhttp: shcmd (53): umount /mnt/user >/dev/null 2>&1

Aug 10 09:26:54 StorageTower emhttp: _shcmd: shcmd (53): exit status: 1

 

You likely have something tying up a drive. Either an add-on program or you have logged-on and opened a disk on the console.

 

Peter

 

  • Author

so two questions...

 

1) how can i tell exactly what is happening

2) how would i go about resolving it so that i can shut down my array?

so two questions...

 

1) how can i tell exactly what is happening

2) how would i go about resolving it so that i can shut down my array?

type:

lsof | grep /mnt

to get a list of the open files or processes holding a disk busy.

 

Then, stop/kill those processes.

 

Joe L.

  • Author

when I submit that command (lsof | grep /mnt) it just hangs and doesn't return anything and doesn't take make back to a prompt either.  just hangs.

  • Author

when I submit that command (lsof | grep /mnt) it just hangs and doesn't return anything and doesn't take make back to a prompt either.  just hangs.

 

Is there anything else I can try?

when I submit that command (lsof | grep /mnt) it just hangs and doesn't return anything and doesn't take make back to a prompt either.  just hangs.

 

Is there anything else I can try?

lsof /dev/md*

or

/usr/bin/fuser -mv /mnt/disk* /mnt/user/*

  • Author

i tried both of these and still got the same result... nothing displayed and it didn't return me to the command prompt.  it just hangs there.

 

what could be wrong?  do i need to just hard reset the server?  is that ok to do?

 

  • Author

well that kind of took care of itself...  a few minutes after my last post the power went out.  My unraid is on a ups but it would not shut down cleanly because of whatever was stuck.  SO the ups batter drained in about 20 minutes and the server shut off.  Power came back this morning and I powered it on and now it is stuck starting up the array for the past hour or so.

  • Author

so here is the syslog from when i booted up... or at least as much as i can copy and paste from the telnet session:

 

edit: my array is now online and doing a parity check - i was able to get the complete system log attached.

 

 

syslog.txt

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.