dansushi

Members
  • Posts

    54
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

dansushi's Achievements

Rookie

Rookie (2/14)

4

Reputation

  1. Thanks so much itimpi! Copying over the bz* type files and config.txt from a zip from the UnRaid website fixed the issue and allowed me to boot back up into UnRaid! Before copying the files over, I had Windows do a file error check on the drive but it found nothing. However, when copying over all the files on the drive to my computer as a backup, I did notice that the copy process froze on one of the bz files. My guess it that there was some corruption or other problem where that file was. Do you think that this a sign that my flash drive is on its way out?
  2. I did a clean reboot of my system an hour ago and now see this error. I didn't make any changes to the server config. I was just troubleshooting a fuse hidden file issue so I thought a reboot would fix that. I don't think that is related to this sync the fuse file was on a mount point, not the actual config for the flash drive. Any thoughts on what I should do to test? I assume I might need a new flash drive but before ordering a new one I'd like to try out other options.
  3. You're the best! It worked like a charm. For any others who want to do the same, here's what I've done below. I've added the following line to the /boot/config/go file: /usr/local/emhttp/webGui/scripts/notify -i "alert" -s "Bootup" -d "Unraid is fully booted up" and created a file at /boot/config/stop with the following code: #!/bin/bash /usr/local/emhttp/webGui/scripts/notify -i "alert" -s "Shutdown" -d "Unraid is shutting down" Despite itimpi's concern that the shutdown notification might not get sent, it in fact does work!
  4. Sorry for my ignorance, but what kind of text would I have to put in the config/go file to have it create a notification? Is there documentation for this somewhere? Thanks,
  5. Is there a way to get notifications as UnRaid shuts down and also when it finishes its boot-up process? I'm using Pushover specifically though I imagine it's the same for all other notification agents.
  6. I have moved the mount to /mnt/addons. How do I now properly get /mnt/addons to be shared over SMB to my Windows computer? Can I turn it into a share somehow or is there another method?
  7. I have a share called Temp. I have mounted a remote share over sftp with sshfs (using user scripts), and had it mount at /mnt/user/Temp/Seedbox The user script is as follows: #!/bin/bash sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3,allow_other,ro,port=22,IdentityFile=/root/.ssh/seedbox/id_rsa [email protected]:/media/ /mnt/user/Temp/Downloads/Seedbox If I navigate to that directory within Unraid, I can get into that folder and see the files within it totally fine: However, if I try to access that folder through the share in my Windows computer, I get this error: I have tried to change permissions for the folder but am unable to and get the following error: chmod: changing permissions of 'Downloads/Seedbox/': Read-only file system I do want that directory to be Read-only, but I also want to be able to view it through my Windows computer which has mounted the Temp share. How to I make it so that I can access this folder properly through my Windows computer, and not just directly from the Unraid?
  8. I keep hearing about how you can have a Gaming VM on Unraid. What are the methods that people are using to actually connect to this gaming VM? If I have my Unraid Server in one room of my house and want to use the Gaming VM in another room, do I have to buy a laptop to then remotely connect to it? Or if I have a spare keyboard/mouse + monitor, is there some sort of NUC or Raspberry Pi or other way cheaper device that I can use to actually access the Gaming VM?
  9. It's working now, thanks very much! I really appreciate the follow up.
  10. I'll add my +1, I'm having the same issue. I did the same fix with "dosfsck -v /dev/sda" but still have that one "65:00/01" difference. that popped up at the next boot.
  11. This is good to know. Any idea on how long that will be?
  12. Just tried it in Safe mode and it's working! So what would be the best way for me to determine the cause of this? Could it be a plugin or docker causing it?
  13. I see, that makes sense. so this should begin to retain that Size and Action information going forward?