

Keep in mind that to unmount any SSHFS mounts, the proper command is: fusermount -u /path/to/mount/point A good way of doing this is presented here. You also might want to add the sshfs binary to the PATH variable. This DroboApp does not require any further configuration, but it does require the FUSE DroboApp to be enabled and running.

2.6.4 DROBO DASHBOARD DROBOAPPS FORUM INSTALL
Otherwise, SSH in and type: /usr/bin/DroboApps.sh install Final remarks If you do not have SSH access, reboot your Drobo. note.ABI-tag $DEST/bin/*ĭownload the TGZ file below and place it in you DroboApps share.

configure -host=arm-none-linux-gnueabi -prefix=$DEST configure -host=arm-none-linux-gnueabi -prefix=$DEST -enable-static -disable-sharedĬFLAGS="$CFLAGS -O3 -ffunction-sections -fdata-sections" LDFLAGS="$LDFLAGS -Wl,-gc-sections" SSHFS_CFLAGS="-I$FUSE/include -D_FILE_OFFSET_BITS=64 -I$GLIB -I$GLIB/glib -I$GLIB/glib/deprecated" SSHFS_LIBS="-L$FUSE/lib/.libs -lfuse -L$GLIB/glib/.libs -lglib-2.0 -L$GLIB/gthread/.libs -lgthread-2.0 -pthread -lrt -ldl". ZLIB_CFLAGS="-I$ZLIB" ZLIB_LIBS="-L$ZLIB -lz" LIBFFI_CFLAGS="-I$FFI/arm-none-linux-gnueabi/include" LIBFFI_LIBS="-L$FFI/arm-none-linux-gnueabi/.libs -lffi" CFLAGS="$CFLAGS -O3 -ffunction-sections -fdata-sections $" glib_cv_stack_grows=no glib_cv_uscore=no ac_cv_func_posix_getpwuid_r=yes ac_cv_func_posix_getgrgid_r=yes. configure -host=arm-none-linux-gnueabi -prefix=$DEST -disable-sharedĬp gio/.libs/glib-compile-resources ~/bin/ configure -prefix=$DEST -staticĬFLAGS="$CFLAGS -O3 -ffunction-sections -fdata-sections" LDFLAGS="$LDFLAGS -Wl,-gc-sections". configure -host=arm-none-linux-gnueabi -prefix=$DEST -disable-shared -disable-mtabĬFLAGS="$CFLAGS -O3 -ffunction-sections -fdata-sections" LDFLAGS="$LDFLAGS -Wl,-gc-sections". Sed -i -e "s|\"/etc/nf|\"$DEST/etc/nf|g" util/fusermount.cĬFLAGS="$CFLAGS -O3 -ffunction-sections -fdata-sections" LDFLAGS="$LDFLAGS -Wl,-gc-sections" MOUNT_FUSE_PATH=$DEST/sbin UDEV_RULES_PATH=$DEST/etc/udev/rules.d INIT_D_PATH=$DEST/etc/init.d. DroboApps are community-created and community-supported, which means they were not created by Data Robotics and thus you’ll need to contact the developer for support and questions. Compilation export DEST=/mnt/DroboFS/Shares/DroboApps/sshfs Drobo Products Drobo solves the three major storage challenges in one device data protection, capacity adjustment, and ease of use. Make sure you have a cross-compiling virtual machine properly setup. We have to compiler a few binaries natively, but it is otherwise straightforward. This DroboApp requires FUSE to work.Ĭross-compiling SSHFS is a bit complicated because glib is not very cross-compiler friendly. This version of sshfs is statically linked to make deployment easier. SSHFS requires FUSE, zlib, libffi, and glib.
