November 1, 201411 yr Hi, I'm having a problem with SNAP on unRaid 5.05. I can mount and share the drive from unRaid, but I can't connect from my Mac or Android phone. I get a message saying the account doesn't have permissions on my phone. On my Mac I get a slightly different error. When I try opening the folder: The operation can't be completed because the original item for "snapfolder" can't be found. Any hints?
November 12, 201411 yr hi dlandon, could you help me to activate automount for exfat drives? i installed exfat tools from piotrasd (http://lime-technology.com/forum/index.php?topic=24850.0). https://app.dumptruck.goldenfrog.com/p/Vq3zpArAKB/fuse-exfat-1.0.0-i686-1PTr.txz https://app.dumptruck.goldenfrog.com/p/Vq3zpArAKB/exfat-utils-1.0.0-i686-1PTr.txz i can write to a connected and manually mounted usb2.0 drive formated with exfat. i use mount -t exfat /dev/sdf1 /mnt/temp to get access. how can snap.sh be updated to support exfat? can you help me with that? I don't think it's a good idea to have SNAP mount a file format that is not supported in unRAID. That being said, you can edit the /boot/config/plugins/snap/snap.sh script and add the exfat mount. Look in the script for a case statement with the other file formats and you'll see how its done. That should be all that is necessary. So I'm in the same boat as phenomeus. I'd like to try and modify the snap.sh but I'm no linux / script expert. Is there something I can reference that can explain what's going on in the script? Even simply a reference to what scripting language I should look up would be useful. I just don't want to be blindly making updates to the script and not understand what I'm doing.
January 5, 201511 yr Hello, I am using Snap on my unraid 5.0.6 to mount 1 internal sata drive that I am using to run my plex media server on. I have manually mounted the drive and created a share name through the snap gui with good success. The only problem is when I reboot the system I have to go into the gui and manually mount the drive again. Is there a way to get it to mount automatically when the system reboots? Sorry I'm quite new to this setup. Thanks
January 5, 201511 yr Author Read this post: http://lime-technology.com/forum/index.php?topic=31594.msg327802#msg327802
January 5, 201511 yr Thanks, that helped. This is what i did. IN the webgui it is working fine, but i didnt want to mount it manually each time. I just tested an extra line in the GO script and that worked: Code: [select] /boot/config/plugins/snap/snap.sh -enable /boot/config/plugins/snap/snap.sh -ms K438T7C2D0KR But i will place it after the emhttp lines. To see if that works too.
February 5, 201511 yr Hi I can't get this to work. I've installed SNAP and have run the snap.sh -a (serial) (share) command. How do I mount the drive after the share is created?
February 5, 201511 yr Author Use the web gui for SNAP. Right click on the drive and you'll see the option to mount and share.
February 20, 201511 yr A bit unclear on something and have done all the reading. Thought someone might have the answer for me. Do hotswap events work for internal SATA drives? Here is my scenario. I have an icydock sata bay (MB453IPF-B) and enclosure (MB559U3S-1SB) coming that will allow me to pull a drive from the unraid server and put into my enclosure to take with me on the road. I want to format that drive with a file system like NTFS so I can access the contents on the go. what I would like to do, on connect to server (and periodically via cron when the drive is connected, which will be most of the time) is copy a bunch of files from protected array to this drive (one way, I don't ever want to bring files back from this drive to array). Then, if I need to be on the go, I just go pull the drive from the bay and pop in the enclosure and am on the way.
February 23, 201511 yr Today updated to b14. Updated Snap to 2015.02.22. However, Snap settings page is blank. I have no devices mounted so its not critical but thought I would let you know.
February 23, 201511 yr Author Today updated to b14. Updated Snap to 2015.02.22. However, Snap settings page is blank. I have no devices mounted so its not critical but thought I would let you know. Remove the plugin and install SNAP for v6. http://lime-technology.com/forum/index.php?topic=31594.0
February 24, 201511 yr It is Snap for 6. Will try uninstall/reinstall My bad... wrong forum. Reinstall worked, page is visible.
May 25, 201511 yr I'm trying to update my SNAP plugin from an old 5.08 version. I'm getting the same problem as loady below This will not seem to download and i cant see where the problem might be... root@warptower:~# cd /boot/config/plugins root@warptower:/boot/config/plugins# installplg snap.plg installing plugin: snap file /tmp/SnapPrepare: successfully wrote INLINE file contents /bin/bash /tmp/SnapPrepare ... success file /boot/packages/inotify-tools-3.14-i486-1.txz: already exists upgradepkg --install-new /boot/packages/inotify-tools-3.14-i486-1.txz ... +============================================================================== | Skipping package inotify-tools-3.14-i486-1 (already installed) +============================================================================== success file /tmp/preSnapInstallCleanup.sh: successfully wrote INLINE file contents /bin/bash /tmp/preSnapInstallCleanup.sh ... success file /tmp/prepareForSnapInstall.sh: successfully wrote INLINE file contents /bin/bash /tmp/prepareForSnapInstall.sh ... Error: Unable to download LatestSnapVersion information from GitHub. success file /tmp/SnapInstall.sh: successfully wrote INLINE file contents /bin/bash /tmp/SnapInstall.sh ... /tmp/SnapInstall.sh: line 14: /boot/config/plugins/snap/snap.sh: No such file or directory success file /etc/rc.d/rc.snap: successfully wrote INLINE file contents successfully changed file mode file /usr/local/emhttp/plugins/snap/snap.png: downloading from -q --no-check-certificate https://github.com/dlandon/unraid-snap/raw/master/snap.png ... bad download, deleting root@warptower:/boot/config/plugins# root@warptower:/boot/config/plugins#
May 25, 201511 yr Author I'm trying to update my SNAP plugin from an old 5.08 version. I'm getting the same problem as loady below This will not seem to download and i cant see where the problem might be... root@warptower:~# cd /boot/config/plugins root@warptower:/boot/config/plugins# installplg snap.plg installing plugin: snap file /tmp/SnapPrepare: successfully wrote INLINE file contents /bin/bash /tmp/SnapPrepare ... success file /boot/packages/inotify-tools-3.14-i486-1.txz: already exists upgradepkg --install-new /boot/packages/inotify-tools-3.14-i486-1.txz ... +============================================================================== | Skipping package inotify-tools-3.14-i486-1 (already installed) +============================================================================== success file /tmp/preSnapInstallCleanup.sh: successfully wrote INLINE file contents /bin/bash /tmp/preSnapInstallCleanup.sh ... success file /tmp/prepareForSnapInstall.sh: successfully wrote INLINE file contents /bin/bash /tmp/prepareForSnapInstall.sh ... Error: Unable to download LatestSnapVersion information from GitHub. success file /tmp/SnapInstall.sh: successfully wrote INLINE file contents /bin/bash /tmp/SnapInstall.sh ... /tmp/SnapInstall.sh: line 14: /boot/config/plugins/snap/snap.sh: No such file or directory success file /etc/rc.d/rc.snap: successfully wrote INLINE file contents successfully changed file mode file /usr/local/emhttp/plugins/snap/snap.png: downloading from -q --no-check-certificate https://github.com/dlandon/unraid-snap/raw/master/snap.png ... bad download, deleting root@warptower:/boot/config/plugins# root@warptower:/boot/config/plugins# Looks like you don't have Internet access.
Archived
This topic is now archived and is closed to further replies.