hi,
yesQuote:
Originally Posted by Oleg
cu,
peter
Printable View
hi,
yesQuote:
Originally Posted by Oleg
cu,
peter
Thanks oleg, it worked perfectly :)Quote:
Originally Posted by Oleg
I'm now trying to install packages (gift) from unslung, but there is a libc issue:
Should I install other libs to run this packages?Code:[admin@wl /root]$ gift-setup
-sh: gift-setup: not found
[admin@wl /root]$ giftd
giftd: linked against GNU libc!
Are thy meant to run in chroot?
So, what? Buffer size is controlled by client, not server, so rsize and wsize controls that. Is not it?Quote:
Originally Posted by petgun
Well, looks like gift build is broken then. :) Unslung packages are not tested at the moment. Someone should take care of this.Quote:
Originally Posted by elpaso
It appears, that MAC requires support for CIFS, which is not supported by this Samba version.Quote:
Originally Posted by mr0mega
You need to setup exports in the right way. Start reading /etc/exports man page. Every line in the exports list should be valid line for the /etc/exports, as it's copied directly. For simple setup you could use this single entry:Quote:
Originally Posted by mr0mega
This will export your storage to all clients on the LAN.Code:/tmp/harddisk 192.168.1.0/24(rw,async,no_root_squash)
You could then mount it like this:
Code:mount -tnfs -orsize=32768,wsize=32768 192.168.1.1:/tmp/harddisk /mount_point
..my client is a DBox2 and I changed rsize/wsize > 8192 without any success...'mount' always shows 8192...smaller is possible but not > 8192Quote:
Originally Posted by Oleg
What do you say to the invisible files > 2GB?
This seems to be a limitation of the current kernel/daemon:Quote:
Originally Posted by petgun
Code:/*
* Maximum blocksize supported by daemon currently at 8K
*/
#define NFSSVC_MAXBLKSIZE 8192
Do you've this with samba/ftp only?Quote:
Originally Posted by petgun
hi,
yesQuote:
Originally Posted by Oleg
will you change the rsize/wsize limitation of the current kernel/daemon in an upcoming Version of your brilliant Firmware?
cu,
peter
they do not support large files.Quote:
Originally Posted by petgun
Probably, but I need to check on this first.Quote:
will you change the rsize/wsize limitation of the current kernel/daemon in an upcoming Version of your brilliant Firmware?
..Samba? It was ok with the JOCKYW2001 and original WL-HDD Firmware.Quote:
Originally Posted by Oleg
thank you! I'm sure there will be a little performance boost in r/w speedQuote:
Probably, but I need to check on this first.
cu,
peter
yes, set it to 32768, it normally won't cause any probQuote:
Originally Posted by Oleg
concerning the samba >2GB prob, what samba version did you build?
Quote:
Originally Posted by petgun
You can try to format the drive as another filesystem. I guess you've formatted it as fat32. Because this is a limitation of fat32, depends on how the system uses integers the limit per file can be 2Gb (if the system uses signed integers) or 4Gb (if the system uses unsigned integers). NTFS or linux file system should solve this problem.Quote:
Originally Posted by Oleg
no, it's ext3 formatted!Quote:
Originally Posted by kfaessen
cu,
peter