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.

Moving share to different storage location - Device or resource busy

Featured Replies

So the shares "system", "appdata",... which are used by the VM's, docker and system are all by default on the array. I created a ZFS pool which is way bigger and redundant, and I want to use that to store those shares.

So I went into the UI and changed this to the correct storage location:

image.thumb.png.0e9a2f9e885533f0e0aad23b6771cccc.png

secondary is set to none

 

Next I issued this command to copy the share to the correct storage location: 

 

cp -avr /mnt/disk1/appdata /mnt/data/appdata

disk1 is my array (default location), data is my pool (desired location).

 

Then remove the data from the disk1 (array):

 

rm -rf /mnt/disk1/appdata

 

Unfortunately this gives:

root@Tower:~# rm -rf /mnt/disk1/appdata
rm: cannot remove '/mnt/disk1/appdata': Device or resource busy

 

 

I checked if any files are open/used by using:

 

lsof +D /mnt/disk1/appdata

 

But it shows none. 

At this point I'm stuck, can anybody throw a bone? Many many thanks! 

Edited by D0wk1ng
clarification

Solved by D0wk1ng

  • Author
  • Solution

Solution is to unmount it after copying the files:

 

umount /mnt/disk1/appdata

 

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...

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.