

Leider kann ich die 2.1 nirgendwo finden....LANDrive NAS Plugin by dizzy2206
Version 2.0
This plugin is designed to be used with the "LanDrive" NAS Drive product manufactured by http://www.usbex.com/landrive. It may also be used for other makes and models that support samba sharing, but which refuse to mount via the standard mount settings of the image.
FORMATTING:
This plugin does not support drives formatted in NTFS. You can only use drives in FAT32 or EXT2/3 format. You can also format the drive via the webinterface - this is now fully working
INSTRUCTIONS:
Copy nas-drive.so and nas-drive.cfg to /var/tuxbox/plugins
Copy nas_drive.conf to /var/tuxbox/config
REMEMBER:
You will have to edit nas_drive.conf to point to your own drive. The default settings are very unlikely to work with your setup. Edit the file before loading the plugin.
CHANGE LOG:
- Added IMAGEIP option to config file
- Created messagebox for on-screen display
- Added option for different locales
- Error message for incompatible images
KNOWN BUGS:
- If the mount fails, neutrino restarts itself.
- Cannot have spaces in message box text
* These problems will be fixed in v2.1
http://home.arcor.de/pt-1/NAS/nas-drive ... 1%5d.0.rarExplanation of nas-drive.conf configuration file
(thought I'd better include this so that people dont get stuck!)
[SETTINGS] <--- ignore this line
IMAGEIP - Here you enter the IP address of your own box
IPADDRESS - This is the IP address of your LanDrive
SHARENAME - The name of the shared directory (as set up in the drive webinterface)
PASSWORD - The password for the above shared directory (enter "guest" if anonymous)
MOUNTPOINT - Where you want the drive to be visible (use /hdd for MovieBrowser)
[LOCALE] <--- ignore this line
MSG_SUCESS - The text to be displayed when the plugin is successful
MSG_FAIL - The text to be displayed if the mount fails
MSG_INTERR - The text to be displayed if an internal error occurs
Although the team included my NAS Drive feature in the DigitalWorldZ UK_01 image, they only included support for FTPFS mounts. This is no good for those of us that have drives supporting Samba!
So here are the files that you need, and you don't even have to worry about installing it correctly - I've made an installer to go with it
OK basically just FTP the nas-source.tar.gz and nas-install files to /tmp on your box, and then use telnet to issue the following command:
When installation is complete, reboot your box. This will allow the samba kernel object to be inserted. After this, the UK_01 image will have full support for Samba drivesCode: Alles auswählen
: chmod ugo+x /tmp/nas-install && /tmp/nas-install The installer then takes over from there. It will extract all files and give them all the appropriate permissions, as well as placing them in the correct locations. The installer will even delete the nas-source.tar.gz and nas-install files for you so as not to clutter up your box.
STRESS: Only the UK_01 image has the NAS Drive menu and as such these files are only good for the UK_01 image.