Giter Site home page Giter Site logo

Comments (6)

thegreenemachine55 avatar thegreenemachine55 commented on July 24, 2024 3

I was having the same problem, found a script that southloven posted over on the unraid forums and customized it for my use.

Run "lsof | grep /mnt/user/ " when the array is stuck unmounting disks and customize the script for your needs.

#!/bin/bash

#######################

unmount Script

#######################

Version 0.0.1

#######################

echo "$(date "+%d.%m.%Y %T") INFO: *** Starting rclone_unmount script ***"

umount -l /mnt/user/RcloneRemoteName/RcloneRemoteName
umount -l /mnt/user/mount_mergerfs/gdrive_vfs
umount -l /mnt/user/mount_mergerfs/RcloneRemoteName
umount -l /mnt/user/mount_rclone/gdrive_vfs
umount -l /mnt/user/mount_rclone/RcloneRemoteName
umount -l /mnt/user0/mount_rclone/cache/RcloneRemoteName
umount -l /mnt/user/local/RcloneRemoteName

echo "$(date "+%d.%m.%Y %T") INFO: *** Ending rclone_unmount script ***"

exit

from unraid_rclone_mount.

thekiefs avatar thekiefs commented on July 24, 2024 1

Same problem here. Can this #30 please get merged?

from unraid_rclone_mount.

Justawebguy avatar Justawebguy commented on July 24, 2024

Having the same issue. Did you figure out a resolution?

from unraid_rclone_mount.

Torqu3Wr3nch avatar Torqu3Wr3nch commented on July 24, 2024

Same issue here. Confirmed fixed by @thegreenemachine55's suggestion.

I've updated the the unmount script to use the share location variables used in the rclone_mount script and will issue a pull request this weekend.

from unraid_rclone_mount.

NineBall8 avatar NineBall8 commented on July 24, 2024

@BinsonBuzz Works fine here, should we merge?

from unraid_rclone_mount.

Sildenafil99 avatar Sildenafil99 commented on July 24, 2024

I have the same problem.
I used the script, and also added "umount -l /mnt/user0/" but now i stucked in
rmdir: failed to remove '/mnt/user0': Directory not empty
and
rmdir: failed to remove '/mnt/user': Directory not empty

from unraid_rclone_mount.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.